Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: question about large pool
The UGA contains cursors, session state info, etc. The PGA contains sort
area, hash area, bitmap merge area, read buffers for direct-path, etc.
on 6/3/03 4:39 AM, Mladen Gogala at mgogala_at_adelphia.net wrote:
> Well, I was talking about cursors, sort areas and hash areas. I probably > did confuse "GA stuff". > On 2003.06.02 22:27 Tim Gorman wrote: >> Almost. It is the UGA areas (not the PGA) for Shared Server (a.k.a. >> multi-threaded server) that are re-located to the Large Pool, if it exists. >> Otherwise, they reside in the Shared Pool and all hell breaks loose, >> performance wise... >> >> Also, if DBWR_IO_SLAVES > 0, then those IPC queues will reside in the Large >> Pool, if it is configured. Otherwise, these reside in the Shared Pool, and >> if you think having UGAs from Shared Server in the Shared Pool play hell >> with performance, then wait until you are pushing all of your I/O to the >> datafiles through the Shared Pool... :-) >> >> >> >> on 6/2/03 2:24 PM, Gogala, Mladen at MGogala_at_oxhp.com wrote: >> >>> Nope, it's not accurate. PGA areas for shared server sessions are also >>> allocated from the large pool. >>> >>> Mladen Gogala >>> Oracle DBA >>> Phone:(203) 459-6855 >>> Email:mgogala_at_oxhp.com >>> >>> >>> -----Original Message----- >>> Sent: Monday, June 02, 2003 4:35 PM >>> To: Multiple recipients of list ORACLE-L >>> >>> >>> for some reason we have 100MB large pool. I dont think we need it at all. I >>> read that its only used by RMAN or Parallel server. Is that accurate?
>>> transaction:>>>> - SQL statements, execution plans (more an issue with bind variables)
>>>> - Rollback (you've probably read about SET TRANSACTION)
>>> your
>>> one
>>> magic
>>> other
>>> then
>>> the
>>> worry
>> >> -- >> Please see the official ORACLE-L FAQ: http://www.orafaq.net >> -- >> Author: Tim Gorman >> INET: tim_at_sagelogix.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: Tim Gorman INET: tim_at_sagelogix.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 Tue Jun 03 2003 - 11:24:54 CDT