Oracle AIX Tuning Optimization
Oracle AIX Tuning Optimization
htm
Oracle Articles
Also see these notes on Managing Oracle disk I/O in AIX.
The IBM AIX operating system can be optimized for Oracle databases as noted in this IBM
whitepaper titled "Tuning IBM AIX 5L for an Oracle Database". Also, the TPC
Oracle Training benchmarks for Oracle AIX are an excellent was to find optimal Oracle AIX parameter
Oracle News settings. Also see:
Oracle Forum
IBM AIX Direct I/O
Class Catalog
1 de 3 18-05-2009 21:52
Oracle AIX Tuning Optimization http://www.dba-oracle.com/t_ibm_aix_tuning.htm
11i Upgrades This is possible because the asynchronous I/O routines do not need to pin the
SQL Server SGA memory each time it is used for an I/O operation. Because of this
Oracle Concepts performance improvement, it is best to use pinned memory to allocate the
HTML-DB Tips Oracle SGA.
Software Help When the Oracle initialization parameter LOCK_SGA is set to TRUE, Oracle
Remote Help will allocate shared memory for the SGA using the AIX pinned memory. (Note:
Development shmget() is called with the SHM_PIN flag set.) In addition to setting the Oracle
Implementation LOCK_SGA parameter to TRUE, the AIX operating system must be configured
to allow pinned memory to be used for shared memory.
Financials Training
AIX Oracle large page support
Oracle 11i
Oracle Apps 11i Give the Oracle user ID the CAP_BYPASS_RAC_VMM and
Oracle Workflow
CAP_PROPAGATE capabilities by following these steps:
Oracle AR 11i Class
1. First check the current capabilities: #lsuser –a capabilities oracle
Note: only the root user can display the capabilities attribute.
Oracle AP 11i class
2. Add the CAP_BYPASS_RAC_VMM and CAP_PROPAGATE capabilities
Oracle GL 11i class
to the list of capabilities already assigned to this user ID, if any: #chuser
Oracle HR 11i class
capabilities=CAP_BYPASS_RAC_VMM,CAP_PROPAGAE oracle
Oracle FA 11i class
3. Configure the AIX large page pool by calculating the number of large pages
11i Project Mgt required for the SGA: num_of_large_pages = INT((total_SGA_size-
11i procurement 1)/16MB)+1
11i collections 4. Configure the number and size of large pages: #vmo -p -o
lgpg_regions=num_of_large_pages -o lgpg_size=16777216
Oracle Posters
Oracle Books Oracle AIX I/O Tuning
Oracle Tuning Book
Oracle RAC Book Asynchronous I/O allows a program to initiate I/O and continue execution of
Oracle Security useful work, while other I/O operations are carried out in parallel by the
Easy Oracle Books operating system. Because Oracle applications often require multiple server and
Oracle Scripts user processes at the same time, they take advantage of asynchronous I/O to
SQL Server DBA overlap program execution with I/O operations.
SQL Design Patterns
Asynchronous I/O is used with Oracle on the AIX operating system to improve
Ion
system performance.
Excel-DB
In AIX V5.2 and newer versions, two asynchronous I/O subsystems are
supported, the original asynchronous I/O (called Legacy asynchronous I/O),
and the new POSIX asynchronous I/O.
BC Oracle News
The two types of asynchronous I/O differ in the way the asynchronous I/O
subsystem API is defined. Their performance characteristics are the same. All
Oracle releases up to and including the current release, Oracle Database 10g,
Rednecks! use Legacy asynchronous I/O.
Dress code
Arabian Stallion
Burleson Arabians If you like Oracle tuning, you may enjoy the new book
Guide Horses "Oracle Tuning: The Definitive Reference", over 900 pages
Don Burleson Blog of BC's favorite tuning tips & scripts.
Golf & Travel
You can buy it direct from the publisher for 30%-off and
get instant access to the code depot of Oracle tuning
Privacy Policy scripts.
2 de 3 18-05-2009 21:52
Oracle AIX Tuning Optimization http://www.dba-oracle.com/t_ibm_aix_tuning.htm
ote: 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
&
3 de 3 18-05-2009 21:52