今天收到一个ticket,应用的人在做排序的时候,报错ora1630:
|
1 |
ORA-01630: max # extents (505) reached in temp segment in tablespace TEMP |
这是个8i的数据库,1630报错在oracle online document中解释的也比较明确:
|
1 2 3 4 5 |
ORA-01630 max # extents (string) reached in temp segment in tablespace string Cause: A temporary segment tried to extend past MAXEXTENTS. Action: If MAXEXTENTS for the tablespace is less than the system maximum, you can raise that. Otherwise, raise PCTINCREASE for the tablespace. |