Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: How long are statistics good for
Which version of Oracle are you using. In 8i you can
set 'monitoring on' for the tables and use dbms_stats to analyze stale. (Though,
I am getting error while using dbms_stats for the partitioned tables. So I have
made a home made version to analyze stale). As per my calculations, package
dbms_stats considers statistics stale if all DMLs affect more than 10%
of number of rows.
Anand Prakash
>>> dbrowett_at_city.coquitlam.bc.ca 10/23/01 11:00AM
>>>We have a data-warehouse that is a combination of Snapshots and
table-buildsbased on the snapshots.The table builds run at 4:30 am,
scripts are setup to start the snapshots at7:00am and end at
9:00pm. At 6:30 am a script performs an analyze on ALL (except sys
andsystem) tables inthe database.If the snapshots have been
running all day, should I run an analyze before Ido the table builds?as
opposed to after ?At what point do the statistics on a table become no
good ? when a new rowis added
?ThanksDarren--------------------------------------------------------------------------------------------------------------------------DarrenBrowett P.Eng
![]() |
![]() |