using triggers to implement high availability in oracle 11
I have two machines, each has its own Oracle 11 DB. I am trying to use triggers to implement high availability. How to avoidthe Cyclic triggering.
Details:
Lets assume we have machine A and machine B. Both have the same schema, a table called table1.
I need to write trigger (insert,update and delete) from A:table1 to B:table1 and from B:table1 to A:table1.
Whould that work? Or I will be getting into "Cyclic triggering).
Thanks,
Hisham Awad
0