Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto-extend of tablespaces

Status
Not open for further replies.

volcano

Programmer
Joined
Aug 29, 2000
Messages
136
Location
HK
Hello, I created a tablespace and did not specify it to be auto-extensible. Now I found the tables in the tablespace grow so fast that often exceed the capacity of the tablespace. What command could I type to change the tablespace to be auto-extensible now?

Thanks!
 
ALTER DATABASE DATAFILE '/path/file.dbf' AUTOEXTEND ON NEXT nM MAXSIZE [UNLIMITED/nM]
 
Hi,

Beware of setting autoextend ON. You might runnig out of disk space. Unless you have plenty of free space then you can ingore me. If possible take weekly or monthly use of this tablespace so that you can get some kind of statistic.

regards,
dbase77
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top