ora-0001 unique constraint error CDR routine?
we are doing bidirectional replication and some time we are replicat is abend with i.e ora-0001 unique constraint error.
Java Program has written in such as way, initally it will looks for c2,c3 value, if the data is not available it will insert the data and if data is available it will update only C4 value.
And we set the sequence in odd/even fashion for avoiding the conflicts in replication. Due to load balancer, Sometime data is arriving both ends at same time with different value c4 and its treating with two different transactions instead of one and replication is getting abend.