How to fix the Oracle error SQL*Loader-00938: partition load requested and string has enabled triggers or constraints?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00938: partition load requested and string has enabled triggers or constraints with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00938: partition load requested and string has enabled triggers or constraints
Reason for the Error SQL*Loader-00938: partition load requested and string has enabled triggers or constraints
A request was made for a direct load of a single partition, but the object to be loaded has an enabled constraint (check, referential) and/or enabled triggers.
How to fix the Error SQL*Loader-00938: partition load requested and string has enabled triggers or constraints ?
You can fix this error in Oracle by following the below steps
Disable the offending enabled constraints and/or triggers and retry the parallel direct load.
Leave Your Comment