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

Free Oracle Tips

HTML Text

 Home
 E-mail Us
 Oracle Articles



 Oracle Training
 Oracle News

 Oracle Forum
 Class Catalog


 Our Staff
 Our Prices
 Help Wanted!

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


 SQL Tuning
 Security

 UNIX
 Oracle UNIX
 Linux
 Oracle Linux
 Monitoring
 Remote help

 Remote plans
 Remote
services
 Oracle C++
 Oracle Java
 Apache
 JDeveloper
 App Server

 Applications
 Oracle Forms
 Oracle Portal
 11i Upgrades
 SQL Server
 Oracle Concepts
 HTML-DB Tips
 Software Help

 Remote Help  
 Development  

 Implementation


 Financials Training
 Oracle 11i
 Oracle Apps 11i
 Oracle Workflow
 Oracle AR 11i Class
 Oracle AP 11i class
 Oracle GL 11i class
 Oracle HR 11i class
 Oracle FA 11i class
 11i Project Mgt
 11i procurement
 11i collections


 Oracle Posters
 Oracle Books

 Oracle Tuning Book
 Oracle RAC Book
 Oracle Security
 Easy Oracle Books
 Oracle Scripts
 SQL Server DBA
 SQL Design Patterns
 WISE
 Excel-DB   


 BC Oracle News


 Rednecks!
 Dress code
 Arabian Stallion

 Burleson Arabians
 Guide Horses
 Don Burleson Blog
 Golf & Travel


 Privacy Policy
 

 

 
 

Oracle Server Bottlenecks

Oracle Tips by Burleson Consulting

Oracle Server Bottlenecks

If SQL has not been completely optimized, the following server overload conditions are generally true:

I/O overload

This is sometimes evidenced by high db file sequential read and db file scattered read waits and can be detected in the Oracle10g dba_hist_filestatxs view. (SQL that issues unnecessary table block access, possibly due to missing indexes or poor statistics), should be investigated.  Assuming that the SQL is optimized, the only remaining solutions are the addition of RAM for the data buffers or a switch to solid-state disks.

CPU overhead

With the advent of 64-bit Oracle and large data block buffers such as db_cache_size and db_keep_cache_size, the main bottleneck for many databases has shifted from I/O to CPU.  If CPU is listed in the top wait events, sub-optimal SQL that may be causing unnecessary logical I/O against the data buffers should be investigated. The library cache can also be investigated to see if excessive parsing might be causing the CPU consumption.  Assuming that Oracle has been optimized, the options to relieve a CPU bottleneck are to add more CPUs or faster CPU processors. This is an extremely rare event. On most installations which have paid only minimal attention to sizing, CPU bottleneck is suffered only as a consequence of bad SQL. Bad sort or “cached” nested loop will do that. Typically, CPU set is never used more then 25%. Throwing hardware at a problem is typically not a good idea.

Network Overload

In many Oracle-based applications, the largest component of end-user response time is network latency.  Oracle captures important metrics that will show if the Oracle database is network bound, specifically using the SQL*Net statistics from the dba_hist_sysstat view.  Due to the Oracle Transparent Network Substrate (TNS) isolation, there are only a few network tuning options, and most network issues, such as packet sizes, are usually external to the Oracle database.

RAM overload

 As we have noted, the Oracle10g Automatic Memory Management (AMM) utility has facilities for re-sizing the db_cache_size, shared_pool_size, and pga_aggregate_target SGA regions, and Oracle Enterprise Manager for detecting SGA regions that are too small. RAM can be reallocated within these regions which will reduce pga_aggregate_target if there are no disk sorts or hash joins, reduce shared_pool_size if there is no library cache contention, and reduce db_cache_size if there is low disk I/O activity.

Historically, tiny data buffers meant that disk I/O was the most common wait event, but this has changed with the introduction of Solid State RAM disk and 64-bit Oracle where large RAM data buffer caches can be implemented to reduce disk reads. This has shifted many databases from I/O to CPU constraints, and it is one of the reasons that Oracle introduced CPU based costing into the SQL optimizer.

 

SEE CODE DEPOT FOR FULL SCRIPTS


This is an excerpt from my latest book "Oracle Tuning: The Definitive Reference". 

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

http://www.rampant-books.com/book_2005_1_awr_proactive_tuning.htm

 


    Need an Oracle Health Check?
  • Do you have bad performance after an upgrade?
     
  • Need to certify that your database follows best practices?

BC Oracle performance gurus can quickly certify every aspect of your Oracle database and provide a complete verification that your database is fully optimized.

 

 

 

 
 
 

Oracle performance tuning book

 

 

Oracle performance tuning software

 
Oracle performance tuning software
 
SearchOracle web site
 
Oracle performance Tuning 10g reference poster
 
Oracle performance tuning webcast
 
Oracle training in Linux commands
 
Oracle training Excel
 
Oracle training & performance tuning books
 

 

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


 

Copyright © 1996 -  2007 by Burleson Enterprises, Inc. All rights reserved.

Oracle® is the registered trademark of Oracle Corporation.


Hit Counter