SQL*Loader-00622: Column not found before end of logical
record (use TRAILING NULLCOLS)

Answers were Sorted based on User's Feedback



SQL*Loader-00622: Column not found before end of logical record (use TRAILING NULLCOLS)..

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

SQL*Loader-00622: Column not found before end of logical record (use TRAILING NULLCOLS)..

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

Post New Answer

More Oracle Errors Interview Questions

EXP-00050: Cannot perform Partition Export "string" on non-partitioned table "string"

1 Answers  


ORA-13509: error encountered during updates to a SWRF table

1 Answers  


TNS-12601: TNS:information flags check failed

1 Answers  


ORA-06710: TLI Driver: send interrupt break message failed

1 Answers  


ORA-31077: invalid attribute "string" specified

1 Answers  


ORA-16530: invalid buffer or length

1 Answers  


TNS-12585: TNS:data truncation

1 Answers  


ORA-03007: obsolete feature

1 Answers  


ORA-29925: cannot execute string

1 Answers  


ORA-13630: The task string contains execution results and cannot be executed.

1 Answers  


NNL-00903: SERVER FAILURE responses sent: number

1 Answers  


ORA-12078: fast refresh of refresh group ID string failed

1 Answers  


Categories