Oracle Error ORA-31172: cannot load XMLType column using direct path

Oracle Error Message

ORA-31172: cannot load XMLType column using direct path

Reason for the Error

The table being loaded contained an XML column with object-relational or binary storage and supplemental logging wass enabled for the table. Direct path load is not supported for such table when supplemental logging is enabled.

Solution

Perform the load with conventional path mode.