ORA-17247
An attempt was made to attach a listener to a registration that was created outside of the JDBC driver.
Cause
A listener was attached to a registration created outside of the JDBC driver, likely with PL/SQL.
Action
Ensure that the registration was created through the driver using "registerDatabaseChangeNotification()" before attaching a listener.