How to fix the Oracle error SQL*Loader-00642: Relative start position > absolute field end position.?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00642: Relative start position > absolute field end position. with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00642: Relative start position > absolute field end position.
Reason for the Error SQL*Loader-00642: Relative start position > absolute field end position.
A field specified as POSITION(*+n:y) had its relative start occur after the absolute position y.
How to fix the Error SQL*Loader-00642: Relative start position > absolute field end position. ?
You can fix this error in Oracle by following the below steps
Check that a delimiter is not missing and that the values of n and y are correct.
Leave Your Comment