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 Data Warehouse Configuration

Don Burleson

 

Configuring an Oracle Data warehouse is different than an OLTP Oracle database.

Oracle data warehouses have special needs, based on the types of Oracle data warehouse use:

1 - Summarization and aggregation
2 - Lots of large-table full-table scans

Oracle data warehouse configuration parameters

RAM region parameters

  • db_keep_cache_size = You need to define a KEEP pool for small-table full-table scans and frequently referenced tables and indexes.  Click here for details.
     

  • db_block_size = Most data warehouses set the default to 32k, and define smaller blocksizes for non-full table scan objects.  Click here for details.

Multiblock parameters

  • sort_multiblock_read_count = you can control sort IO to disk by using SORT_MULTIBLOCK_READ_COUNT. It defaults to 2, and generally I suggest setting it up to, but not greater than, the DB_FILE_MULTIBLOCK_READ_COUNT value if you have sorts going to disk.
     

  • hash_multiblock_read_count = set HASH_MULTIBLOCK_READ_COUNT to a similar value. A setting of zero for HASH_MULTIBLOCK_READ_COUNT allows the system to calculate it.
     

  • db_file_multiblock_read_count = Click here for details

 

Materialized views - Oracle data warehouse configuration requires enabling MV's

query_rewrite_enabled  = true
query_rewrite_integrity  = trusted

CBO parameters - You must configure the Oracle data warehouse for STAR transformation joins and hash joins:

optimizer_mode = "all_rows"
star_transformation_enabled  = true
always_anti_join = hash
always_semi_join = hash
hash_multiblock_io_count = xx - Used to quickly build hash tables in the TEMP tablespace
 

Parallel query - Oracle data warehouse configuration requires enabling fast full-tale scans with paralel processes:

parallel_automatic_tuning = true
parallel_threads_per_cpu = 4
cpu_count = xx - Always verify that this is set properly by the Oracle installer


 

 

��  
 
 
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.