Database Error Messages

SQL*Loader-00254

Cannot have DISCARDFILE specs here when multiple data files

Cause

The SQL*Loader control file contained multiple INFILE statements and a DISCARDFILE statement was found below the RESUME clause.


Action

Move the DISCARDFILE statement above the RESUME clause, so it is adjacent to one of the INFILE statements.