Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: DB sizing... what if getting full?
Hi,
The first line of defense is:
ALTER DATABASE DATAFILE '<filename>' RESIZE xxxM;
or ALTER TABLESPACE <name> ADD DATAFILE '<filename>' SIZExxxM;
The second line of defense (used when you are out of disk space) is prayer.
hth
jerry gitomer
Valerie Swingler wrote in message
<382856CE.15B78BB3_at_intermetrics.com>...
>hello,
>
>What approaches would i take if the database (tablespace) is
nearing
>full and i do not want to lose any data in it. Can i extend it
>somehow? What init parameters specify this ability?
>
>any pojnts are appreciated,
>steve
>
Received on Tue Nov 09 1999 - 11:53:11 CST
![]() |
![]() |