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


 

 

 


 

 

   

 

  Oracle Tips by Burleson

Oracle10g Grid Computing with RAC
Chapter 7 - Cache Fusion and Inter Instance Coordination

Process Architecture

Oracle uses several processes to execute the different parts of Oracle code and to spawn additional processes for the users. Whenever a user connects to the database, a new server process is created on behalf of the user session.

Functions of the server process include the following:
  • Parse and execute SQL statements issued through the application. §   Read the necessary data blocks from the disk data files into the shared database buffers of the SGA, if the blocks are not already present in the SGA.
     
  • Interact and return results in such a way that the application can process the information.
There are many additional processes that are automatically spawned whenever the instance starts. These processes are called background processes, and they perform the Oracle kernel functions.

Locking Mechanism

Locking is another important requirement of a multi-version consistency model. Oracle also uses a locking mechanism to control concurrent access to the data blocks. Locks help prevent destructive interaction between users accessing data blocks. As seen earlier, when a user intends to update a data block that has already been updated by another user, but is still in an uncommitted state, the update event has to wait. Without a lock mechanism, the data integrity would have been lost in this case. Locks also ensure that the data being viewed or updated by a user is not changed (by other users) until the user is finished using the data.


The above text is an excerpt from:

Oracle 10g Grid & Real Application Clusters
Oracle 10g Grid Computing with RAC
ISBN 0-9744355-4-6

by Mike Ault, Madhu Tumma

 


   
  
 

 
 
 
 
Oracle performance tuning software
 
 

 

 
 
 
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 -  2012 

All rights reserved.

Oracle © is the registered trademark of Oracle Corporation.