How to monitor oracle DB updates?

128 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 best solutions below

0
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.