Hey,
I have a problem, I have only read access to table and I need to know when an entry is insert, delete or updated. The table is manged by a different jdbc session which is not on my server and I can't user triggers on the table. I have been looking at Interceptors and Listeners, but it seems they only work when a change is done via the session my application is register too. Is there another way I could listen to the table and when a change is done start some processing?
I have been thinking by doing pooling.
Thanks,
J
|