This section initialises and starts the replication processes
...
No Format |
---|
These steps are required after the dbvrep_XE-all.sh script runs: 1) Create the necessary directory(ies) on the servers: target: /u01/app/oracle/dbvrep_XE 2) Copy the DDC files to the server(s) where the processes will run: target: /u01/app/oracle/dbvrep_XE/dbvrep_XE-APPLY.ddc source: /u01/app/oracle/dbvrep_XE/dbvrep_XE-MINE.ddc 3) Review that path to dbvrep executable is correct in the run scripts: /u01/app/oracle/dbvrep_XE/dbvrep_XE-run-source.sh /u01/app/oracle/dbvrep_XE/dbvrep_XE-run-target.sh 4) Copy the run script to the server(s) where the processes will run: source: /u01/app/oracle/dbvrep_XE/dbvrep_XE-run-source.sh target: /u01/app/oracle/dbvrep_XE/dbvrep_XE-run-target.sh 5) Ensure firewall is open for listen interfaces 0.0.0.0:7902, 0.0.0.0:7901 used by the processes. 6) Make sure the data on apply are in sync as of time when setup was run. Scripts for Data Pump/export/DDL were created as requested: /u01/app/oracle/dbvrep_XE/APPLY.sh Create referenced database links (if any) before running the scripts. 7) Start the replication processes on all servers: source: /u01/app/oracle/dbvrep_XE/dbvrep_XE-run-source.sh target: /u01/app/oracle/dbvrep_XE/dbvrep_XE-run-target.sh 8) Start the console to monitor the progress: /u01/app/oracle/dbvrep_XE/start-console.sh The above list is stored in /u01/app/oracle/dbvrep_XE/Nextsteps.txt. |
Complete the Configuration
Follow the Next Steps instructions to complete the configuration.
...
No Format |
---|
scp /u01/app/oracle/dbvrep_XE/dbvrep_XE-run-target.sh oracle@target:/u01/app/oracle/dbvrep_XE/dbvrep_XE-run-target.sh oracle@target's password: dbvrep_XE-run-target.sh 100% 108 0.1KB/s 00:00 |
Note |
---|
The word "target" in dbvrep_orcl-run-target.sh is dependent on your target hostname. In this case, the target hostname is called target |