SSC-EWI-OR0051
PRAGMA EXCEPTION_INIT is not supported.
Severity
Low
Description
This EWI is added when PRAGMA EXCEPTION_INIT function is invoked within a procedure. Exception Name and SQL Code of the exceptions are set in the RAISE function. When it is converted to Snowflake Scripting, the SQL Code is added to the Exception declaration, however, some code values may be invalid in Snowflake Scripting.
Example Code
Input Code:
IN -> Oracle_01.sql
Output Code:
Snowflake script
OUT -> Oracle_01.sql
Recommendations
No end-user action is required.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated