ORACLE
GOLDEN GATE
BIDIRECTIONAL
REPLICATION
Make sure supplemental logging is enabled on both
source and target databases
Prerequisites
Create Sample Table
Let us create a new table in fox user on source
We will create same table on target with a different name
On source, add supplemental logging for the source table
On target also, add supplemental logging for the target table
Setup PROD to
DEV Replication
First we will be configuring uni-directional replication from PROD
to DEV.
Add extract on proddb with below details
Lp -> local trail file on prod
Add data pump on proddb
Add replicat on target devdb
Setup DEV to
PROD Replication
Now we will be configuring uni-directional replication from DEV to
PROD.
Add extract on devdb with below details
Add data pump on devdb
Add replicat on target proddb
Test Bidirectional
Replication
Start all the extract, pump and replicat processes on both systems
and test your replication.
Let us insert some rows in table on source
Now try to delete ‘James’ record on devdb database, commit
transaction and check on proddb if record is deleted or not.
Courses | Projects | Bootcamps

Oracle Golden Gate Bidirectional Replication