Oracle Error SQL*Loader-00279: Only APPEND mode allowed when parallel load specified.

Oracle Error Message

SQL*Loader-00279: Only APPEND mode allowed when parallel load specified.

Reason for the Error

INSERT, REPLACE, or TRUNCATE mode was used in a parallel load specification.

Solution

Change the SQL*Loader control file to use the APPEND keyword and re-invoke the parallel loader.