I created an Oracle table as an Output under my Oracle user. I am able to see the table and its data & properties in Oracle. I am not able to query it. Oracle told me that Alteryx must grant my user permission. I attempted the following as Pre Create SQL and Post Create SQL in the configuration. I received the typical error - ORA-00942: table or view does not exist. Is is true that Alteryx needs to grant permission; if so, how is it passed?
GRANT SELECT, INSERT on MyUser to MyTable