Oracle Error SQL*Loader-00973: Warning: ROWS parameter ignored when PARTITION_MEMORY is used.

Oracle Error Message

SQL*Loader-00973: Warning: ROWS parameter ignored when PARTITION_MEMORY is used.

Reason for the Error

Specifying save points using the ROWS parameter was not supported with PARTITION_MEMORY=n.

Solution

Remove the ROWS parameter from the command-line arguments or do not specify PARTITION_MEMORY=n.