SQL*Loader-00283: file processing string "string" ignored
for INFILE *



SQL*Loader-00283: file processing string "string" ignored for INFILE *..

Answer / guest

Cause: The SQL*Loader control file specified INFILE * for a
load data file along with an optional file processing
string. This message is a warning that the file processing
string will be ignored since SQLLDR will expect the data to
have the same record format as the SQL*Loader control file.

Action: If the data in the SQL*Loader control file is in the
same format as the rest of the SQL*Loader control file, then
you don't need to do anything. Removing the file processing
string will get rid of this error message. If the data in
the SQL*Loader control file has a different record format,
then you need to copy the data into a separate file and use
that file's name in the INFILE clause.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

IMP-00002: failed to open string for read

1 Answers  


QSM-02131: agg(expr) requires correspondng SUM(expr) function

1 Answers  


ORA-30072: invalid time zone value

1 Answers  


SQL*Loader-00940: UPI error while setting NCHAR bind attributes for column string table string

1 Answers  


ORA-12702: invalid NLS parameter string used in SQL function

1 Answers  






NZE-29191: OID connection information not set

1 Answers  


ORA-22614: error while construction the collection in the image

1 Answers  


ORA-38952: Source database not 10.0.0.0 compatible

1 Answers  


ORA-13616: The current user string has not been granted the ADVISOR privilege.

1 Answers  


PLS-00370: OTHERS handler must be last among the exception handlers of a block

1 Answers  


ORA-28510: heterogeneous database link initialization failed

1 Answers  


CLSR-00512: Invalid CAA trigger event type [string]

1 Answers  


Categories