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 


 

 

 


 

 

 

 
 

Oracle SQL Optimizer parameters

Oracle Database Tips by Donald Burleson

The Oracle SQL optimizer is heavily influenced by it's parameters and statistics (schema statistics and system statistics).

For complete details on Oracle CBO and SQL tuning, see the new book "Oracle Tuning: The Definitive Reference", over 900 pages of BC's favorite tuning tips & scripts. 

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

  • optimizer_mode - This is the most important optimizer parameter, and the default value of all_rows may not be right for online systems.
     
  • optimizer_index_cost_adj -  This parameter alters the costing algorithm for access paths involving indexes. The smaller the value, the lower the cost of index access.
     
  • optimizer_index_caching - This parameter tells Oracle how much of your index is likely to be in the RAM data buffer cache. The setting for optimizer_index_caching affects the CBO's decision to use an index for a table join (nested loops) or to favor a full-table scan.
     
  • optimizer_dynamic_sampling - The optimizer_dynamic_sampling initialization parameter controls the number of blocks read by the dynamic sampling query.  A value of 0 means dynamic sampling will not be performed. Increasing the value of the parameter results in more aggressive dynamic sampling, in terms of both the type of tables sampled (analyzed or un-analyzed) and the amount of I/O spent on sampling.
     
  • db_file_multiblock_read_count - When this parameter is set to a high value, the CBO recognizes that scattered (multiblock) reads may be less expensive than sequential reads. This makes the CBO friendlier to full-table scans.
     
  • hash_area_size - The setting for hash_area_size parameter governs the propensity of the CBO to favor hash joins over nested loop and sort merge table joins. Note restrictions when using pga_aggregate_target.
     
  • sort_area_size - The sort_area_size influences the CBO when deciding whether to perform an index access or a sort of the result set. The higher the value for sort_area_size, the more likely that a sort will be performed in RAM, and the more likely that the CBO will favor a sort over presorted index retrieval.
     
  • pga_aggregate_target - This value governs the SQL optimizers propensity to choose hash joins.

We also see these lesser optimizer parameter:

active_instance_count
bitmap_merge_area_size
cpu_count
cursor_sharing
flashback_table_rpi
hash_area_size
hash_join_enabled
hash_multiblock_io_count
optimizer_dynamic_sampling
optimizer_features_enable
optimizer_features_hinted
optimizer_mode_hinted
optimizer_percent_parallel
optimizer_search_limit
optimizer_secure_view_merging
parallel_broadcast_enabled
parallel_ddl_forced_degree
parallel_ddl_forced_instances
parallel_ddl_mode
parallel_dml_forced_dop
 
parallel_dml_mode
parallel_execution_enabled
parallel_query_forced_dop
parallel_query_mode
parallel_threads_per_cpu
partition_view_enabled
query_rewrite_enabled
query_rewrite_expression
query_rewrite_integrity
skip_unusable_indexes
sort_area_retained_size
sqlstat_enabled
star_transformation_enabled
statistics_level
workarea_size_policy

And also, hidden Oracle optimizer parameters.

2007 PGA Update:  Oracle technology is constantly changing, so don't miss my new notes on updates to Oracle PGA behavior.   Also see these important notes on over-riding the Oracle PGA defaults.

Here are my notes on PGA parameters and SQL tuning:

If you like Oracle tuning, you may enjoy the new book "Oracle Tuning: The Definitive Reference", over 900 pages of BC's favorite tuning tips & 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.