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: dc_sequences

Re: dc_sequences

From: Ravi Kulkarni <nandagokul_at_yahoo.com>
Date: Wed, 31 Dec 2003 14:44:26 -0800
Message-ID: <F001.005DB5F4.20031231144426@fatcity.com>


Ashish,

Are you using NOCACHE/ORDER for your sequences ? If so, is the cache size for your sequences default (20)? Try increasing the cache size to see if the misses reduce.
If these sequences a columns of an Index, it would affect the cache fusion latencies (hence performance) since the column is accessed from multiple nodes. Increasing cache size for sequences (with NOORDER, if feasible) can yield good results if you have -

- High "row cache lock" waits in v$system_event;
- High dlm_conflicts in v$rowcache
- High Cum_wait_time for SQ enqueue in v$enqueue_stat

HTH,
Ravi.


Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Ravi Kulkarni
  INET: nandagokul_at_yahoo.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Dec 31 2003 - 16:44:26 CST

Original text of this message

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