Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Tuning Large Pool
Tc - I haven't played with these parameters, so I can only offer some ideas
based on the documentation, and maybe someone who has tested this will
respond.
It looks like if you set PARALLEL_AUTOMATIC_TUNING and leave the LARGE_POOL_SIZE unset, then Oracle will calculate the large pool size for you. Maybe Oracle thinks you have set LARGE_POOL_SIZE too low and it is providing a higher value. One test you could perform would be to comment LARGE_POOL_SIZE out and see if you receive the same value.
Now, as to Oracle dynamically reducing the LARGE_POOL_SIZE, I don't see any hint that this will occur. Have you seen this mentioned somewhere?
Dennis Williams
DBA, 40%OCP
Lifetouch, Inc.
dwilliams_at_lifetouch.com
-----Original Message-----
Sent: Thursday, January 30, 2003 8:22 PM
To: Multiple recipients of list ORACLE-L
Dennis,
Its 9i release 9.0.1.1.1 on Windows 2000. Heres the query & output
SQL> select name,round(bytes/(1024*1024),1) from v$sgastat where pool='large
pool';
Enter ...
NAME ROUND(BYTES/(1024*1024),1) -------------------------- -------------------------- free memory 4095.9 PX msg pool .1
Elapsed: 00:00:00.07
--
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 - 21:38:44 CST
![]() |
![]() |