Oracle Error ORA-01685: max # extents (string) reached in index string.string partition string

Oracle Error Message

ORA-01685: max # extents (string) reached in index string.string partition string

Reason for the Error

An index tried to extend past maxextents

Solution

If maxextents is less than the system max, raise it. Otherwise, you must recreate with larger initial, next or pctincrease params.