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: CACHE/NOCACHE

RE: CACHE/NOCACHE

From: John Kanagaraj <john.kanagaraj_at_hds.com>
Date: Thu, 03 Jul 2003 16:04:25 -0800
Message-ID: <F001.005C3405.20030703160425@fatcity.com>


Ravi,

The DB Buffer cache 'aging' algorithm has changed in 8.1.x - it is now based on a touch count algorithm. If the table is not updated and is frequently accessed, it will continue to remain in the Buffer cache, whether it is NOCACHE or not. Figuring out performance problems should usually start with looking at wait events, rather than the buffer cache. the 'Oracle Performance Tuning 101' book by Gaja Vaidyanatha and Kirti Deshpande of this list should be you first stop!

John Kanagaraj
Oracle Applications DBA
DBSoft Inc
(W): 408-970-7002

I don't know what the future holds for me, but I do know who holds my future!

> -----Original Message-----
> From: Ravi Kulkarni [mailto:nandagokul_at_yahoo.com]
> Sent: Wednesday, July 02, 2003 4:41 PM
> To: Multiple recipients of list ORACLE-L
> Subject: CACHE/NOCACHE
>
>
> Gurus,
>
> Reposting.. since this might have got lost in emails.
> Any thoughts...?
>
> Thanks, -Ravi.
> "..
>
> Help me figure this one out. Was helping a colleague
> diagnose slow response time (8.1.7/Solaris running
> Peoplesoft ). x$bh showed 102,248 out of 170,000
> buffers belonged to a single table, which he said he
> cached explicitly. He did "NOCACHE" (on my suggestion)
> on the large table.
> I still find that the table is in buffer cache (even
> Buff# haven't changed - starts with buf#=1 - not sure
> if this means LRU end) even after a week. DB cannot be
> bounced since it is production.
> Do you know of any reason why it is not flushed out of
> cache when table is altered to NoCache?
>
> Thanks,
> Ravi.
>
> .."
>
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Ravi Kulkarni
> INET: nandagokul_at_yahoo.com
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> 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).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: John Kanagaraj
  INET: john.kanagaraj_at_hds.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Jul 03 2003 - 19:04:25 CDT

Original text of this message

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