Shrink DB [message #339076] |
Wed, 06 August 2008 12:50 |
patdev
Messages: 73 Registered: August 2008
|
Member |
|
|
Hi
I am new to this and need to know what should be done to prevent it to get full.
I have databsae and some tablespace is filled up to 95% used space and want to shrink so it has space to grow.
What process need to be followed please guide!!
thanks
Pat
|
|
|
|
|
|
|
|
Re: Shrink DB [message #339090 is a reply to message #339076] |
Wed, 06 August 2008 13:44 |
|
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
>But how can i shrink TableSpace!!
Can not be done.
To reduce tablespace size:
1) create new tablespace.
2) move all objects out of old tablespace
3) drop old tablespace
It is easier to add more disk space.
|
|
|