Oracle Solution for Error ora-22997

Solution for Oracle Error ORA-22997

ORA-22997: VARRAY | OPAQUE stored as LOB is not specified at the table level

What triggered the Error:

attempt was made to specify a VARRAY|OPAQUE column to be stored as LOB at the partition/subpartition/template level. However the VARRAY|OPAQUE column was not specified to be stored as LOB at the table level when the table was created.

What should we do to fix it:

ecify the VARRAY | OPAQUE column to be stored as LOB at the table level when the table is created. Alternatively, do not specify the VARRAY | OPAQUE column to be stored as LOB at the partition/subpartition/template level if it is not specified at the table level when the table is created.