Oracle Solution for Error ora-31165

Solution for Oracle Error ORA-31165

ORA-31165: cannot load object-relational XML attribute using direct path

What triggered the Error:

The table being loaded contains a xml column with object-relational storage. The xmltype column either contains an out-of-line partitioned table or the table itself is partitioned by one of the attributes of xmltype. This type of table cannot be loaded with direct path.

What should we do to fix it:

Perform the load with conventional path mode.