How to fix the Oracle error SQL*Loader-00655: cannot load object-relational XML attribute using direct path?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00655: cannot load object-relational XML attribute using direct path with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00655: cannot load object-relational XML attribute using direct path
Reason for the Error SQL*Loader-00655: cannot load object-relational XML attribute using direct path
The table being loaded contains a column object which contains an XML attribute with a storage type of object-relational. This type of attribute cannot be loaded with direct path.
How to fix the Error SQL*Loader-00655: cannot load object-relational XML attribute using direct path ?
You can fix this error in Oracle by following the below steps
Perform the load with conventional path mode.
Leave Your Comment