Oracle Error Message
SQL*Loader-00434: Can not load LOB/XML in a nested table along with the parent table.
Reason for the Error
Loading LOBs and XML data within a nested table at the same time as the parent table is not supported.
Solution
Load the nested table with the LOB or XML column separately from the parent table.