Windows Service and Oracle DB Changes

SVK 1 Reputation point
2022-07-12T15:00:08.7+00:00

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.

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,308 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ken Tucker 5,856 Reputation points
    2022-07-14T01:11:33.973+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.