Get database time zone using the DBTIMEZONE() function
SQL> SQL> --Get database time zone using the DBTIMEZONE() function: SQL> SQL> SELECT DBTIMEZONE FROM dual; DBTIME ------ +00:00 SQL>