Get database time zone using the DBTIMEZONE() function : DBTIMEZONE « Date Timezone « Oracle PL / SQL
- Oracle PL / SQL
- Date Timezone
- DBTIMEZONE
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