I am configuring Merge replication for one of our new critical
project..This project has requirment to have servers on multiple
locations..Here is the basic architecture of replication setup..
Node A -- Publisher
Node B -- Subscriber 1
Node C -- Subscriber 2
Node D -- Subscriber 3
So I have few question about this architecture..If Publisher goes down
for 2 hours the all the subscriber would work independently or there
is any way to sync both subscriber until publisher is down..
Or Is there any other way where we can have 3-4 node (updateable) in
sync all the time without the restriction of publisher going down..
Basically we are trying to have something like Multi-Master
replication in Oracle which provides real-time synching among all the
nodes..
Thanks,
NJ
"nj" <njan...@gmail.com> wrote in message
news:c66a256e-9ca6-4161...@s21g2000prm.googlegroups.com...
Any other ideas..
Thanks,
NJ
Keep in mind that the best way to handle conflicts is to avoid them,
preferably by partitioning your data so that they don't occur.
The recommendation to make all updates happen on one node is to prevent
conflicts, its not a hard rule per se.
Hilary
"nj" <njan...@gmail.com> wrote in message
news:31f90741-53e8-4dd6...@w37g2000prg.googlegroups.com...