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

To list the rules associated with the Propagation process, the following SQL statement can be used:

SELECT Streams_name, table_owner || '.'|| table_name Table_N_Owner,
source_database, rule_type ,
rule_name, rule_owner, include_tagged_lcr
FROM DBA_STREAMS_TABLE_RULES
SEE CODE DEPOT FOR FULL SCRIPT
/

A more detailed view of the propagation can be obtained by running the following SQL statement:

set linesize 140
COLUMN propagation_name FORMAT A26
COLUMN start_date                     FORMAT a20
COLUMN propagation_window            FORMAT 99999
COLUMN next_time HEADING 'Next Window' FORMAT A12
COLUMN latency                          FORMAT 99999
COLUMN schedule_disabled HEADING 'Disabl' FORMAT A6
COLUMN process_name HEADING PROC FORMAT A8
COLUMN failures             FORMAT 999
COLUMN total_num                     FORMAT 99999999
col propagate_schedule_profile format a60


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.