Oracle JDBC and UCP Java API Reference
19c Release 5 (19.5.0.0.0)
E50121-03
Package oracle.jdbc.dcn

Interface DatabaseChangeListener

    • Method Detail

      • onDatabaseChangeNotification

        void onDatabaseChangeNotification​(DatabaseChangeEvent e)
        This method will be invoked whenever a Database Change event occurs. Note that you can control which thread will invoke this method by specifying an executor when you register this listener. If the code inside this method is time/resource consuming, then it is recommended to use your own thread otherwise you may starve the other listeners.
Oracle JDBC and UCP Java API Reference
19c Release 5 (19.5.0.0.0)
E50121-03

19.5.0.0.0| ORACLE CONFIDENTIAL. For authorized use only. Do not distribute to third parties.
Copyright © 2008, 2017, Oracle. All rights reserved.