Re: dc_sequences

2003-12-31 Thread Ravi Kulkarni
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.

--- Ashish Sahasrabudhe
<[EMAIL PROTECTED]> wrote:
> In statspack report on RAC 9.2.0.2 database, under
> section "Dictionary Cache
> Stats for DB"
> there are 64.3% miss for dc_sequences. What causes
> this?
> 
> Thanks
> 


__
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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).


RE: dc_sequences

2003-12-31 Thread Anjo Kolk
Title: Message



This 
is most likely a sequence that is incremented from multiple nodes. When a range 
runs out, a node has to allocate a new range. other nodes have to 
flush/invalidate their sequence number tow cache entry.
 
Anjo.

  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
  Ashish SahasrabudheSent: Monday, December 29, 2003 10:30 
  PMTo: Multiple recipients of list ORACLE-LSubject: 
  dc_sequences
  In statspack report on RAC 9.2.0.2 database, under section 
  "Dictionary Cache Stats for DB" there are 64.3% miss 
  for dc_sequences. What causes this? 
  Thanks 


dc_sequences

2003-12-29 Thread Ashish Sahasrabudhe
Title: dc_sequences





In statspack report on RAC 9.2.0.2 database, under section "Dictionary Cache Stats for DB"
there are 64.3% miss for dc_sequences. What causes this?


Thanks