Oracle Error SQL*Loader-00275: Data is in control file but “INFILE *” has not been specified.

Oracle Error Message

SQL*Loader-00275: Data is in control file but “INFILE *” has not been specified.

Reason for the Error

The INFILE specification was not entered in the SQL*Loader control file.

Solution

If data in the SQL*Loader control file is to be read, specify INFILE * in the SQL*Loader control file.