A db2 trigger between two tables in two databases

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Arun R Pai
    New Member
    • Feb 2011
    • 3

    A db2 trigger between two tables in two databases

    I would like to come up with a solution, a trigger or something for satisfiying the below requirement.

    If I do an insert in to table1 of database1 then it should trigger an insert to an another table2 in database2. I hope database1 can be a physical db in server and database2 can be remotely catalog on the same server itself.


    Please advice me with some solution to do an automated process like trigger.
  • vijay2082
    New Member
    • Aug 2009
    • 112

    #2
    You probably need a solution like replication or federation. Check out the one that will suit you most and test/implement accordingly.

    Cheers, Vijay

    Comment

    Working...