July 2004
Intermediate to advanced
384 pages
9h 32m
English
In this section we will discuss some of the common wait events that you will see in
Oracle Real Application Clusters (RAC) environment.
When a session is looking for a consistent read (CR) copy of the buffer cached by the remote instance, it waits on the global cache cr request event till the buffer is available in the local instance. Normally the holder constructs the CR version of the buffer and ships it to the requesting instance through the high speed interconnect. The wait ends when the CR buffer arrives at the local buffer cache.
From Oracle Database 10g Release 1, global cache cr request waits are known as gc cr request waits.
Depending on the mode ...
Read now
Unlock full access