Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> ora-1530: max # extents (121) reached??
Hi there,
I got the following error when I tried to create a table:
SQL> create table extents_bk as
2 select * from extents;
select * from extents
*
ERROR at line 2:
ORA-01630: max # extents (121) reached in temp segment in tablespace
TS_MNTR
I ran this command in user MONITOR, whose default tablespace is TS_MNTR,
temporary is TEMP.
The information about these two tablespaces are as follows,
CREATE TABLESPACE TEMP
DATAFILE '/u02/ORACLE/DSNR/temp01.dbf' SIZE 20480K AUTOEXTEND OFF
DEFAULT STORAGE(INITIAL 256K
NEXT 256K MINEXTENTS 1 MAXEXTENTS 121 PCTINCREASE 0)
NEXT 10K MINEXTENTS 1 MAXEXTENTS 121 PCTINCREASE 0)
Thank you in advance!
Brian
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Wed Dec 15 1999 - 11:31:06 CST
![]() |
![]() |