Oracle Solution for Error ora-22296

Solution for Oracle Error ORA-22296

ORA-22296: invalid ALTER TABLE option for conversion of LONG datatype to LOB

What triggered the Error:

attempt was made to specify ALTER TABLE options which are disallowed during conversion of LONG datatype to LOB. The only ALTER TABLE options allowed during conversion of LONG datatype to LOB are the default clause and LOB storage clause for the column being converted to LOB.

What should we do to fix it:

move the disallowed options.