Oracle Error SQL*Loader-00405: Need termination delim with optional enclosure delim: column string table string

Oracle Error Message

SQL*Loader-00405: Need termination delim with optional enclosure delim: column string table string

Reason for the Error

The named column was specified with an optional enclosure delimiter, but no termination delimiter. Enclosure delimiters can only be optional when termination delimiters are present.

Solution

Specify a termination delimiter or make the enclosure delimiters non-optional.