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 -> How it works alter tablespace X default Storage...?

How it works alter tablespace X default Storage...?

From: Huy Vu <huyv_at_usa.net>
Date: Sun, 11 Jul 1999 23:48:51 -0400
Message-ID: <iCdi3.10548$jl.17088182@newscontent-01.sprint.ca>


Hi all,

I did the command

Alter tablespace tbsA
default storage
( initial 1M

    next 512K
    pctincrease 0
    minextents 1
);

to fix the old value of tabsA

default storage
( initial 4K

   next 4K
   pctincrease 0
   minextents 1
);

but I still not finger out how it change inside the tablespace tbsA Do I need to backup the tablespace before executing this command ?

The same question for resizing the tablespace... But how can we know the current value INITIAL & NEXT using in the tablespace?

Thanks in advance for any idea...

H.V Received on Sun Jul 11 1999 - 22:48:51 CDT

Original text of this message

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