Oracle Error Message
SQL*Loader-00430: NULL nested table element is not allowed
Reason for the Error
A row in a nested table was set to NULL. Nested tables cannot contain NULL fields.
Solution
Correct the data so that there are no NULL rows in the nested table.