dataguard tunning: checkpoint completed [message #419793] |
Tue, 25 August 2009 11:08 |
aline
Messages: 92 Registered: February 2002
|
Member |
|
|
Hi,
I have some performance problems with one of my standby databases.
the top wait events (more than 60% of time) is checkpoint completed.
I had take db_writers to the max value (20) but it has solved nothing.
any idea?
Top 5 Timed Events Avg %Total
~~~~~~~~~~~~~~~~~~ wait Call
Event Waits Time (s) (ms) Time
----------------------------------------- ------------ ----------- ------ ------
checkpoint completed 495 2,326 4699 63.8
SQL*Net vector data from client 2,318 445 192 12.2
parallel recovery control message reply 2,085 208 100 5.7
rdbms ipc reply 89 173 1940 4.7
RFS write 1,102 115 104 3.2
[change [quote] to [code] to preserve formatting]
[Updated on: Thu, 27 August 2009 07:13] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
|
|
Re: dataguard tunning: checkpoint completed [message #420175 is a reply to message #419793] |
Thu, 27 August 2009 07:22 |
JRowbottom
Messages: 5933 Registered: June 2006 Location: Sunny North Yorkshire, ho...
|
Senior Member |
|
|
From the documentation
Quote: | checkpoint completed
A session waits for a checkpoint to complete. This could happen, for example, during a close database or a local checkpoint.
Wait Time: 5 seconds
Parameters: None
|
From metalink Note:240875.1 : Quote: | The top database wait events should be "db file parallel read" and "checkpoint completed" during media recovery. Refer to recovery monitoring best practices section.
|
How long was your snapshot taken over?
|
|
|