Setting Up A GoldenGate Replication With Mapping Between Different Columns
Setting Up A GoldenGate Replication With Mapping Between Different Columns
columns
How to do it...
Once you have modified the EMP table in the target environment, you can follow the following
steps to set up a replication between these tables.
Steps to be performed in the source environment are as follows:
1. Create a parameter file for defgen:
./ggsci
EDIT PARAMS defs
DEFSFILE ./dirdef/defs.def
USERID ggs_admin@dboratest, PASSWORD ******
TABLE SCOTT.EMP;
TABLE SCOTT.DEPT;
TABLE SCOTT.BONUS;
TABLE SCOTT.DUMMY;
TABLE SCOTT.SALGRADE;