I have a SQL Server table as the source. My mapping will do an insertion to oracle target table T1. And then, will make an entry to another target T2 with the ID from T1 (ID is created by a "after insert" trigger on T1 using Oracle Sequence). If some failure happens then no insertion should happen to T1 as well as T2.