RE: Oracle 10g Rel2 - SYSMAN Tablespace Growing
- From: John Hallas <John.Hallas@xxxxxxxxxxxxxxxxxx>
- To: "kjped1313@xxxxxxxxx" <kjped1313@xxxxxxxxx>, "oracle-l@xxxxxxxxxxxxx" <oracle-l@xxxxxxxxxxxxx>, "joel.wittenmyer@xxxxxxxxxxxxxxxxx" <joel.wittenmyer@xxxxxxxxxxxxxxxxx>
- Date: Thu, 28 May 2009 10:43:54 +0100
You might find this blog post useful
http://jhdba.wordpress.com/2009/05/19/purging-statistics-from-the-sysaux-tablespace/
John
________________________________
From: oracle-l-bounce@xxxxxxxxxxxxx [mailto:oracle-l-bounce@xxxxxxxxxxxxx] On
Behalf Of Kellyn Pedersen
Sent: 27 May 2009 16:19
To: oracle-l@xxxxxxxxxxxxx; joel.wittenmyer@xxxxxxxxxxxxxxxxx
Subject: Re: Oracle 10g Rel2 - SYSMAN Tablespace Growing
Even though you say you have "disabled" it, have you verified that the
retention is not still being held for statistics? What objects are using up
the space on the SYSAUX table and I would check the retention:
select DBMS_STATS.GET_STATS_HISTORY_RETENTION from dual;
And if your space is being utilized by the SYS.WRI$_OPSTAT** tables/indexes, I
would set the retention to 0, even if you have disabled it, I've seen odder
things with this, (usually not with release 2, but never say never, I've
learned...)
exec DBMS_STATS.ALTER_STATS_HISTORY_RETENTION(0);
Good luck,
Kellyn
--
http://www.freelists.org/webpage/oracle-l
______________________________________________________________________
Wm Morrison Supermarkets Plc is registered in England with number 358949. The
registered office of the company is situated at Gain Lane, Bradford, West
Yorkshire BD3 7DL. This email and any attachments are intended for the
addressee(s) only and may be confidential.
If you are not the intended recipient, please inform the sender by replying to
the email that you have received in error and then destroy the email.
If you are not the intended recipient, you must not use, disclose, copy or rely
on the email or its attachments in any way.
Wm Morrison Supermarkets PLC accepts no liability or responsibility for
anything said in the email or its attachments and gives no warranty as to
accuracy. It is the policy of Wm Morrison Supermarkets PLC not to enter into
any contractual or other obligations by email.
Although we have taken steps to ensure the email and its attachments are
virus-free, we cannot guarantee this or accept any responsibility,
and it is the responsibility of recipients to carry out their own virus checks.
______________________________________________________________________
Other related posts: