SSC-EWI-OR0078
Unable to parse dynamic SQL statement inside Execute Immediate.
Severity
Medium
Description
SnowConvert could not parse the dynamic SQL statement inside the Execute Immediate.
Example Code
Oracle:
--Additional Params: -t JavaScript
CREATE OR REPLACE PROCEDURE PROC1 AS
BEGIN
EXECUTE IMMEDIATE 'NOT A VALID SQL STATEMENT';
END;Snowflake Scripting:
Recommendations
Check the dynamic SQL statement for any syntax error.
Review the SnowConvert documentation to see if the statement is still unsupported.
If you need more support, you can email us at [email protected]
Last updated
