Database Error Messages

ORA-22805

cannot insert NULL object into object tables or nested tables

Cause

An attempt was made to insert a NULL object into an object table or a Nested Table.


Action

Ensure that a non-NULL object is inserted into the table or, if necessary, insert an object with attributes whose values are NULL instead.