How to fix the Oracle error ORA-01685: max # extents (string) reached in index string.string partition string?
In this post, you’ll learn more about the Oracle ErrorORA-01685: max # extents (string) reached in index string.string partition string with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-01685: max # extents (string) reached in index string.string partition string
Reason for the Error ORA-01685: max # extents (string) reached in index string.string partition string
An index tried to extend past maxextents
How to fix the Error ORA-01685: max # extents (string) reached in index string.string partition string ?
You can fix this error in Oracle by following the below steps
If maxextents is less than the system max, raise it. Otherwise, you must recreate with larger initial, next or pctincrease params.
Leave Your Comment