ORA-54034: virtual columns not allowed in functional index expressions
What triggered the Error:
An attempt was made to create a functional index with an expression defined on one or more virtual columns.What should we do to fix it:
Specify the index expression using only regular columns.