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: "wait for scn from all nodes" wait in RAC

Re: "wait for scn from all nodes" wait in RAC

From: K Gopalakrishnan <kaygopal_at_gmail.com>
Date: Sat, 16 Jul 2005 16:45:16 +0530
Message-ID: <3b0f44a105071604155ef1df1@mail.gmail.com>


Amir:

What is the value of the MPCD settings? The scn propagation algorithms are based on the max_commit_propagation_delay parameter and the values are platform dependent. And from your wait I assume you have set the MCPD is <>700 cs and you may be using 'broadcast on commit' method for SCN propagation across the nodes.

In Broadcast SCN method, on every commit we propagate the SCN to all the nodes, before writing the redo, we wait for the response from all the nodes and then complete the redo. And all the processes will have to wait till we write the redo to the disk. THis is synchronous in 9i.

There are some enhancements in 10g on this area and the log writing process is asynchronous to SCN propagation. This is controlled by _lgwr_async_broadcasts parameter which defaults to true. In this case, if we receive any SCN > commit SCN we don't need to broadcast (and wait ) our SCN.

On 7/16/05, Hameed, Amir <Amir.Hameed_at_xerox.com> wrote:
>
>
> Does anyone know what this wait (wait for scn from all nodes) is about in
> RAC. We are currently running a test on a two-node RAC/11i instance.
> Statspack is showing this wait among the top five (at #5). We are using the
> "broadcast on commit" scheme as it is recommended by Oracle for 11i
> instances. Per Metalink, this event is related to the broadcast scheme that
> we are using. But what does it really mean and at what point it becomes a
> matter of concern? Any feedback will be appreciated.
>
> Thank you
> Amir

-- 

Best Regards,
K Gopalakrishnan 
Co-Author: Oracle Wait Interface, Oracle Press 2004
http://www.amazon.com/exec/obidos/tg/detail/-/007222729X/
--
http://www.freelists.org/webpage/oracle-l
Received on Sat Jul 16 2005 - 06:17:12 CDT

Original text of this message

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