06-11-2022 07:03 AM
Hi,
I am reading a CSV file, inserting data into a table, and then calling Oracle Procedure snap to process those inserted rows. Now, the problem is Oracle Procedure snap run as many times as rows inserted in the table.
Could you suggest how I can let all rows be inserted first and then only run the Oracle procedure snap?
06-12-2022 10:40 PM
@amit.saroha After oracle insert use Gate snap and use below config. You can add mapper if any validation required then call procedure snap.