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

ORA-09774: osnmui: cannot send break message

1 Answers  


ORA-01544: cannot drop system rollback segment

1 Answers  


ORA-23445: missing template site

1 Answers  


PCC-00061: Error at line number, column number. PLS-number: string

1 Answers  


LPX-00000: normal, successful completion

1 Answers  






ORA-25237: navigation option used out of sequence

1 Answers  


QSM-01092: mjv tries to rewrite a semi-join and primary key or rowid missing

1 Answers  


ORA-09850: soacon: Archmon unable to lock named pipe.

1 Answers  


ORA-13837: invalid HASH_VALUE

1 Answers  


ORA-22994: source offset is beyond the end of the source LOB

1 Answers  


ORA-24154: rule string.string already in rule set string.string

1 Answers  


IMP-00050: Dump file and log file cannot be identical

1 Answers  


Categories