Get database time zone using the DBTIMEZONE() function : DBTIMEZONE « Date Timezone « Oracle PL / SQL






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>

           
         
  








Related examples in the same category

1.Determine the database time zone: