Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Stale statistic
Jos,
You can mine the logs to see if the table has not been changed, you can enable audit on that table, you can write your own dml trigger on that table to control who is modifying your tables, or you can simply enable tab monitoring to get this information.
Tab monitoring is very lightweight (especially in comparison with other methods) and an easy way to achieve what you need (as a bonus you will allow Oracle to gather statistics only for tables that do change).
On 1/23/06, Jos <jos1992831_at_yahoo.com.au> wrote:
> Hi list:
> Is it possible to identify stale statistic without turning on tab
> monitoring?
> Regards,
> Jos
>
>
> ________________________________
> Do you Yahoo!?
> The New Yahoo! Movies: Check out the Latest Trailers, Premiere Photos and
> full Actor Database.
>
>
-- Best regards, Edgar Chupit callto://edgar.chupit -- http://www.freelists.org/webpage/oracle-lReceived on Mon Jan 23 2006 - 06:21:33 CST
![]() |
![]() |