Oracle Error Message
SQL*Loader-00972: Warning: ROWS parameter ignored when NO_INDEX_ERRORS is used.
Reason for the Error
Specifying save points using the ROWS parameter was not supported with NO_INDEX_ERRORS=TRUE.
Solution
Remove the ROWS parameter from the command-line arguments or do not specify NO_INDEX_ERRORS=TRUE.