Hi!
I'm using AM11 with Oracle DB and one of the cases is merging data from dataset into database table. I haven't found any specific action for that so I've ended up with looping through dataset row-by-row and performing merge(insert)-commit at every step.
Doing that way it takes half an hour to inset 20-30K rows. Very slow.
May be you have examples of best-practices for that process? Is there a better (faster) way to do it?
Thanks!