Oracle DBA, How To, Error, Cause and Action

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

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


Cause:


A table tried to extend past maxextents



Action:


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

No comments:

Post a Comment

Thanks for your comment.