Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: dc_sequences
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.
-- 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