Take a look at OracleDependency
https://docs.oracle.com/database/121/ODPNT/OracleDependencyClass.htm#ODPNT2907
https://www.stephanebouchard.com/post/oracledependency-with-odp-net-and-c
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Team,
Need your input for the below requirement
There is a windows service and i have to call a specific method whenever there is a change in the DB.
If i stop and start the service it is working, but i am looking to make this happen while the service is running
My idea is to implement a wrapper service that gets notified whenever there is a change in DB and this wrapper service will call the specific method from the in-progress windows service using pub sub model
Please advise if this is possible or suggest if there is a simpler efficient way.
Thank you.