Database Error Messages

SQL*Loader-00826

ROWS parameter is not supported for parallel direct path loading using degree_of_parallelism parameter.

Cause

An attempt was made to specify save points with the ROWS parameter when using degree_of_parallelism for a direct path parallel load.


Action

Remove the ROWS parameter from the command line arguments or do not specify the degree_of_parallelism parameter.