posted 11 years ago
DBTIMEZONE returns the time zone for the database
select dbtimezone from dual;
+00:00
(So it means my Oracle database timezone is set to UTC +00:00 )
SESSIONTIMEZONE returns time zone for the current session
select sessiontimezone from dual
+05:30
(So does it means that , it fetched the timezone from the system (because my Windows system is set to timezone +05:30 ) )
Shukran
Tea Addict, Oracle Java Programmer , Oracle SQL Expert , Oracle Java Web Component Developer, Oracle Web Service Developer