Oracle Error SQL*Loader-00256: SORTED INDEXES option allowed only for direct path

Oracle Error Message

SQL*Loader-00256: SORTED INDEXES option allowed only for direct path

Reason for the Error

The SQL*Loader control file contains a SORTED INDEXES statement, but it was not used in a direct path load.

Solution

Specify a direct path load with DIRECT=TRUE on the command line, remove the statement from the SQL*Loader control file, or