java.sql.sqlexception: ORA-29970: Specified registration id does not exist

DatabaseChangeRegistration dcr== oconn.registerDatabaseChangeNotification(props);注册监听的时候抛如题的异常

第1个回答  2015-09-01
官方解释:
ORA-29970 Specified registration id does not exist
Cause
An incorrect regid value was passed to dbms_chnf procedure.
Action
pass the correct regid value.

不过看过方面的代码,估计还是驱动的问题。
C#的调用方法就没有问题(实现同样功能用oracle)
第2个回答  2017-05-24
GRANT CHANGE NOTIFICATION TO 用户;
相似回答