OCI-01631
maximum number of extents (maximum_extents) reached in table table_owner.table_name
- maximum_extents: The maximum number of extents for this table.
- table_owner: The table owner.
- table_name: The table name.
Cause
Extending past MAXEXTENTS is being attempted in a table.
Action
If MAXEXTENTS is less than the system maximum, increase it. Otherwise, re-create with A larger initial, next or PCTINCREASE parameters.
OCI-01631
max # extents (string) reached in table string.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
OCI-01631
max # extents (string) reached in table string.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