How to fix the Oracle error SQL*Loader-00622: Column not found before end of logical record (use TRAILING NULLCOLS)?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00622: Column not found before end of logical record (use TRAILING NULLCOLS) with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00622: Column not found before end of logical record (use TRAILING NULLCOLS)
Reason for the Error SQL*Loader-00622: Column not found before end of logical record (use TRAILING NULLCOLS)
The logical record ended before all specified fields were found.
How to fix the Error SQL*Loader-00622: Column not found before end of logical record (use TRAILING NULLCOLS) ?
You can fix this error in Oracle by following the below steps
If the missing fields should be loaded as null, use the TRAILING NULLCOLS clause. Otherwise, correct the data.
Leave Your Comment