Oracle Error Message
SQL*Loader-00292: ROWS parameter ignored when an XML, LOB or VARRAY column is loaded
Reason for the Error
Command-line arguments contained a ROWS parameter. Specifying save points using the ROWS parameter is not supported when any table being loaded contains a LOB or a column stored as a LOB. XML and VARRAY columns may be stored as a LOB.
Solution
Remove the ROWS parameter from the command-line arguments.