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: Increasing redo size, increases shutdown time

Re: Increasing redo size, increases shutdown time

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Tue, 25 Apr 2006 08:30:48 +0100
Message-ID: <00a101c6683a$2c769a80$0300a8c0@Primary>

Quite possibly.

In the absence of any other directive, the continuous checkpointing mechanism sets the effective size of log_checkpoint_interval to 90% of the smallest log file. This means you could get a LOT more dirty blocks in the buffer if you increase the size of the redo log dramatically. Since the database shutdown (other than abort) requires a database checkpoint, you would then spend more time writing those blocks to disc.

Regards

Jonathan Lewis
http://www.oracle.com/technology/community/oracle_ace/ace1.html#lewis

The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html

Cost Based Oracle: Fundamentals
http://www.jlcomp.demon.co.uk/cbo_book/ind_book.html

> Date: Mon, 24 Apr 2006 14:57:36 -0400
> From: "Juan Carlos Reyes Pacheco" <juancarlosreyesp_at_gmail.com>
> Subject: Increasing redo size, increases shutdown time
>
> Hi, does this afirmation makes sense?
> After I increased redologs to 200mb, to test time of archive, I found
> the time to shutdown increased to, and it was not switching.
>
> Is there some correlation?
>
> Thank you
>

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Apr 25 2006 - 02:30:48 CDT

Original text of this message

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