Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 16801 invoked from network); 6 Jun 2007 13:44:39 -0500
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by 69.64.49.119 with SMTP; 6 Jun 2007 13:44:38 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 7C15D6F1599;
 Wed,  6 Jun 2007 14:42:43 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 26130-04-6; Wed, 6 Jun 2007 14:42:43 -0400 (EDT)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id C30906F14B3;
 Wed,  6 Jun 2007 14:42:42 -0400 (EDT)
Received: with ECARTIS (v1.0.0; list oracle-l); Wed, 06 Jun 2007 14:02:05 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 074256F1172
 for <oracle-l@freelists.org>; Wed,  6 Jun 2007 14:02:05 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 21693-03 for <oracle-l@freelists.org>;
 Wed, 6 Jun 2007 14:02:04 -0400 (EDT)
Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id B853F6EF34E
 for <oracle-l@freelists.org>; Wed,  6 Jun 2007 14:02:04 -0400 (EDT)
Received: by wa-out-1112.google.com with SMTP id k22so286867waf
        for <oracle-l@freelists.org>; Wed, 06 Jun 2007 11:03:59 -0700 (PDT)
DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed;
        d=gmail.com; s=beta;
        h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references;
        b=Pghut+uN6qu4c1z8TVXqLLkyo1dQBIeP4plB7t13G2V6hCBX9gqNrzeKkpJN21oLkmZLd6YmJtpM05gSGs2GNdKssSTAqZS5zInI9UUA2KIGsgWDCdUJZjBxME5Ypi5WTdkFwU5HvCCkGSgk7QiL7oZdMSTh+C1yo0+spUGevOk=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=beta;
        h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references;
        b=F4+447YYY2C4HyRLkarwccozFypDm5jPgnDUdjBKqk2ia8nYyU8tUWBw11NMv8t6LSl6pN6ml29u0nPHNR78sRNrlDjHp8E71OeXVxh6CRuQ9MeOLmcIGiWfPUR1TrSZrKIHp9NgLL3AQ7NXUgU7vdkgiNy5GYdsRq8w3u7gRmY=
Received: by 10.115.18.1 with SMTP id v1mr709751wai.1181153038828;
        Wed, 06 Jun 2007 11:03:58 -0700 (PDT)
Received: by 10.114.126.2 with HTTP; Wed, 6 Jun 2007 11:03:58 -0700 (PDT)
Message-ID: <9177895d0706061103v76127d7bw3e1884dfef3ffce8@mail.gmail.com>
Date: Wed, 6 Jun 2007 14:03:58 -0400
From: rjamya <rjamya@gmail.com>
To: post.ethan@gmail.com
Subject: Re: Trigger SMON to dump table statistics to ALL_TAB_MODIFICATIONS
Cc: oracle-l <oracle-l@freelists.org>
In-Reply-To: <357b48a90706060939h26b72de4reb34ba34d37ff599@mail.gmail.com>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_Part_34116_30280296.1181153038796"
References: <357b48a90706060939h26b72de4reb34ba34d37ff599@mail.gmail.com>
X-archive-position: 49523
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: rjamya@gmail.com
Precedence: normal
Reply-to: rjamya@gmail.com
List-help: <mailto:ecartis@freelists.org?Subject=help>
List-unsubscribe: <oracle-l-request@freelists.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: oracle-l <oracle-l.freelists.org>
X-List-ID: oracle-l <oracle-l.freelists.org>
List-subscribe: <oracle-l-request@freelists.org?Subject=subscribe>
List-owner: <mailto:steve.adams@ixora.com.au>
List-post: <mailto:oracle-l@freelists.org>
List-archive: <http://www.freelists.org/archives/oracle-l>
X-list: oracle-l
X-Virus-Scanned: Debian amavisd-new at localhost.localdomain
------=_Part_34116_30280296.1181153038796
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

EP,

try exec dbms_stats.flush_database_monitoring_info;

rjamya

On 6/6/07, Ethan Post <post.ethan@gmail.com> wrote:
>
> Is there a way to force SMON to dump the most current table statistics to
> all_tab_modifications?
>

------=_Part_34116_30280296.1181153038796
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

EP,<br><br>try exec dbms_stats.flush_database_monitoring_info;<br><br>rjamya<br><br><div><span class="gmail_quote">On 6/6/07, <b class="gmail_sendername">Ethan Post</b> &lt;<a href="mailto:post.ethan@gmail.com">post.ethan@gmail.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Is there a way to force SMON to dump the most current table statistics to all_tab_modifications?
<br>
</blockquote></div><br><br>

------=_Part_34116_30280296.1181153038796--
--
http://www.freelists.org/webpage/oracle-l


