Alter Session

In this page you could find information about Session.

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.

Alter session

Alter session has an equivalent in Snowflake and some the variables are mapped to Snowflake variables. If a permutation of Alter Session is not supported the node will be commented and a warning will be added.

Oracle Code:

IN -> Oracle_01.sql
alter session set nls_date_format = 'DD-MM-YYYY';

Snowflake Code:

OUT -> Oracle_01.sql
ALTER SESSION SET DATE_INPUT_FORMAT = 'DD-MM-YYYY' DATE_OUTPUT_FORMAT = 'DD-MM-YYYY';

Session Parameters Reference

The session parameters that doesn't appear in the table are not currently being transformed.

Session Parameter
Snowflake transformation

NLS_DATE_FORMAT

DATE_INPUT_FORMAT and DATE_OUTPUT_FORMAT

NLS_NUMERIC_CHARACTERS

NOT SUPPORTED

Known Issues

No issues were found.

No related EWIs.

Last updated