Database Error Messages

SQL*Loader-00174

conflicting values for PARALLEL and DEGREE_OF_PARALLELISM parameters

Cause

Conflicting values were specified for the parallel setting. This could be caused by:

  1. having PARALLEL=TRUE and DEGREE_OF_PARALLELISM=NONE(or 1)
  2. PARALLEL=FALSE and DEGREE_OF_PARALLELISM being set to a value other than NONE or 1.

Action

Verify the values for PARALLEL and DEGREE_OF_PARALLELISM.