Database Error Messages

SQL*Loader-00434

Can not load LOB/XML in a nested table along with the parent table.

Cause

Loading LOBs and XML data within a nested table at the same time as the parent table is not supported.


Action

Load the nested table with the LOB or XML column separately from the parent table.