my replication problem [message #223861] |
Mon, 12 March 2007 02:18 |
khosravi
Messages: 68 Registered: April 2006
|
Member |
|
|
hello to all
i replicated two database(orc1 and orc2)
i used Multimaster replication , i have T1 table in my Master group
it work fine , 30 seconds after inserting record in T1 of orc2 it will appear in T1 of orc1
but if i shutdown orc1 and insert record in T1 of orc2 and then startup orc1 that records don't appear in T1 of orc1
when i used DBMS_DEFER_SYS.PUSH for pushing deferred transaction from orc2 to orc1 it will apply changes to T1 of orc1, but pushing deferred transaction from orc2 to orc1 dont execute automatic(as before)! why? how i can resolve it?
thanks
[Updated on: Mon, 12 March 2007 05:43] Report message to a moderator
|
|
|