Oracle Error Message
ORA-54034: virtual columns not allowed in functional index expressions
Reason for the Error
An attempt was made to create a functional index with an expression defined on one or more virtual columns.
Solution
Specify the index expression using only regular columns.