SQL*Loader-00622: Column not found before end of logical
record (use TRAILING NULLCOLS)
Answers were Sorted based on User's Feedback
Answer / raju reddy
place the clause TRAILING NULLCOLS in the controlfile, in
the middle like before starting of the column fields.
ex:load data
infile *
insert/append
into
table schemaname."<loc>"
fields terminated by ","
TRAILING NULLCOLS
(<col names>)
begindata
<your data>
Is This Answer Correct ? | 11 Yes | 3 No |
Answer / guest
Cause: The logical record ended before all specified fields
were found.
Action: If the missing fields should be loaded as null, use
the TRAILING NULLCOLS clause. Otherwise, correct the data.
Please add more information about this Error
Is This Answer Correct ? | 11 Yes | 5 No |
EXP-00050: Cannot perform Partition Export "string" on non-partitioned table "string"
ORA-13509: error encountered during updates to a SWRF table
TNS-12601: TNS:information flags check failed
ORA-06710: TLI Driver: send interrupt break message failed
ORA-31077: invalid attribute "string" specified
ORA-16530: invalid buffer or length
TNS-12585: TNS:data truncation
ORA-03007: obsolete feature
ORA-29925: cannot execute string
ORA-13630: The task string contains execution results and cannot be executed.
NNL-00903: SERVER FAILURE responses sent: number
ORA-12078: fast refresh of refresh group ID string failed