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: timed statistics

Re: timed statistics

From: A. Bardeen <abardeen1_at_yahoo.com>
Date: Wed, 20 Jun 2001 09:35:05 -0700
Message-ID: <F001.003307DD.20010620094939@fatcity.com>

On 8i there are several cursor sharing bugs (1210242, 918002, and others) where cursors aren't shared when timed_statistics is enabled. Most of them have been fixed in 8.1.6.3 and 8.1.7.1. A workaround for most of them is to set _SQL_EXEC_PROGRESSION_COST=0.

Symptoms are contention on the shared pool and library cache latches; high version_count values in v$sqlarea.

Other than these bugs the impact is minimal, as Don and others have mentioned, and the benefits far outweigh the costs.

HTH,


Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: A. Bardeen
  INET: abardeen1_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed Jun 20 2001 - 11:35:05 CDT

Original text of this message

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