Is there any way to notify a JDBC application of any insert, updates, or deletes on a table/tables? The app will hold the connection and would like to receive an event for these operations. Triggers are not the best answer for us. Any and all help is appreciated. Thanx.