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 |
ORA-32143: Environment not specified
ORA-38418: ADT associated with the attribute set string does not exist
PLS-00657: Implementation restriction: bulk SQL with associative arrays with VARCHAR2 key is not supported.
NNO-00156: warning: hint number address length number exceeds maximum of number, hint ignored
QSM-01021: materialized view, string, not found in the hint list
ORA-15178: directory 'string' is not empty; cannot drop this directory
ORA-39064: unable to write to the log file
ORA-28509: unable to establish a connection to non-Oracle system
ORA-28660: Partitioned Index-Organized table may not be MOVEd as a whole
EXP-00072: error closing export file string
RMAN-08036: channel string: could not create controlfile record for string string
SQL*Loader-00279: Only APPEND mode allowed when parallel load specified.