Hi
I have a real-time job reading data from a JMS queue. Each message processed results in rows being written to several Oracle DB tables. The problem I've got is that if an update/insert fails on one table (killing the job) any updates/inserts already made to other tables (for the same input JMS message) are not backed out. How can I "group" these multiple table updates into a single logical unit of work? Is there a setting. Is it possible?
This relates to EDQ v9.0.10(1433) (we do have EDQ v12.1.3 but this job isn't run on that instance yet)
Thanks in advance
Jon