How to fix the Oracle error SQL*Loader-00275: Data is in control file but “INFILE *” has not been specified.?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00275: Data is in control file but “INFILE *” has not been specified. with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00275: Data is in control file but “INFILE *” has not been specified.
Reason for the Error SQL*Loader-00275: Data is in control file but “INFILE *” has not been specified.
The INFILE specification was not entered in the SQL*Loader control file.
How to fix the Error SQL*Loader-00275: Data is in control file but “INFILE *” has not been specified. ?
You can fix this error in Oracle by following the below steps
If data in the SQL*Loader control file is to be read, specify INFILE * in the SQL*Loader control file.
Leave Your Comment