Hi, what is the best way (if any..) to implement bi-directional replication between two Oracle databases? Let's say, I have two identical databases
db1 and db2- there are some changes on db1 during day, these changes are replicated to db2, the changes are processed during night on db2 and the results are replicated back to db1. db1 is existing ...