Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> alter table extend

alter table extend

From: <robertncl_at_gmail.com>
Date: 20 Apr 2006 21:36:27 -0700
Message-ID: <1145594187.531250.292720@v46g2000cwv.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US