Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the replication console is running in the current terminal, open a new terminal.

1. On the source server (dbv01) , start the MINE process.

No Format
cd ~oracle/dbvrep_orclXE/
No Format
./dbvrep_orclXE-run-source.sh
Initializing......done
DDC loaded from database (346 variables).
Dbvisit Replicate version 2.7.02.4333
Copyright (C) Dbvisit Software Limited.  All rights reserved.
DDC file /u01/app/oracle/dbvrep_orclXE/dbvrep_orclXE-MINE.ddc loaded.
Starting process MINE...Created directory /u01/app/oracle/dbvrep_orclXE/ddc_backup
Created directory /u01/app/oracle/dbvrep_orclXE/log/trace/
Created directory /u01/app/oracle/dbvrep_orclXE/mine/
started

2. On the target server (dbv02) , start the APPLY process.

No Format
cd ~oracle/dbvrep_orclXE/
No Format
./dbvrep_orclXE-run-target.sh

Initializing......done
DDC loaded from database (346 variables).
Dbvisit Replicate version 2.7.02.4333
Copyright (C) Dbvisit Software Limited.  All rights reserved.
DDC file /u01/app/oracle/dbvrep_orclXE/dbvrep_orclXE-APPLY.ddc loaded.
Starting process APPLY...Created directory /u01/app/oracle/dbvrep_orclXE/ddc_backup
Created directory /u01/app/oracle/dbvrep_orclXE/log/
Created directory /u01/app/oracle/dbvrep_orclXE/log/trace/
Created directory /u01/app/oracle/dbvrep_orclXE/apply
started

3. On the source server (dbv01) , start the Replication console to view the replication

...

Note
  1. 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. To show the internal tables being replicated type the command "list progress all" at the dbvrep> prompt
  2. No tables are shown yet. The replicated tables will only be shown once DML is run against these tables.
  3. The cls command will clear the screen.