ORA-54002: only pure functions can be specified in a virtual column expression
What triggered the Error:
Column expression contained a function whose evaluation is non-deterministic.What should we do to fix it:
Rewrite column expression to reference only pure functions.