I have a java application and related oracle run in different server. I need to monitor a change on a table, if anything happens, log info in application server. I tried to use DatabaseChangeRegistration but the listener class dependency is at least 11g. Is ther any other way I can monitor the change on jdbc side since oracle version is 10g?
Tried Notification feature