Oracle Error SQL*Loader-00970: enabled constraint on an XML column not allowed in direct path

Oracle Error Message

SQL*Loader-00970: enabled constraint on an XML column not allowed in direct path

Reason for the Error

An enabled check constraint existed on an XML column.

Solution

Disable the check constraint before attempting to load the table data using the direct path mode, or leave the constraint enabled but use the conventional path mode instead.