04-14-2020 10:50 AM
Hi,
I have a requirement to record the successful row count from Oracle Merge Snap. this is to maintain the Data Log table. Is there any way to know the successful rows from Oracle Merge. i saw something in Mapper (snap.out.totalCount).
Please someone can advice on this one
04-15-2020 12:26 AM
Hi,
Please someone advice on this one.
Thanks
04-15-2020 02:10 AM
Go to Oracle Marge view and add output view. After that use aggregate snap for count.
04-15-2020 02:11 AM
Hi @pranil2k2
You can try by opening the error view for Oracle Merge Snap(meaning that all the error rows will be routed in that view). In that way you will isolate the pipeline from failing.
As an output of the Oracle Merge Snap you will get all successful records.
To count the records from output you can use :
Regards,
Spiro
04-15-2020 02:09 AM
finally i achived it using Mapper, Aggregator.