I was wondering if it's possible to keep pinging a oracle table until a row is added to a table or removed.
I want to start the next action after I get a confirmation that the row has been added or removed. Preferred method is a query that keeps pinging until it happens. Normally when querying I use executeQuery method but that only return when it has results
I haven't found a method yet that is able to do that.
So does anyone know a way to do this?