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: How much memory is consumed by cache tables?

RE: How much memory is consumed by cache tables?

From: Khedr, Waleed <Waleed.Khedr_at_FMR.COM>
Date: Mon, 25 Mar 2002 15:13:21 -0800
Message-ID: <F001.00432AB7.20020325151321@fatcity.com>


My understanding is only the block(s) that gets requested and read by any application will be flagged to stay in the most recently used side of the LRU buffer chains. Having the object marked as cache will not make Oracle to load the whole thing in memory and pin it there.

regards,

Waleed

-----Original Message-----
Sent: Monday, March 25, 2002 2:29 PM
To: Multiple recipients of list ORACLE-L

How much memory is consumed by cache tables? For example, if you have a small amount of data in a lookup table that's locally managed with 128K uniform extents, does it consume 128K of memory even if the data is only in one 8k DB block? (If that's the case then it would be better to assign it to a keep buffer pool.)

Steve Orr
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Orr, Steve
  INET: sorr_at_rightnow.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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Khedr, Waleed
  INET: Waleed.Khedr_at_FMR.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 Mon Mar 25 2002 - 17:13:21 CST

Original text of this message

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