How can I get Time Zone Region from SQLPLUS?
问题 I am using Oracle Developer and Oracle 11g (Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production) select SESSIONTIMEZONE from DUAL; Result in SQLPLUS/system_config_tbl_load.sql: -4:00 Result in SQL Developer: America/New_York gives different results in SQL Developer and SQLPLUS. I want to see the region in SQLPLUS. Additionally I have to do this for multiple locations and do not have the option of changing the Time Zone using "ALTER SESSION SET time_zone = 'America/New_York'