Oracle Solution for Error ora-54033

Solution for Oracle Error ORA-54033

ORA-54033: column to be modified is used in a virtual column expression

What triggered the Error:

Attempted to modify the data type of a column that was used in a virtual column expression.

What should we do to fix it:

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