Oracle JDBC Java API Reference
19c Release 17 (19.17.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 Java API Reference
19c Release 17 (19.17.0.0.0)
E50121-03

Copyright © 2008, 2017, Oracle. All rights reserved.