Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: RE: "SQL AREA" and "LIBARARY CACHE" size?
Hi Manoj,
this is the statistics i got from one of my instance.
sql area 225 MB library cache 112 MB
I was also confused as u were [ i didn't notice this so far ]. but reading the replies of Tanel & Steve once again:
<tanel>
But what Steve meant (please correct me if I'm wrong), is that operations on
sql areas are managed by library cache structures (library cache latch, KGL
manager, lib cache hash table, etc), so sql area is dependent on library
cache, despite the fact they both have memory allocated directly from shared pool.
</tanel>
from this (and as per the docs) i understand that sql area is a subset of library cache.
perhaps,what "subset" means is:
in terms of the control library cache has over sql area and not in terms of memory allocated.
is my understanding correct, Tanel ?
<steve>
My best guess at the moment is that when new recreatable chunks are first unpinned,
they go onto the transient list, and then when they have been reused, they go back
onto the recurrent list.
</steve>
..and reading this post by Steve,i feel there is something more(a lot) that we need to know/understand to discuss about this.
Can Steve/Tanel/List explain me what is transient chunk & recurrent chunk ?
Regards,
Jp.
P.S.Thanx Naveen.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Prem Khanna J INET: jprem_at_kssnet.co.jp 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 Fri Sep 26 2003 - 03:09:43 CDT