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: Trigger SMON to dump table statistics to ALL_TAB_MODIFICATIONS

Re: Trigger SMON to dump table statistics to ALL_TAB_MODIFICATIONS

From: Bala <oratips_at_gmail.com>
Date: Wed, 6 Jun 2007 14:25:05 -0400
Message-ID: <9ea7ad870706061125p75959be6ja816d0d4fa897848@mail.gmail.com>


If we insert/delete/update/truncate a table and than do step 1) exec dbms_stats.flush_database_monitoring_info

step 2) select * from all_tab_modifications

zero rows returned ? since we are "flushing" the monitoring info ?

Thanks in advance
bala -

On 6/6/07, rjamya <rjamya_at_gmail.com> wrote:
>
> EP,
>
> try exec dbms_stats.flush_database_monitoring_info;
>
> rjamya
>
> On 6/6/07, Ethan Post <post.ethan_at_gmail.com > wrote:
> >
> > Is there a way to force SMON to dump the most current table statistics
> > to all_tab_modifications?
> >
>
>
>

-- 
Bala Rao

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jun 06 2007 - 13:25:05 CDT

Original text of this message

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