Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Oracle Output Performance

DMH1
7 - Meteor

I am using Designer 2020.2.3 to read a read a 35M row SQL Server table and write it to an Oracle database.   The workflow takes about nine hours to run with most of the time spent writing rows in Oracle. 

 

On the SQL Server input side, my input tool executes a stored procedure that does all the heavy lifting and creates a temporary table that is picked up in the workflow.

 

DMH1_0-1603983716463.png

 

On the Oracle output side, I don't seem to be able to specify many options.  Is there a way to specify things like "nologging" and "direct path insert" and other potential performance enhancements for the Oracle output?  

I ultimately want to move the workflow to our server gallery so I can schedule the process automatically.

Help!!

 

Thanks

Dave Harper (DMH1)

2 REPLIES 2
BrandonB
Alteryx
Alteryx

@DMH1 have you configured the Oracle Output Data tool to leverage the bulk loader?

https://help.alteryx.com/current/designer/oracle

DMH1
7 - Meteor

Hi BrandonB,

 

I just set that up and will test it this evening.  Thank you so much for your response!  

 

Regards,

DMH1

Labels