How to fix the Oracle error SQL*Loader-00644: end of logical record found when reading length of varying length field?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00644: end of logical record found when reading length of varying length field with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00644: end of logical record found when reading length of varying length field
Reason for the Error SQL*Loader-00644: end of logical record found when reading length of varying length field
While attempting to read the length portion of a varying length field, then end of the logical record was reached.
How to fix the Error SQL*Loader-00644: end of logical record found when reading length of varying length field ?
You can fix this error in Oracle by following the below steps
Verify that the SQL*Loader control file describes the data correctly and that the data in the data file matches the description in the SQL*Loader control file
Leave Your Comment