Database Administration (MOSC)

MOSC Banner

using triggers to implement high availability in oracle 11

edited Jan 10, 2012 4:31PM in Database Administration (MOSC) 8 commentsAnswered
 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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center