Oracle Error ORA-54023: Virtual column expression cannot be changed because a constraint is defined on column

Oracle Error Message

ORA-54023: Virtual column expression cannot be changed because a constraint is defined on column

Reason for the Error

Attempted to change the expression of a virtual column that had a constraint defined on it.

Solution

Drop constraint and then change expression.