Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> alter table extend
Hi,
i have a oracle table that have run out of space, it is created with the following storage
TABLESPACE xxxxx
STORAGE (INITIAL 1000K
NEXT 1000K
PCTINCREASE 0
MINEXTENTS 1
MAXEXTENTS 122)
;
how do i add more extend to the table?? Received on Thu Apr 20 2006 - 23:36:27 CDT