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-13230: failed to create temporary table [string] during R-tree creation

1 Answers  


NNF-00110: no values exist

1 Answers  


PLS-01911: : associative array key violates its type constraints

1 Answers  


ORA-14260: incorrect physical attribute specified for this partition

1 Answers  


ORA-00981: cannot mix table and system auditing options

1 Answers  


ORA-29548: Java system class reported: string

1 Answers  


ORA-01956: invalid command when OS_ROLES are being used

1 Answers  


ORA-39038: Object path "string" is not supported for string jobs.

1 Answers  


TNS-00023: INTCTL: missing ADDRESS(es) in config files

1 Answers  


ORA-31434: purge is currently running

1 Answers  


ORA-25259: cannot specify protocol for agent

1 Answers  


ORA-24406: API mode switch is disallowed when a call is in progress.

1 Answers  


Categories