Oracle Error SQL*Loader-00284: Warning: Input data file string specified multiple times.

Oracle Error Message

SQL*Loader-00284: Warning: Input data file string specified multiple times.

Reason for the Error

The same input datafile is loaded multiple times. This can occur if the INFILE keyword is placed out of order in the load syntax statement, which causes the filename of the first datafile loaded to default to the name of the control file with an extension or file type of DAT.

Solution

Check that INFILE keyword is not placed after one of these – BADFILE/BADDN/DISCARDFILE/DISCARDDN/DISCARDS.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message ORA-24328: illegal attribute value Reason for the Error The attribute value passed in is illegal. Solution Consult...
Oracle Error Message ORA-01346: LogMiner processed redo beyond specified reset log scn Reason for the Error LogMiner has detected a...
Oracle Error Message ORA-13241: specified dimensionality does not match that of the data Reason for the Error An error occurred...