Database change notifications for DB2?

馋奶兔 提交于 2019-12-11 05:58:32

问题


Oracle and SQL server have a database change notification feature that notifies table/row level changes in a database to registered clients. The feature is mostly used for synchronization of data with other data sources.

I've been looking for this feature in DB2 but so far, no luck. Does DB2 not provide this feature at all or am I missing something?


回答1:


There is no such feature out of the box, not in the LUW version anyway (since you reference Oracle and MS SQL Server, I guess that's what you're interested in). You can easily roll your own using Q Replication event publishing, InfoSphere Change Data Capture, or plain old triggers and MQ functions.



来源:https://stackoverflow.com/questions/18979048/database-change-notifications-for-db2

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!