Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 27747 invoked from network); 30 May 2008 15:33:56 -0500
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by air964.startdedicated.com with SMTP; 30 May 2008 15:33:56 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 3876F857BB7;
 Fri, 30 May 2008 16:30:02 -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 07871-05; Fri, 30 May 2008 16:30:02 -0400 (EDT)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id A9028857BFC;
 Fri, 30 May 2008 16:30:01 -0400 (EDT)
Received: with ECARTIS (v1.0.0; list oracle-l); Fri, 30 May 2008 15:51:08 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id DB39C8585F0
 for <oracle-l@freelists.org>; Fri, 30 May 2008 15:51:07 -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 03916-04 for <oracle-l@freelists.org>;
 Fri, 30 May 2008 15:51:07 -0400 (EDT)
Received: from web80607.mail.mud.yahoo.com (web80607.mail.mud.yahoo.com [209.191.72.77])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with SMTP id F178485849C
 for <oracle-l@freelists.org>; Fri, 30 May 2008 15:51:02 -0400 (EDT)
Received: (qmail 65564 invoked by uid 60001); 30 May 2008 19:54:41 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
  s=s1024; d=yahoo.com;
  h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID;
  b=wh8QaYzvnJxaEqCTJa9DgKQkeb2q4MnvQzjNPUq05Sb9N/4iitQeemkhOWOSTKHPPDe0iKw9fRUlADd3i9Uk7ViCAIyNkDJJxAmXzUZoaB0cSBcoymorLlonOkHxfZO7topfilPEAflDkfckbLHYLAI7GsGVL7IOMrpl0SsFigs=;
X-YMail-OSG: tRFPo5kVM1kKybeFiyv2lK.OiSxgW.in6xjngTelzkEkbXCr87oqL0phKmTkfVfj_kbPfXTSW_y5418c2xYMLUlUe.irsOl5A0Ug
Received: from [143.111.22.24] by web80607.mail.mud.yahoo.com via HTTP; Fri, 30 May 2008 12:54:41 PDT
Date: Fri, 30 May 2008 12:54:41 -0700 (PDT)
From: Yong Huang <yong321@yahoo.com>
Subject: Re: create table and create index monitor or nomonitor deprecated in 10g?
To: Jared Still <jkstill@gmail.com>
Cc: oracle-l@freelists.org
In-Reply-To: <bf46380805301022v1171bca3oe2c15940d8898eed@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Message-ID: <734468.65430.qm@web80607.mail.mud.yahoo.com>
X-archive-position: 8497
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: yong321@yahoo.com
Precedence: normal
Reply-to: yong321@yahoo.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

--- Jared Still <jkstill@gmail.com> wrote:

> On Fri, May 30, 2008 at 9:17 AM, Yong Huang <yong321@yahoo.com> wrote:
> 
> > Modification Monitoring: _dml_monitoring_enabled
> > This 10g param allows you to do what you used to be able to do in 9i with
> > alter
> > table (no)monitoring, but not at table level any more; it's system wide
> > either
> > all monitoring or all nomonitoring. But I think it¡¯s still better to
> > disable
> > this parameter and leave statistics_level to typical than set
> > statistics_level
> > to basic when you want to disable table monitoring. Documentation writers
> > must
> > have a dilemma, though; they probably wish the first underscore were
> > dropped.
> >
> >
> There's at least one exception.
> 
> If you are stuck on 10.2.0.2 (not allowed to upgrade) then you best not
> use ASMM, and have statistics_level = basic, as well as db_cache_advice=off.
> 
> While benchmarking a 10.2.0.2 database a nasty performance bug appeared.
> 
> See ML 5918631.8 and 3452409.8  regarding waits on 'simulator lru latch'
> 
> -- 
> Jared Still
> Certifiable Oracle DBA and Part Time Perl Evangelist

Thanks, Jared. I can't view 5918631.8 but I read 3452409.8 before. My article
also says (hope April Sims won't mind) that "Whatever %simulator$ latch
activity is probably due to these nearly unused advisors (people that know
don't use it; people that don't know never check it!)." I was talking about
"Shared Pool Advice: _library_cache_advice" but the idea is the same. Whether
it's 10.2.0.2 or not, if you see too much simulator related latch contention,
turn off db_cache_advice and _library_cache_advice. There're a few other
%advice% params but it's better to work with Oracle to pinpoint exactly the one
that caused the problem. Most (or all?) can be done with alter system
dynamically so checking the effect is quick. db_cache_advice is particularly
bad because you almost always give the rest of memory to buffer cache, and
using it means 100 bytes is wasted for each buffer (Note:148511.1).

Yong Huang


      
--
http://www.freelists.org/webpage/oracle-l


