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

Using add_table_propagation_rules

table_name                   => 'ny1.allinsured1',
streams_name               => 'ny1_propagate',
source_queue_name    => 'strmadm.ny1_queue',
destination_queue_name => 'strmadm.ln1_queue@DNYOIP20.world',
include_dml                  => true,
include_ddl                   => true,
include_tagged_lcr      => false,
source_database          => 'DNYTST10.world',
inclusion_rule                => true);
END;
/

The above procedure performs the following:

  • It creates a propagation named NY1_PROPAGATE.
     

  • It specifies that the LCRs are to be propagated from NY1_QUEUE in the current database to LN1_QUEUE in the DYNOIP20.WORLD database.
     

  • It specifies that the propagation uses the DNYOIP20.WORLD database link to propagate the LCRs because the destination_queue_name parameter contains DNYOIP20.WORLD.


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.