2

Scenario is this: We have two databases db1 and db2. Statements in db1 replicates to db2.

  • Query 1 gets executed in db1.
  • This is replicated to db2.

Upon execution of replicated query 1 in db2, a trigger needs to run in db2. This trigger needs to update a table in db2, with timestamp of when query 1 was run in db1.

Is this possible?

4

0 回答 0