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

Oracle Error Message

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

Reason for the Error

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.

Solution

Disable the offending enabled constraints and/or triggers and retry the parallel direct load.