Oracle Error ORA-26065: check constraint cannot reference column, string, in direct path load

Oracle Error Message

ORA-26065: check constraint cannot reference column, string, in direct path load

Reason for the Error

An enabled check constraint was found on a column stored as a lob.

Solution

Either disable the check constraint before loading the table data

* using the direct path mode, or use the conventional path mode

* instead.