Alexander Pope
Alexander Pope

Reputation: 1224

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.

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

Upvotes: 1

Views: 2481

Answers (1)

snow_FFFFFF
snow_FFFFFF

Reputation: 3301

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

Upvotes: 2

Related Questions