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 


 

 

 


 

 

 
 
 

db_block_checksum tips

Oracle Tips by Burleson Consulting


The db_block_checksum parameter is used to performs block checks for all data blocks making sure that all data in the block is consistent. 

The db_block_checksum, works with db_block_checking and db_ultra_safe.
 
Originally, the db_block_checksum parameter allowed the DBWR (database writer) and sqlldr.exe program to do a checksum when writing data to disk. 

WARNING:  While the Oracle documentation says that db_block_checksum=true only adds a 1 to 10% overhead depending on concurrency of DML, we have seen cases where db_block_checksum=true made the updates run 6x slower. 

In 11g and beyond, the checks are moved from background to foreground processes (IN RAM), creating less overhead then using db_block_checksum against disk.  Hence turning-on block checking will add CPU overhead.

  • Setting db_block_checksum=FULL will notify Oracle to verify the checksum as it is being transferred from one memory construct to another (i.e. user session to buffer cache). This improves Oracle's capability of identifying block corruptions and is particularly useful when propagating blocks to standby databases, but adds CPU overhead.
  • Setting the db_block_checksum=TRUE notifies the database writer process (DBWR) to calculate a value based on the number of bytes in the block and store that value in the cache header of every data block when writing it to disk. This calculated number is called a checksum. Checksums are verified when the block is read and is used by Oracle to detect corruption caused by the various components of disk storage systems.

Note that the db_block_checksum parameter can be changed with an alter system command:

alter system set db_block_checksum=true scope=both;

For additional information on handling corruption, see the BC expert notes on corruption and see MOSC Note 1088018.1 - Handling Oracle Database Corruption Issues.


 

 

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