Oracle Error Message
SQL*Loader-00642: Relative start position > absolute field end position.
Reason for the Error
A field specified as POSITION(*+n:y) had its relative start occur after the absolute position y.
Solution
Check that a delimiter is not missing and that the values of n and y are correct.