Oracle Message ORA-22859 - invalid modification of columns

ERRORinvalid modification of columns
CAUSEAn attempt was made to modify an object, REF, VARRAY, nested table, or LOB column type.
ACTIONCreate a new column of the desired type and copy the current column data to the new type using the appropriate type constructor.