Hello,
I have recently run into an issue with a Post-SQL statement in my output tool hanging up and failing to update as intended. The exact same statement runs very quickly in Oracle Developer without issue, but I need the statement to be scheduled with the rest of the workflow. Without the Post-SQL statement the workflow runs and updates the table without error. The screenshot below offers a simplified version of the workflow, showing how the workflow hangs up on the final step.

The SQL statement is a correlated update in which the output writes to a staging table where it can update a much larger table based on two fields. I have chosen this approach because none of the Output Tool's Update options work with composite keys. My update statement follows the same syntax as the one below, but with a few more variables being updated and a where clause with two conditions (because of the composite key).

I have tried a few different ways of ending the SQL query including semi-colon and backslash in various combos and positions but the only other result I have achieved is an Oracle error when attempting to end with "/" as works in Oracle Developer:
"ORA-00933: SQL command not properly ended"
I have done a significant amount of work in Alteryx and studied SQL in school, but do not have much experience working with enterprise SQL DB's through Alteryx. Any tips or suggestions would be greatly appreciated.
Thanks,
Mick G