Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Tuning Large Pool
Tc - Which Oracle version is this?
Dennis Williams
DBA, 40%OCP
Lifetouch, Inc.
dwilliams_at_lifetouch.com
-----Original Message-----
Sent: Thursday, January 30, 2003 6:30 PM
To: Multiple recipients of list ORACLE-L
I 've a question about Large pool and parallel_automatic_tuning . I've set large_pool_size to 500K and parallel_automatic_tuning to true (thinking that parallel_auto... parameter will automatically increase the size of large pool if required. I was just checking sizes and utilization of pools ,& was surprised to see the size of large pool swollen upto 4096 MB with some 122K in use. Now my question is that why ain't oracle freeing up free memory.
Will Oracle shrink the large pool back to initial size or not ?
select pool,name,round(sum(bytes)/(1024*1024),1)||' MB' MB from v$sgastat
where
pool='large pool';
POOL NAME MB ----------- -------------------------- ---------- large pool free memory 4096.3 MB
TIA
Tc
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author:
INET: brain_damage_at_eth.net
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).
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 Jan 30 2003 - 18:59:27 CST
![]() |
![]() |