How to fix the Oracle error SQL*Loader-00434: Can not load LOB/XML in a nested table along with the parent table.?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00434: Can not load LOB/XML in a nested table along with the parent table. with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00434: Can not load LOB/XML in a nested table along with the parent table.
Reason for the Error SQL*Loader-00434: Can not load LOB/XML in a nested table along with the parent table.
Loading LOBs and XML data within a nested table at the same time as the parent table is not supported.
How to fix the Error SQL*Loader-00434: Can not load LOB/XML in a nested table along with the parent table. ?
You can fix this error in Oracle by following the below steps
Load the nested table with the LOB or XML column separately from the parent table.
Leave Your Comment