Need to write batch process to load data(both insert/update) from file to db table. Currently writing data(in batch) from file to GTT and then Merge from GTT to Db table. Merge is set based, so performance is better. However with GTT there are redo/undo logs created. Is there a better way to do the data load?