Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

SQL*Loader-00292

ROWS parameter ignored when an XML, LOB or VARRAY column is loaded

Cause

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.


Action

Remove the ROWS parameter from the command-line arguments.