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 4 - Capture and Propagate Configuration

Capture Creation – Using add_global_rules procedure

The global Capture process captures changes from all of the schema objects: however, it does not capture changes made in the SYS, SYSTEM, or CTXSYS schemas. This procedure would be used for maintaining a total copy of the database at a remote site.

The add_global_rules procedure creates two rules: one for row LCRs containing the results of DML changes and another one for DDL LCRs.

Below is the rule condition used by the row LCR rule:

(:dml.is_null_tag() = 'Y' )

Below is the rule condition used by the DDL LCR rule:

(:ddl.is_null_tag() = 'Y' )

The following SQL block shows the signature of the add_global_rules procedure:

DBMS_STREAMS_ADM.ADD_GLOBAL_RULES(
 Streams_type             IN VARCHAR2,
 Streams_name                         IN VARCHAR2 DEFAULT NULL,
 queue_name                IN VARCHAR2 DEFAULT 'Streams_queue',
 include_dml                 IN BOOLEAN DEFAULT true,


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.