Oracle Solution for Error ora-01631

Solution for Oracle Error ORA-01631

ORA-01631: max # extents (string) reached in table string.string

What triggered the Error:

A table tried to extend past maxextents

What should we do to fix it:

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