Enabling DDL Replication on Oracle GoldenGate
Enabling DDL Replication on Oracle GoldenGate
Configuring on Source Side (Unidirectional)
- Stop all OGG processes.
GGSCI> stop capt00 |
- Specify the ggschema for DDL replication.
GGSCI> edit params ./GLOBALS |
- Grant ddl privileges to OGG user on both side.
SQL> grant execute on utl_file to goldengate; |
- Run the scripts to enable DDL replication.
~]$ cd /ggs |
- Modify the capture and replicat processes.
GGSCI> edit params capt00 |
- Start all OGG processes.
GGSCI> start capt00 |
- Verify the DDL replication valid.
SQL> conn jove/jove |
Disable/Enable
SQL> @ddl_disable.sql |
Reconfiguration
GGSCI> stop reptxx/pumpxx/captxx |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.