How to fix the Oracle error ORA-26065: check constraint cannot reference column, string, in direct path load?
In this post, you’ll learn more about the Oracle ErrorORA-26065: check constraint cannot reference column, string, in direct path load with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-26065: check constraint cannot reference column, string, in direct path load
Reason for the Error ORA-26065: check constraint cannot reference column, string, in direct path load
An enabled check constraint was found on a column stored as a lob.
How to fix the Error ORA-26065: check constraint cannot reference column, string, in direct path load ?
You can fix this error in Oracle by following the below steps
Either disable the check constraint before loading the table data
* using the direct path mode, or use the conventional path mode
* instead.
Leave Your Comment