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: oracle-l Digest V3 #373

Re: oracle-l Digest V3 #373

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Thu, 21 Dec 2006 09:15:52 -0000
Message-ID: <014601c724e0$9cd90110$0200a8c0@Primary>

Prashant,

Before recommending that link again, you might like to think carefully about the quality of the content. Here's just one small example of how erroneous it is:

    By segregating high activity tables into a separate, smaller data buffer,     Oracle has far less RAM frames to scan for dirty block, improving the      throughout and also reducing CPU consumption. This is especially     important for super-high update tables with more than 100 row changes     per second.

Since Oracle 8.1, dirty blocks go on to the checkpoint queue the moment they are made dirty - and they stay in place on that queue until the database writer has written them; and DBWR picks them off the queue in the correct order without having to scan the buffer. That's why you see far fewer "checkpoint not complete" errors, and how the fast_start_mttr_target can be made to work.

Regards

Jonathan Lewis
http://jonathanlewis.wordpress.com

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

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


> Date: Tue, 19 Dec 2006 22:51:58 -0800 (PST)
> From: Murtuja Khokhar <murtuja_oracle_at_yahoo.com>
> Subject: RE: Multiple Block Size
>
> Prashant,
> www.dba-oracle.com/oracle_tips_multiple_blocksizes.htm
>
 

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Dec 21 2006 - 03:15:52 CST

Original text of this message

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