Database Error Messages

SQL*Loader-00430

NULL nested table element is not allowed

Cause

A row in a nested table was set to NULL. Nested tables cannot contain NULL fields.


Action

Correct the data so that there are no NULL rows in the nested table.