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 -> Re: need to increase the tablespace for users

Re: need to increase the tablespace for users

From: John Chiu <johnymc_at_netscape.com>
Date: Sun, 05 Sep 1999 06:43:59 -0400
Message-ID: <37D2496F.ADDBB28E@netscape.com>


To resize the datafile of your tablespace to 100m

    alter tablespace tablespacename offline     alter database datafile datafilename resize 100m     alter tablespace tablespacename online or add additional datafile to tablespace, say with size 100m

    alter tablespace add datafile datafilename size 100m

john chiu

madhu wrote:

> hi,
>
> I need to increase the table space for the users.
>
> how do I do it.
>
> madhu
Received on Sun Sep 05 1999 - 05:43:59 CDT

Original text of this message

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