Oracle Error Message
SQL*Loader-00938: partition load requested and string has enabled triggers or constraints
Reason for the Error
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.
Solution
Disable the offending enabled constraints and/or triggers and retry the parallel direct load.