Oracle Error Message
SQL*Loader-00404: Column string present more than once in string’s INTO TABLE block.
Reason for the Error
The named column is specified more than once in a single INTO TABLE statement.
Solution
Remove the extraneous column specification.