Oracle Error SQL*Loader-00417: SQL string (on column string) not allowed in direct path.

Oracle Error Message

SQL*Loader-00417: SQL string (on column string) not allowed in direct path.

Reason for the Error

Because the direct path bypasses SQL processing, the SQL string cannot be used.

Solution

Remove the SQL string or use the conventional path.