send message to the java application

Posted on 16th Feb 2014 by admin

Oracle 10g with Windows platform.

I have a java application that periodically pings the database table to see if it contains the specific row so that it could take the specific action.

Now I want to modify the application so that whenever that specific row is entered into the database, it informs the java application about the event.

I know i have to create row level trigger on that table, but how can i send message to my Java application, that certain row has been entered and now you can take that specific action.

Thanks

Other forums