Re: Golden gate
Posted by Arsalan on Dec 11, 2017; 10:06am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Golden-gate-tp4534p4673.html
Hi brother
This error ( ERROR OGG-01091) solved by below command
alter REP2, extseqno 154 , extrba 0
Now on both machine bi-directional working fine.
DML operation is normal working on both machine.
Thanks for your support..
BUT HAVE ONE PROBLEM AS WELL
I CREATED ONE TABLE ON SOURCE DB and SAME TABLE I ALSO CREATED IN TARGET
BUT WHILE I INSERT RECORD ON TEST TABLE IS NOT REPLICATE ON TARGET
WHY KINDLY GUIDE ME
create table test
(id number,
name varchar2(23));