I am trying to use SignalR with Oracle and AngularJS.
I want to notify when insert/update happens in database.
I have done it with MS SQL Server. But with oracle, problem is I need to know to implement DB Change Notification Properly with oracle. OracleDependency not firing events
I have tried like this but could not succeed.
http://haneefputtur.com/signalr-oracle-db-change-notification-part-2-2.html