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
 Ion
 Excel-DB   


 BC Oracle News


 Rednecks!
 Dress code
 Arabian Stallion

 Burleson Arabians
 Guide Horses
 Don Burleson Blog
 Golf & Travel


 Privacy Policy
 

 

 
 

Oracle design tuning

Oracle Tips by Burleson Consulting

January 9, 2010


Question:
  I have a poorly designed database and I need to know how to tune a database that is poorly designed?  It's too expensive to redesign and I need alternatives to tune the Oracle design that I have.  What are some tips for Oracle design tuning?

Answer:  You are correct, tuning an Oracle design can be a huge problem.  See my book Oracle Tuning: The Definitive Reference" for complete details on Oracle design tuning techniques.

Tuning a bad design is very tricky, especially when you do not have direct access to the SQL.   While there are some tricks for holistic workload tuning, a poorly designed application can only be tuned so-far.  Sadly, poorly designed databases are relatively common and there are several causes of a poorly designed table and index architecture:

  •  The offshore bargain database:  Oracle database designed by untrained third world neophytes are called Bangalore Bargains, and they can be a nightmare to tune, which bizarre design features.  

  •  Poorly designed vendor packages:  Many application packages such as SAP are not designed for Oracle.  Because you cannot change a vendor design, tuning a vendor product can be very difficult.  

  •  Legacy database design:  A database designed in the 20th century is likely to be over normalized.  Using dynamic Oracle redesign mechanisms such as materialized views, over-normalized databases can pre-join read-only tables together for super-fast query performance.  

To understand the issues of tuning a legacy Oracle database, we must remember that hardware technology drives Oracle technology, and databases were designed very differently in the 1980’s when a single disk drive would cost a quarter of a million dollars.  

For more, see my notes on Oracle design normalization

.

Oracle offers several popular denormalization design tools, some that create non first-normal form structures (0NF):  

  •  Denormalized object tables:  Oracle varray table design removes repeating groups are called non-first-normal-form tables (0NF) tables.  Oracle also provides a nested table design that pre-joins one-to-many relationships, but they are poorly implemented in Oracle and are not recommended for high performance. 

  •  Row co-location:  Oracle provides cluster table design to co-locate related rows onto the same physical data blocks, dramatically reducing I/O. 

  •  Materialized Views:  In materialized views, tables can be redesigned to contain redundant data.  The Oracle SQL design remains unchanged because queries are automatically re-written to access materialization.

As se see, it is rarely practical to tune a poorly designed database and we must use special Oracle redesign techniques to optimizer the SQL workload for the poor design.

 
If you like Oracle tuning, you may enjoy the book Oracle Tuning: The Definitive Reference , with over 900 pages of BC's favorite tuning tips & scripts. 

You can buy it directly from the publisher and save 30%, and get instant access to the code depot of Oracle tuning scripts.


 

 

  
 

 Oracle cruise
 
 
 
Oracle performance tuning software
 
 

Oracle performance tuning book

 

 
 
 
Oracle performance Tuning 10g reference poster
 
 
 
Oracle training in Linux commands
 
Oracle training Excel
 
Oracle training & performance tuning books
 

 

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 -  2009 by Burleson Enterprises, Inc. All rights reserved.

Oracle ? is the registered trademark of Oracle Corporation.