Call (800) 766-1884 for Oracle support & training
Free Oracle Tips


Oracle Consulting Support
Oracle Upgrades
Use New Oracle Features
Oracle Replication Support
Oracle Training
Remote Oracle DBA
System Documentation
Oracle Tips
Oracle Performance
 

Free Oracle Tips


 

HTML Text

BC Oracle tuning

Oracle training

Oracle support

Remote Oracle

 

 

   
  Oracle Tips by Burleson

Oracle Streams
Chapter 2 - Streams Components and Processes

Log Based Changes – Hot Mining or Cold Mining

Many times, the Capture process is temporarily stopped or disabled while the transaction activity continues and log switching occurs as usual. When the Capture process resumes, the LogMiner session will go back to the point where it left off. It is possible that the starting point will be located in an archived log file.

When the transactional activity contents are extracted from the redo log files by the LogMiner Session for the Capture process, the process is called Hot Mining. When LogMining has to be done on the archived redo log files, it is called cold mining. This condition often occurs when the capture process falls back in time and frequent log switching takes place.

Supplemental Logging

Redo log files record all of the information needed for instance recovery. Now that redo log files and archived redo log files are being used for the likes of Oracle Streams and LogMiner, some extra columns of information need to be added to the redo log file. The process of logging extra columns to the redo log files is called Supplemental Logging. Thus is not a default behavior. It has to be enabled either at the database level or at the object level.

Why is this additional logging needed? When a particular column is updated at the source database table for a set of rows, the values in the column or columns are logged by default. When these values are moved to the destination side, to which rows does Oracle apply them, or how does Oracle identify the rows to be updated? Supplemental logging provides the answers to these questions. The additional column values are used by Oracle to identify the rows that are to receive the information.


The above text is an excerpt from:

Oracle Streams
High Speed Replication and Data Sharing

ISBN 0-9745993-5-2

by Madhu Tumma
 


Download your Oracle scripts now:

www.oracle-script.com

The definitive Oracle Script collection for every Oracle professional DBA

  
 

Oracle performance tuning software 
 
 
 
 

Oracle performance tuning book

 

 
 
 
Oracle performance Tuning 10g reference poster
 
 
 
Oracle training in Linux commands
 
Oracle training Excel
 
Oracle training & performance tuning books
 

 

   

Copyright © 1996 -  2011 by Burleson Enterprises. All rights reserved.

Oracle® is the registered trademark of Oracle Corporation.