oracle change notification issue
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have oracle database 11.2, and I am trying to get oracle change notification working. But it does not seem to notify me, I am using ojdbc6.jar. Table is getting registered into notification; which is verified by running select * from USER_CHANGE_NOTIFICATION_REGS When I execute an update on table from external client, my listener is not getting called. But when I shutdown/start database it does notify. import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.Properties; import oracle.jdbc