SSC-FDM-OR0032

StandardHash function with input non-string parameter generates a different result in Snowflake.

Important Notice: Migration of Documentation Website

Please be advised that our documentation website is currently undergoing a migration to a new platform. To ensure you have access to the most up-to-date information, we kindly request that you visit our new documentation website located at:

Official Snowflake Snowconvert Documentation

For any immediate assistance or if you encounter any issues, please contact our support team at [email protected].

Thank you for your understanding.

Description

This warning is used when STANDARD_HASH function in Oracle with input non-string parameter generates a different result in Snowflake.

Example Code

Input Code:

IN -> Oracle_01.sql
SELECT STANDARD_HASH(1+1) FROM DUAL;

Output Code:

OUT -> Oracle_01.sql
SELECT
--** SSC-FDM-OR0032 - STANDARD HASH FUNCTION WITH INPUT NON-STRING PARAMETER GENERATES A DIFFERENT RESULT IN SNOWFLAKE **
SHA1(1+1)
FROM DUAL;

Recommendations

  • No additional user actions are required.

  • If you need more support, you can email us at [email protected]

Last updated