Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: KEEP creep
Hi Mark,
There is no such timeout. What you are seeing is the effect of CR mode
blocks.
You should be able to work around this by setting _db_aging_freeze_cr =
TRUE.
Regards,
Steve Adams
http://www.ixora.com.au/ http://www.oreilly.com/catalog/orinternals/ http://www.christianity.net.au/
-----Original Message-----
From: mteehan_at_erggroup.com [mailto:mteehan_at_erggroup.com]
Sent: Thursday, 10 August 2000 19:33
To: Multiple recipients of list ORACLE-L
Subject: KEEP creep
I am trying to size objects for the KEEP pool on 8.1.6.
An analyze shows 108,000 blocks for a table, yet it fills the KEEP
buffer pool,
which is 120,000 blocks.
The extra 12,000 blocks are copies of buffers not found within a time
limit
when searching the hash chains (or so I believe). There are no other
objects in
the KEEP pool.
I have tried maximum and minimum numbers of db_block_lru_latches with
little
effect. I have not modified the _db_block_hash_buckets.
I would prefer if it searched the buffer cache for longer for the
required
buffers (because I know the whole table is cached), even if this means
that it
runs a little slower. As with OLTP systems, constant performance is
better.
Anyone know what to change to extend the buffer cache search timeout?
Regards
Mark
-- Author: INET: mteehan_at_erggroup.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Aug 10 2000 - 05:33:18 CDT