Oracle Error SQL*Loader-00258: Maximum number of SORTED INDEXES (number) exceeded on table string

Oracle Error Message

SQL*Loader-00258: Maximum number of SORTED INDEXES (number) exceeded on table string

Reason for the Error

There are too many indexes in the SORTED INDEX clause. The message displays the maximum number that are permitted.

Solution

Reduce the number of indexes specified in the SORTED INDEX clause or use the conventional path load instead of the direct path load.