Oracle to MySQL Heterogeneous Unidirectional Replication

Oracle to MySQL Heterogeneous Unidirectional Replication Hello Readers, In this article we will see how to make Heterogeneous Unidirectional Replication between Oracle and  MySQL. Source : Oracle DB(12.1.0) Target :  MySQL(5.7) Download Goldengate Binaries  Download GoldenGate binaries from Oracle.com using below link(Oracle) https://www.oracle.com/technetwork/middleware/goldengate/downloads/index.html Make sure that you… Read More

COLS & COLSEXCEPT FILTER In Goldengate

Dear Readers, In this article we will see how to replicate only particular columns to the target table On Source database : Take Dept table and add two more columns

Now on source dept have 5 columns(DEPTNO,DNAME,LOC,MOBILE,PIN) On Target database we should add same… Read More

Disable DDL Replication in GoldenGate

Dear Readers, In this article we will see how to disable DDL Replication in Oracle GoldeGate 12c. On Source database : check processes

On Target database : Check processes

To Disable DDL replication in 12c we need to add DDL include all param inside… Read More

Enable DDL Replication In GoldenGate

Dear Readers, In this article we will see how to enable DDL Replication in Oracle GoldeGate 12c. On Source database : check processes

On Target database :

To Enable DDl replication in 12c we need to add DDL include all param inside extract… Read More