Oracle Error Message
SQL*Loader-00309: No SQL string allowed as part of string field specification
Reason for the Error
Particular field types do not allow SQL strings as part of their field specification (e.g. field corresponding to a LOB column). This was violated and needs to be corrected.
Solution
Remove the SQL string from the particular field specification.