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: Large PGA for a data warehouse on Windows 2003 advanced server(32 bit)

RE: Large PGA for a data warehouse on Windows 2003 advanced server(32 bit)

From: Ken Naim <kennaim_at_gmail.com>
Date: Thu, 28 Jul 2005 11:40:24 -0500
Message-ID: <42e90a78.1478d24f.70be.ffffae5f@mx.gmail.com>


Brandon,

I have read that the /3gb switch cannot be used once the server has greater than 16gb of ram. I have already set the /pae switch and am using USE_INDIRECT_DATA_BUFFERS=true and currently have 6gb allocated to db_block_buffers with good results so far. I have not opened a tar yet as I was hoping someone already encountered this issue and had a solution.

Thanks,
Ken

-----Original Message-----

From: Allen, Brandon [mailto:Brandon.Allen_at_OneNeck.com] Sent: Thursday, July 28, 2005 11:27 AM
To: kennaim_at_gmail.com; oracle-l_at_freelists.org Subject: RE: Large PGA for a data warehouse on Windows 2003 advanced server(32 bit)

Ken,

See Metalink Note 1036312.6 for info on how to use up to 3GB (set /3GB switch in your boot.ini) or see note 46001.1 for info on how to use more than 3GB (for buffer cache only - you have to set USE_INDIRECT_DATA_BUFFERS=true, and then use the old, static db_block_buffers instead of new, dynamic db_cache_size - and can't use db_cache_advice either). So, theoretically, I believe you could use 1GB for Windows, 3GB for your PGA/SGA and then use the remaining 28GB for your buffer cache. I don't think there is anyway to allocate 4-6gb for PGA on Windows, but maybe someone else will have an idea. Have you opened a TAR?

I've used the 3GB switch a few times with no problems, but have never used the second method for accessing > 3GB. If you try it, please let me know how it goes.

Thanks,
Brandon

-----Original Message-----

From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Ken Naim
Sent: Thursday, July 28, 2005 9:15 AM
To: oracle-l_at_freelists.org
Subject: Large PGA for a data warehouse on Windows 2003 advanced server(32 bit)

Dear List,

I am developing a data warehouse using Oracle 10g R1 on Windows 2003 advanced server(32 bit). The server has 32gb of ram and ideally I'd like to allocate a good portion of it to the pga and not just db block buffers. As I understand it windows "sees" 4gb of ram, 2gb of which is for windows, 1gb which is used for db block buffers which can map to higher regions of memory for larger amounts of db block buffers, leaving only 1gb of memory for the sga and pga. I'd like to know if there is a way to use more of the ram for the pga, in the neighborhood of 4-6gb.

My background is on the unix side, so please keep the switch to linux comments to a minimum. I do not have a choice in this matter.

Thanks,

Ken Naim

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jul 28 2005 - 11:43:20 CDT

Original text of this message

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