Enable DDL replication in oracle goldengate DBACLASS
In this below tutorial, we will enable DDL replication for a table, which is already part of goldengate replication and currently only DML transactions are getting replicated. TABLE_NAME = APPLIANCE.CLASSTAB1 To enable DDL replication, We need to run few SQL scripts(provided under $GG_HOME) on the source database. and update the extract parameter file. 1. Run role_setup.sql where […]
oracle replicationintermediate
by OracleDba
15 views