ERROR | invalid modification of columns |
CAUSE | An attempt was made to modify an object, REF, VARRAY, nested table, or LOB column type. |
ACTION | Create a new column of the desired type and copy the current column data to the new type using the appropriate type constructor. |