Oracle Error SQL*Loader-00308: string SQL string of column string must be in double quotes.

Oracle Error Message

SQL*Loader-00308: string SQL string of column string must be in double quotes.

Reason for the Error

A SQL string was found that was not quoted or in single quotes.

Solution

Use double quotes for the SQL string, rather than single quotes.