Listen for Oracle Database changes in .net

我的梦境 提交于 2021-02-10 20:44:06

问题


I have a windows service application written in .net 3.5 that needs to know when data is added or modified into an Oracle Database.

Currently the service does some awkward bit of polling that is both slow and buggy.


回答1:


This might be what you are looking for - Using Database Change Notification With ODP.NET and Oracle Database 11g

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/hol08/dotnet/changenotification/odpnetchg_otn.htm



来源:https://stackoverflow.com/questions/33700319/listen-for-oracle-database-changes-in-net

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