Determine the database time zone: : DBTIMEZONE « Date Timezone « Oracle PL / SQL






Determine the database time zone:

   
SQL> select dbtimezone from dual;



DBTIME
------
+00:00

1 row selected.

SQL>
SQL>
SQL>

   
    
    
  








Related examples in the same category

1.Get database time zone using the DBTIMEZONE() function