Oracle Error Message
ORA-54001: string: invalid identifier specified for virtual column expression
Reason for the Error
Column expression referenced a column that does not exist in the table.
Solution
Rewrite column expression to reference only scalar columns in the table.