Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

 

 
 

Don?t waste RAM on 32-bit Oracle Windows servers

Oracle Tips by Burleson Consulting

I grew-up believing that wasting something was a mortal sin against God, and I remain very stingy with server resources as an Oracle DBA.  One of the largest wastes I see are Oracle Windows servers that some with 4-gig or 8-gig RAM, but the SGA is only sized to 1.5 gig.  This leaves many gigabytes of valuable RAM memory going to waste!

Wasting RAM and this is very common on 32-bit Oracle Windows databases, especially servers with 8 gig RAM and a low high-water mark for external PGA RAM usage.  As a refresher, when you don't have enough RAM to fully-cache your working-set of frequently-referenced table and index blocks, your database does unnecessary I/O:

 

 

 

The Solutions to Windows RAM waste:

There are two solutions used by most shops.  You have two choices, 4GT or AWE.  To enable 4GT, add the /3GB switch to the Boot.ini file. AWE is best and you can use the entire RAM for the Oracle database (less 20% for the OS).

In my experience the increased data caching can make a huge difference and for a dedicated Windows server you only need to reserve 20% of the RAM for the OS, and save the rest for SGA and PGA.

 

ABOUT 4GT:

- In Windows NT Server v4.0 EE, 4 gig RAM Tuning (4GT) was added which allows SGA up to 3 gig of memory as opposed to the standard 2 gig. (Yes, 4GT = 3 gig)

- Gives Oracle up to 50% more memory. (but still not enough)

- For larger systems 64-bit Oracle allows up to 512 gig SGA sizes.

- All that's needed is an added boot.ini switch -- /3GB

 

ABOUT AWE:

- AWE (Address Windowing Extension) - Allows 32-bit Windows Oracle to have up to 64 gig of database buffers.

- Available after Oracle8i (8.1.6).

- Moves database buffers out of the 3GB address space "above the line", leaving low-memory RAM for more connections, larger sort areas, etc...

- The Win32 AWE (Address Windowing Extension) calls are used which provide a fast map/unmap interface to "above the line" RAM.

- When running on a machine with >16GB of RAM, Oracle can either use the 4GT feature or the memory above 16GB, but not both.  This is a Windows limitation.

- From the Oracle 3 gig address space, we allocate space for a 'window' onto the whole of the db buffers. 

- The size of this window is user-configurable. 

- The larger the window, the more buffers are quickly available, however the larger the window, the less space there is for other memory structures like shared pool, connections, PGAs, etc.
 

INSTALLING AWE:

- Set the parameter use_indirect_data_buffers=true

- Set AWE_WINDOW_SIZE in the registry to the number of bytes of address space to use for your window onto extended memory.  The default is 1GB.

- Increase db_block_buffers to a higher value (expressed in blocks) up to available memory.

For more information on sizing RAM regions for minimum wastage, see my book "Oracle Tuning: The Definitive Reference". 

 
If you like Oracle tuning, see the book "Oracle Tuning: The Definitive Reference", with 950 pages of tuning tips and scripts. 

You can buy it direct from the publisher for 30%-off and get instant access to the code depot of Oracle tuning scripts.


 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster
 
 
 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.