I'm having issue while updating tables in a different schema on Alteryx Server (Version: 2021.3.1.47945). The problem is caused by alteryx pre-sql when sent to oracle. it adds quotes around "Schema_Name.Table_Name"
When I run this on designer (Version: 2021.2.2.45235), it just runs fine by putting quotes to both schema and table "Schema_Name"."Table_Name".
Error message:
Error running DELETE FROM "SCHEMA_NAME.TABLE_NAME": ORA-00942: table or view does not exist
Output data settings:
I've hit [roadblock after trying quote style with different settings but could not resolve it. Any thoughts on why it runs on designer version but errors on server?
having issue while updating tables in a different schema on Alteryx Server (Version: 2021.3.1.47945). The problem is caused by alteryx pre-sql when sent to oracle. it adds quotes around "Schema_Name.Table_Name"
When I run this on designer (Version: 2021.2.2.45235), it just runs fine by putting quotes to both schema and table "Schema_Name"."Table_Name".
Error message:
Error running DELETE FROM "SCHEMA_NAME.TABLE_NAME": ORA-00942: table or view does not exist
Output data settings:
I've hit roadblock after trying quote style with different settings but could not resolve it. Any thoughts on why it runs on designer version but errors on server?
Since you could determine that this issue is present in a specific Alteryx version, I encourage you to send this to support@alteryx.com so they are aware of this issue and can correct on a future update.
Can you humor me and swap from "|||" to "|" in your output data tool? - give that a try.