简体   繁体   中英

Oracle Database Change Notification JDBC

Can I detect if there was an update in just 1 specific column of my table in Oracle? If so, how can I do it? I did a lot of research and I didn't find anything like that.

You may enable Query Change Notification to get a notification when there is a committed change impacting the result set. See the "ResultSets Caching with Change Notification - the Hard Way" section in this blog post

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