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 create_capture procedure

On the down side, it requires more manual creation of necessary rules and rules sets. Since much of the work is manual, it requires careful planning.

Figure 4.10 shows the list of arguments for the create_capture procedure.

Figure 4.10 Parameters for the create_capture procedure

 

The following guidelines are used for running the create_capture procedure:

  • The name of the positive rule set which already exists must be specified. The positive rule set contains the rules that instruct the Capture process to capture changes. The rule set should be specified as [SCHEMA_NAME.]RULE_SET_NAME. If the schema is not specified, the current user is the default.
     

  • A rule set can be created and rules added to it using the dbms_streams_adm package or the dbms_rule_adm package prior to running this procedure.
     

  • For start_scn, a valid SCN must be specified for the database from which the Capture process should start capturing changes. If the specified value is lower than the current_scn of the source database, either the first_scn should be specified or the SCN value specified for start_scnmust be greater than or equal to the first_scn of an existing Capture process which has taken at least one checkpoint.
     

  • If the start_scn is NULL and no value is specified for the first_scn, the database's current_scn is used as the start_scn. If the start_scn is NULL and first_scn is non-NULL, the First_SCN value is used. If a value is specified for both the start_scn and the first_scn, the start_scn value must be greater than or equal to the first_scn value. An error is returned if an invalid SCN is specified.


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.