Home » RDBMS Server » Server Administration » how to increase size of a tablespace
how to increase size of a tablespace [message #112727] Mon, 28 March 2005 23:49 Go to next message
dassudip
Messages: 22
Registered: February 2005
Location: Delhi
Junior Member

Can I increase the size of a table space without adding a datafile with it?
If so please tell me how to do that ???

Regards,

Sudipta
Re: how to increase size of a tablespace [message #112766 is a reply to message #112727] Tue, 29 March 2005 04:03 Go to previous messageGo to next message
deepa_balu
Messages: 74
Registered: March 2005
Member
Your tablespace will be containing atleast one datafile.
So you can set the Datafile Autoextend property to ON if u want to increase the size.

Re: how to increase size of a tablespace [message #113350 is a reply to message #112727] Fri, 01 April 2005 09:51 Go to previous message
ntnboi
Messages: 17
Registered: April 2005
Location: Italy - Rome
Junior Member

Hi,
for oracle 8i and up.
ex:
Actual size of tablespace 500000 kb, I want increase it at 600000 kb

I connect to instance with DBA privilege user and execute follow commands:

ALTER DATABASE DATAFILE '/path/datafile_of_tabelspace.dbf' RESIZE 600000K;

Regards.
Previous Topic: how to change location of archive file for already running 24x7database in archive mode?
Next Topic: Index usage - script
Goto Forum:
  


Current Time: Fri Sep 27 02:26:29 CDT 2024