Database Error Messages

ORA-02348

cannot create VARRAY column with embedded LOB

Cause

An attempt was made to create a column of VARRAY type which had an embedded large object (LOB) attribute. The LOB could be an attribute of a subtype of the declared type of the VARRAY element.


Action

Remove the offending attribute from the type. If it is a subtype attribute, then declare the VARRAY column as NOT SUBSTITUTABLE.