Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OSB DB Poller sending same record multiple times

2990373Feb 15 2016 — edited Feb 22 2016

Hi,

We have OSB DB Adapter poller with below jca configuration. We have earlier tried 'SELECT FOR UPDATE SKIP LOCKED' as well.

Currently we insert a record with is_read column as 0 and poller is supposed to read same and send it to destination once and make to column value as 2.

But here it is sending 100 plus times (sometimes 400+) to destination and then marks column value as 2. Please help to resolve the same.

  <property name="PollingStrategy" value="LogicalDeletePollingStrategy"/>

      <property name="MarkReadColumn" value="IS_READ"/>

      <property name="MarkReadValue" value="2"/>

      <property name="MarkUnreadValue" value="0"/>

      <property name="PollingInterval" value="5"/>

      <property name="MaxRaiseSize" value="1"/>

      <property name="MaxTransactionSize" value="5"/>

      <property name="NumberOfThreads" value="1"/>

      <property name="ReturnSingleResultSet" value="false"/>

      <property name="MarkReservedValue" value="R${weblogic.Name-2}-${IP-2}-${instance}"/>

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 21 2016
Added on Feb 15 2016
11 comments
2,179 views