Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
AC3
Contributor III
Contributor III

Alter Session Set Timezone

Hi,  Has anyone had any experience and/or success in executing the following Oracle SQL statement in a QV script? 

ALTER SESSION SET TIMEZONE = 'America/New_York'

Thanks!

1 Solution

Accepted Solutions
marcus_sommer

You need only to add a SQL in front of your statement to transfer this statement to the database and of course a CONNECT statement before them.

- Marcus

View solution in original post

1 Reply
marcus_sommer

You need only to add a SQL in front of your statement to transfer this statement to the database and of course a CONNECT statement before them.

- Marcus