Hi I would appreciate some help with the following:
Alteryx is taking 1 hour to update ~80k records when updating a table with a primary key, using an oracle server connection.
The output tool settings are default, except the following: File Format = "oracle .oci"; Output Options = "Update: Error on Update Failure"; Append Field Map = "By Field Name".
There is no pre or post SQL. I am not getting any errors but the update takes an hour when the rest of the workflow takes seconds to run.
The Primary Key in my destination oracle table has a char 64 data type, which I can't map directly in Alteryx (its currently set as a "V_WString: Forced") - I don't know if this might be causing an issue?