Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: index + table monitoring performance

Re: index + table monitoring performance

From: Edgar Chupit <chupit_at_gmail.com>
Date: Wed, 14 Sep 2005 10:35:24 +0300
Message-ID: <a8f0771c050914003574af7f10@mail.gmail.com>


In 10g MONITORING clause is deprecated, and if you have STATISTICS_LEVEL>BASIC all the segments are monitored.

>From my observations performance degradation from MONITORING segments
is very low, because Oracle changes counters in memory and flushes changes periodically (asynchronously). You can search archives, this topic has been discussed here.

The data that is collected during monitoring of the segment is used by the dbms_stat to determine if the segment statistics are staled and should statistics be regathered, so there will be no effect from monitoring segments with STALED statistics.

Please read this thread for more information: http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:1260600445561

And of course don't forget to test your ideas before implementing them on the production servers.

On 9/14/05, The Human Fly <sjaffarhussain_at_gmail.com> wrote:
> Friends,
>
> We also planning to enable table monitoring on this schema to collect
> statistics on table which has STALE statistics. Does this effect the
> performance?
>
> Thank you in advance
> --
> Best Regards,
> Syed Jaffar Hussain
> OCP 8i & 9i DBA,
> Banque Saudi Fransi,
> Saudi Arabia

-- 
Best regards,
  Edgar Chupit
  callto://edgar.chupit
--
http://www.freelists.org/webpage/oracle-l
Received on Wed Sep 14 2005 - 02:37:21 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US