Oracle Consulting Oracle Training Oracle Support Development
Home
Catalog
Oracle Books
SQL Server Books
IT Books
Job Interview Books
eBooks
Rampant Horse Books
911 Series
Pedagogue Books

Oracle Software
image
image
Write for Rampant
Publish with Rampant
Rampant News
Rampant Authors
Rampant Staff
  Phone
  252-431-0050
Oracle News
Oracle Forum
Oracle Tips
Articles by our Authors
Press Releases
SQL Server Books
image
image

Oracle 11g Books

Oracle tuning

Oracle training

Oracle support

Remote Oracle

STATSPACK Viewer

    Privacy Policy

 

   
 

ss

Oracle Tips by Burleson 

Oracle Streams
Chapter 8 -
Down Streams Capture

Not Using the Database Link

For example, use the following SQL block to perform the data dictionary build:

SET SERVEROUTPUT ON
DECLARE
 scn NUMBER;
BEGIN
 DBMS_CAPTURE_ADM.BUILD( first_scn => scn);
 DBMS_OUTPUT.PUT_LINE('First SCN Value = ' || scn);
END;

This procedure displays the valid first_scn value, 155781561, for the Capture process that will be created at the Down Streams database. Jot down the SCN value from above step. This value will be used when creating the Capture process at the Down Streams database.

Next, prepare the required table for instantiation. For example run the following SQL block to instantiate the table ALLINSURED1:

BEGIN
DBMS_CAPTURE_ADM.PREPARE_TABLE_INSTANTIATION(
table_name             => 'NY1.allinsured1');
END;
/


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

Linux Oracle commands syntax poster

ION Oracle tuning software

Oracle data dictionary reference poster



Oracle Forum

BC Oracle consulting support training

BC remote Oracle DBA   

 

   

 Copyright © 1996 -2011 by Burleson Enterprises. All rights reserved.


Oracle® is the registered trademark of Oracle Corporation. SQL Server® is the registered trademark of Microsoft Corporation. 
Many of the designations used by computer vendors to distinguish their products are claimed as Trademarks