Oracle Error Message
SQL*Loader-00656: position specification for column string is not allowed in external table loads
Reason for the Error
Use of a position specification was present in an external table load.
Solution
Either remove the position specification, change the position specification to a field name reference, use direct path, or use conventional path.