问题
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