Melbourne

DATABASE LOGON / LOGOFF in snowflake

Good Morning ,

Just wanted to check is there a way in snowflake to execute specific actions or procedures when a user connects to or disconnects from the database.

Usecases :

  • Security: Enforcing specific security policies based on user connections.

  • Session Management: Setting up initial session parameters, such as date formats

  • Auditing: Recording user logon and logoff times, session details, and other relevant information in a log table.

0 comments