I'm working on a project where I need to write approx. 190k records to an Oracle DB hosted at AWS on a daily basis. I don't have any issues querying or writing to the database from the standpoint of reading or writing data from / to the DB. The issue I'm having is speed. It is taking 10 hours to upload 190k records. I know a remote hosted DB will be slow, but I wasn't expecting this slow. Wondering it anyone had any suggestions for speeding up the process, either with how I'm using Alteryx or how the database is configured.
For our initial data load my workflow is simple:

The database output tool configuration is below. This is using the standard Oracle OCI driver.

I set the transaction size to a low number to see if it made a difference from the extremely high default value. It didn't.
Is there a better Alteryx tool to use or is there a better driver maybe?
Thanks for any advice you can provide!
-Winston