Operating System - HP-UX
1757744 Members
1916 Online
108863 Solutions
New Discussion

Re: Database time is 1 hour behind

 
Daniel Moloisane
New Member

Database time is 1 hour behind

Hello,

My database is one hr behind the system time

/etc/TIMEZONE reads:
TZ=SAST-2
export TZ

if u run the following as oracle on SQL:
SQL> select systime from dual;

DBTIME
- - - -
+03:00

How do you solve this problem?

1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: Database time is 1 hour behind

What is the value of TZ before you execute the SQL command? Does it match TIMEZONE above?
$ env | grep TZ