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

ORA-08189: cannot flashback the table because row movement is not enabled

2 Answers  


ORA-02303: cannot drop or replace a type with type or table dependents

1 Answers  


PCB-00300: Datatype for host variable not supported by ANSI "string"

1 Answers  


ORA-08468: mask option string is not supported

1 Answers  


EXP-00013: respond with either 'Y', 'N', RETURN or '.' to quit

1 Answers  






ORA-25020: renaming system triggers is not allowed

1 Answers  


PCC-02109: SQLCHECK=NONE is no longer supported.. using SYNTAX

1 Answers  


TNS-00079: * log_off - ask process_name to turn logging off

1 Answers  


NNL-00955: Hash tables enlarged: number

1 Answers  


RMAN-03028: fatal error code for command string : number

1 Answers  


NNL-00245: General request processing is currently enabled

1 Answers  


ORA-27050: function called with invalid FIB/IOV structure

1 Answers  


Categories