This section initialises and starts the replication processes
...
No Format |
---|
These steps are required after the dbvrep_orcl-all.sh script runs: 1) Create the necessary directory(ies) on the servers: target: /u01/oracle/dbvrep_orcl 2) Copy the DDC files to the server(s) where the processes will run: target: /u01/oracle/dbvrep_orcl/dbvrep_orcl-APPLY.ddc source: /u01/oracle/dbvrep_orcl/dbvrep_orcl-MINE.ddc 3) Review that path to dbvrep executable is correct in the run scripts: /u01/oracle/dbvrep_orcl/dbvrep_orcl-run-source.sh /u01/oracle/dbvrep_orcl/dbvrep_orcl-run-target.sh 4) Copy the run script to the server(s) where the processes will run: source: /u01/oracle/dbvrep_orcl/dbvrep_orcl-run-source.sh target: /u01/oracle/dbvrep_orcl/dbvrep_orcl-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/oracle/dbvrep_orcl/APPLY.sh Create referenced database links (if any) before running the scripts. 7) Start the replication processes on all servers: source: /u01/oracle/dbvrep_orcl/dbvrep_orcl-run-source.sh target: /u01/oracle/dbvrep_orcl/dbvrep_orcl-run-target.sh 8) Start the console to monitor the progress: /u01/oracle/dbvrep_orcl/start-console.sh The above list is stored in /u01/oracle/dbvrep_orcl/Nextsteps.txt. |
...
No Format |
---|
oracle@target-int's password: dbvrep_orcl-run-target.sh |
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 |