Bi-directional golden gate setup and conflict resolution
I am new to golden gate. I need to setup Bi-directional golden gate setup ( including DML & DDL) on solaris .
The schema(only some set of tables need to replicate) which is getting replicated has some triggers on it.
The trigger are mainly for
1) Signal database alerts using sys.dbms_alert.signal. (Event : before/after Insert,update,delete)
2) Delete rows from various child tables and related tables. those tables are also included in Replication
3) update the row if row is already present or else do an insert into table.
Currently we are using Advanced replication so we have some triggers for delete cascade bug (workaround for bug).