Oracle PL/SQL Tutorial/Date Timestamp Functions/DBTIMEZONE
Версия от 13:45, 26 мая 2010; (обсуждение)
Get the database time zone using the DBTIMEZONE() function
SQL> SELECT DBTIMEZONE FROM dual;
DBTIME
------
+00:00
SQL>
SQL> SELECT DBTIMEZONE FROM dual;
DBTIME
------
+00:00
SQL>