Oracle Solution for Error ora-03236

Solution for Oracle Error ORA-03236

ORA-03236: max # extents (string) reached in index string.string subpartition string

What triggered the Error:

An index subpartition tried to extend past maxextents

What should we do to fix it:

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