BC remote Oracle DBA - Call (800) 766-1884  
Oracle Consulting Oracle Training Development

Remote DBA

Remote DBA Plans  

Remote DBA Service

Remote DBA RAC

   
Remote DBA Oracle Home
Remote DBA Oracle Training
Remote DBA SQL Tuning Consulting
Remote DBA Oracle Tuning Consulting
Remote DBA Data Warehouse Consulting
Remote DBA Oracle Project Management
Remote DBA Oracle Security Assessment
Remote DBA Unix Consulting
Burleson Books
Burleson Articles
Burleson Web Courses
Burleson Qualifications
Oracle Links
Remote DBA Oracle Monitoring
Remote DBA Support Benefits
Remote DBA Plans & Prices
Our Automation Strategy
What We Monitor
Oracle Apps Support
Print Our Brochure
Contact Us (e-mail)
Oracle Job Opportunities
Oracle Consulting Prices





   

 

 

 

Remote DBA services

Remote DBA Support

Remote DBA RAC

Remote DBA Reasons

Remote Oracle Tuning

Remote DBA Links

Oracle DBA Support

Oracle DBA Forum

Oracle Disaster

Oracle Training

Oracle Tuning

Oracle Training

 Remote DBA SQL Server

Remote MSSQL Consulting

Oracle DBA Hosting

Oracle License Negotiation

 

 


 

 

 

 

   
 

Oracle 8 Tips  

by Burleson Consulting

The Data Warehouse Development Life Cycle

Oracle Features for the Data Warehouse

Oracle’s Table CACHE Option

The table cache option is a major benefit of the Oracle architecture for data warehouses, and deserves the warehouse designers complete attention. While the term cache is a misnomer in the sense that an Oracle table is not permanently pinned in memory, the table cache option dramatically improved the buffer hit ration for small, frequently accessed warehouse tables. When a request is made for Oracle to retrieve a row from a table, Oracle performs several steps. First, Oracle checks the data buffer to see if the database block that contains the row already resides in Oracle’s data buffer. (Figure 8.1)

Figure 8.1 The Oracle data buffer

This scan is made from the most-recently-used end to the least-recently-used end of the buffer, and since this buffer is in the SGA as RAM memory, this check happens very quickly. Only after Oracle has determined that the database block is not already in the buffer, does Oracle perform a physical I/O to fetch the data block.
Note: the UNIX operating system is configured to check the cache area or physical RAM before UNIX issues a physical I/O against a disk. Therefore, all I/O requests from Oracle do not always result in a disk I/O since it is possible that an Oracle data block is in UNIX RAM even when it is not in the Oracle buffer cache.


This is an excerpt from "High Performance Data Warehousing", copyright 1997. To learn more about Oracle, try "Oracle Tuning: The Definitive Reference", by Donald K. Burleson.  You can buy it direct from the publisher at 30% off here:
http://www.rampant-books.com/book_1002_oracle_tuning_definitive_reference_2nd_ed.htm

|

 

Remote DBA Service
 

Oracle Tuning Book

 

Advance SQL Tuning Book 

BC Oracle support

Oracle books by Rampant

Oracle monitoring software

 

 

 

 

 

 

BC Remote Oracle Support

Remote DBA

Remote DBA Services

Copyright © 1996 -  2013 by Burleson. All rights reserved.

Oracle® is the registered trademark of Oracle Corporation.