DBAdapter in Oracle SOA cluster environment
All,
Version: Oracle SOA Suite 11.1.1.4
We configured DBAdapter to poll data from a legacy system in a polling frequency set as 1hr and send it to another application. Since we recently moved to soa cluster, we are in the process of modifying the DBAdapter to support cluster. We have gone thru the oracle fusion developers guide, hence we came to know there is an option 'Distributed Polling' needs to be checked in the dbadapter configuration. After we enable it, we can see the following entry in <file>-or-mappings.xml (toplink file)
<refresh>true</refresh>
<remote-refresh>true</remote-refresh>
<cache-usage>primary-key</cache-usage>
Version: Oracle SOA Suite 11.1.1.4
We configured DBAdapter to poll data from a legacy system in a polling frequency set as 1hr and send it to another application. Since we recently moved to soa cluster, we are in the process of modifying the DBAdapter to support cluster. We have gone thru the oracle fusion developers guide, hence we came to know there is an option 'Distributed Polling' needs to be checked in the dbadapter configuration. After we enable it, we can see the following entry in <file>-or-mappings.xml (toplink file)
<refresh>true</refresh>
<remote-refresh>true</remote-refresh>
<cache-usage>primary-key</cache-usage>
1