Trigger based replication

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris W

    Trigger based replication

    A friend of mine wants me to create a php web application that will show
    what tables or table/cols are being replicated and the current status
    for each replication. He is telling me it won't be using oracle
    specific coding. So I need to find a good website where I can read up
    on triggers and replication in oracle. Also recommendations for a good
    book on the subject.

    Chris W

  • Jim Kennedy

    #2
    Re: Trigger based replication


    "Chris W" <1qazse4NOSPAM@ cox.netwrote in message
    news:xfUPb.2390 6$rh5.3589@okep read04...
    A friend of mine wants me to create a php web application that will show
    what tables or table/cols are being replicated and the current status
    for each replication. He is telling me it won't be using oracle
    specific coding. So I need to find a good website where I can read up
    on triggers and replication in oracle. Also recommendations for a good
    book on the subject.
    >
    Chris W
    >
    Then you maybe SOL. Triggers are very database specific and so if you don't
    want to be database specific then you won't have a trigger.
    Jim


    Comment

    Working...