An On Table Row Database listener retrieves data from a table that contains record_id, an increasing numerical column.
How should the listener be configured so it retrieves new rows at most one time?
Set the target to store the last retrieved record_id value
Set the ObjectStore to store the last retrieved record_id value
Set the target to the record_id column
Set the watermark column to the record id column
Submit