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: Applying Archive Logs for STANDBY Database

Re: Applying Archive Logs for STANDBY Database

From: Andrey Kriushin <Andrey.Kriushin_at_rdtex.ru>
Date: Fri, 28 Apr 2006 02:07:32 +0400 (MSD)
Message-ID: <29403.217.118.66.232.1146175652.squirrel@webmail2.rdtex.ru>


Hi,

Well, 450 "interval" checkpoints in 150 (or you mean 138?) minutes might me too much. Not only the server should write down all the dirty blocks, but also update all the datafile headers and the controlfiles. And until then it can't proceed with the next archived log.

Suggestions for next time:
1. trace MRP process to see what it is actually waiting for. Or you can monitor V$SESSION_EVENT
2. agree - applying redo in parallel is rather good suggestion. Don't forget to increase PARALLEL_EXECUTION_MESSAGE_SIZE up its maximum 3. add more DBWRs if you don't use AIO.
4. increase the size of your online redo logs on primary DB in order to decrease the frequency of standby DB checkpoints.

HTH
- Andrey

On Fri, April 28, 2006 0:32, BN said:
> Greetings
>
> 2 CPU HP-UX 11.11 Oracle 9.2.0.7 STANDBY Database
>
> Applying 450 Archive Logs of 20 MB each took 2.30 hrs,
>
> Is there a way to tune this to cut this time?
>
> --
> Regards & Thanks
> BN
>

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Apr 27 2006 - 17:07:32 CDT

Original text of this message

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