How release space on tablespace PERFSTAT [message #276430] |
Thu, 25 October 2007 02:33 |
sailor_man
Messages: 4 Registered: October 2007 Location: POLAND
|
Junior Member |
|
|
Hi,
I've problem with low space on tablespace PERFSTAT. I used @?/rdbms/admin/sppurge script to remove most of snaps.
Space on PERFSTAT wasn't release.
Some one know, how can i relese space on this tablespace?
I checked free space below query:
select sum(Bytes) from dba_free_space where tablespace_name = 'PERFSTAT'
This query showed the same values before and after remove snaps.
Thanks for all request.
[Updated on: Thu, 25 October 2007 02:52] Report message to a moderator
|
|
|
|
|
|
Re: How release space on tablespace PERFSTAT [message #276473 is a reply to message #276442] |
Thu, 25 October 2007 04:49 |
|
Michel Cadot
Messages: 68718 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
If you have to use sppurge and want your space get back, then you have to reorganize perfstats objects.
For instance, with alter table move, alter index rebuild or exp/trunc/imp...
Regards
Michel
|
|
|