Oracle Error ORA-54031: column to be dropped or modified is used in a virtual column expression

Oracle Error Message

ORA-54031: column to be dropped or modified is used in a virtual column expression

Reason for the Error

Attempted to drop or modify a column that was used in a virtual column expression.

Solution

Drop the virtual column first or change the virtual column expression to eliminate dependency on the column to be dropped.