The pre-requisites have been completed. The replication can now be started.
If the replication console is running in the current terminal, open a new terminal.
1. On the source server (dbv01) start the MINE process
cd ~oracle/dbvrep_orcl/
./dbvrep_orcl-run-source.sh Initializing......done DDC loaded from database (312 variables). Dbvisit Replicate version 2.6.00.3735 Copyright (C) Dbvisit Software Limited. All rights reserved. DDC file /home/oracle/dbvrep_orcl/dbvrep_orcl-MINE.ddc loaded. Starting process MINE...Created directory /home/oracle/dbvrep_orcl/ddc_backup Created directory /home/oracle/dbvrep_orcl/log/trace/ Created directory /home/oracle/dbvrep_orcl/mine/ started
2. On the target server (dbv02) start the APPLY process
cd ~oracle/dbvrep_orcl/
./dbvrep_orcl-run-target.sh Initializing......done DDC loaded from database (312 variables). Dbvisit Replicate version 2.6.00.3735 Copyright (C) Dbvisit Software Limited. All rights reserved. DDC file /home/oracle/dbvrep_orcl/dbvrep_orcl-APPLY.ddc loaded. Starting process APPLY...Created directory /home/oracle/dbvrep_orcl/ddc_backup Created directory /home/oracle/dbvrep_orcl/log/ Created directory /home/oracle/dbvrep_orcl/log/trace/ Created directory /home/oracle/dbvrep_orcl/apply started
3. On the source server (dbv01) start the Replication console to view the replication
./start-console.sh Initializing......done DDC loaded from database (315 variables). Dbvisit Replicate version 2.6.00.3735 Copyright (C) Dbvisit Software Limited. All rights reserved.
4. The console will be displayed. Please leave the Replication console open as it is used in the following stages.
/ Dbvisit Replicate 2.6.00.3735(MAX edition) - Evaluation License expires in 30 days MINE IS running. Currently at plog 715 and SCN 14575993 (12/28/2013 20:25:36). APPLY IS running, initialization NOT yet complete. Currently at plog 710 and SCN 14491060 (12/28/2013 19:32:36). Progress of replication dbvrep_orcl:MINE->APPLY: total/this execution (stale) -------------------------------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------
- The message "initialization NOT yet complete" is shown during the start of the replication process. This process involves Dbvisit Replicate replicating its own internal tables before replicating user tables.
- No tables are shown yet. The replicated tables will only be shown once DML is run against these tables
0 Comments