Database Change Notification with JDBC
851281Dec 7 2012 — edited Dec 7 2012I am trying to understand * "Internals of Database Change Notification".
According to document** dedicated connection is used for DCN.
If the dedicated connection lost due to db restart or network problem how does JDBC driver behave?
Should we handle the case. Is it required to unregister and re-registiration for such cases?
* http://docs.oracle.com/cd/E11882_01/java.112/e16548/dbchgnf.htm
** +"Oracle database communicates these notifications to the JDBC drivers through a dedicated network connection and JDBC drivers convert these notifications to Java events."+
Thanks
Edited by: ozhan on 07-Dec-2012 00:31
Edited by: ozhan on 07-Dec-2012 00:31