Hi Naveen, At the first glance, you can try using Continuous Query in order to listen all modifications (an entry is inserted, updated or deleted) of a cache. Please see the following page for the detailed information [1]
Another approach that may be used here is using two caches. The first one configured with PDS and the second one should be configured with CacheStore and will be used in order to propagate changes to the underlying database (OracleDB). [1] https://apacheignite.readme.io/docs/continuous-queries#section-local-listener [2] https://apacheignite.readme.io/docs/3rd-party-store#overview Thanks. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
