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

Creation of Propagation Process

The create_propagation procedure creates a propagation, but it does not create rules or a rule set for the propagation. The create_propagation procedure enables the specification of an existing rule set that can be associated with the propagation, either as a positive or a negative rule set. All propagations are started automatically upon creation. Creation of propagation in this manner gives a manual yet flexible method for administration.

The next section will present details on the creation of the Propagation process.

Using add_table_propagation_rules

The add_table_propagation_rules procedure is most often used for configuring a table level propagation. It is fairly simple to use and it creates rule sets and rules automatically.

This procedure adds table rules to the positive or negative rule set for a propagation.  It will create the specified propagation if it does not exist.

Figure 4.11 shows the parameters that the DBA can specify for the procedure.

Figure 4.11 Parameters for add_table_propagation_rules

 

The following is an example that runs the add_table_propagation_rules procedure in the dbms_streams_adm package to create a propagation:

BEGIN
DBMS_STREAMS_ADM.ADD_TABLE_PROPAGATION_RULES(


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.