How to monitor oracle DB updates?

79 views Asked by At

I want to notify website visitors about oracle table updates in current time. How to do this?

1

There are 1 answers

0
Iľja On BEST ANSWER

Let the database do its work (i.e. hold and manage the data) and have the notification done by the application, that handles the incoming call.