Oracle Error ORA-22859: invalid modification of columns

Oracle Error Message

ORA-22859: invalid modification of columns

Reason for the Error

An attempt was made to modify an object, REF, VARRAY, nested table, or LOB column type.

Solution

Create a new column of the desired type and copy the current column data to the new type using the appropriate type constructor.