简体   繁体   中英

How to notify any change from One database to another database

Is it possible to notify a database from another database, both the database are on different server. and both the database are different type. eg. if i have a DB2 database on one server and some records are updated on this database than need to notify another DB and modify some table in on that DB(my case it is MYSql).

Thanks in advance

您可以在数据库之间创建链接并使用触发器-更新另一个数据库中的相应数据。

I would investigate replication, to see if mySQL can be a replication target for DB2.

Read introduction to SQL Replication .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM