Oracle Error ORA-54022: Virtual column expression cannot be changed because an index is defined on column

Oracle Error Message

ORA-54022: Virtual column expression cannot be changed because an index is defined on column

Reason for the Error

Attempted to change the expression of a virtual column that was indexed.

Solution

Alter index unsable. Change expression and then rebuild index.