Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: pinning objects in cache

Re: pinning objects in cache

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 15 Nov 2005 07:31:48 -0800
Message-ID: <1132068708.583293.151260@f14g2000cwb.googlegroups.com>


Chris, have you ran explain plan on the SQL causing the full table scan? How large is this table? And Mladen was right the Oracle version is important information. With version 9 or 9.2 Oracle changed the manner in which it determines which blocks to flush from the buffer cache so that table blocks do not automatically go to the soon to be flushed end of the LRU chain. This means there is less need to consider creating a keep buffer pool.

HTH -- Mark D Powell -- Received on Tue Nov 15 2005 - 09:31:48 CST

Original text of this message

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