When I try to run the demo program to verify that the interface is right or not of Oracle Change Notification via otl_subscriber
from the website:
http://otl.sourceforge.net/otl4_ex585.htm.
I got the errors as below:
ORA-24912: Listener thread failed. Listen failed!
And after I search google, I got:"The client needs to be restarted." But I don't know which client needs to be restarted? The Oracle SQL Developer or any other clients?
I almost never revise the demo program, If I comment the segment as below:
//subs.subscribe();
//subs.subscribe();
the program works fine, and I can insert or drop tables.
From the beginning of the program, I learned that "The required 'change notification' privilege can be set by "grant change notification to scott" by the DBA."
Until now, I have no DBA privilege, Does the ORA-24912 bugs related with the DBA privilege?