How to fix the Oracle error SQL*Loader-00937: parallel load requested and string has enabled triggers or constraints?

In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00937: parallel 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-00937: parallel load requested and string has enabled triggers or constraints

Reason for the Error SQL*Loader-00937: parallel load requested and string has enabled triggers or constraints

A request was made for a parallel direct load, but the object to be loaded has an enabled constraint (check, referential) and/or enabled triggers.

How to fix the Error SQL*Loader-00937: parallel 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.

Tags :

Leave Your Comment