How are you doing the processing - are you doing an insert (in another integration component to the file processing)? If you publish an event for each row, you’ll end up with this. Try using a struct array and publishing one event containing all rows to be inserted, and in the Oracle component, put the insert into a loop step. It improves processing quite a lot (and shouldn’t do a commit for each row)
W
#Integration-Server-and-ESB#webMethods-General#webMethods