简体   繁体   English

侦听.net中的Oracle数据库更改

[英]Listen for Oracle Database changes in .net

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. 我有一个用.net 3.5编写的Windows服务应用程序,它需要知道何时将数据添加或修改到Oracle数据库中。

Currently the service does some awkward bit of polling that is both slow and buggy. 当前,该服务会进行一些既缓慢又有故障的尴尬轮询。

This might be what you are looking for - Using Database Change Notification With ODP.NET and Oracle Database 11g 这可能就是您要寻找的- 在ODP.NET和Oracle Database 11g中使用数据库更改通知

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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