If I do a SQLPLUS connection using SQL Worksheet from my PC and connect to a certain database and run
select to_char(sysdate, 'hh:mi.ss AM') from dual;
I get a different time than if I log onto the unix server, which houses the database, and run a sqlplus connection to the database running the same command.
The time on the SQL worksheet connection is 6 hours behind that of the one on the server connection. (The server connection being the correct time)
Also the time on my PC is the correct time so the problem must be related to the worksheet program itself....
Hope thats clear, any ideas whats going on ?
select to_char(sysdate, 'hh:mi.ss AM') from dual;
I get a different time than if I log onto the unix server, which houses the database, and run a sqlplus connection to the database running the same command.
The time on the SQL worksheet connection is 6 hours behind that of the one on the server connection. (The server connection being the correct time)
Also the time on my PC is the correct time so the problem must be related to the worksheet program itself....
Hope thats clear, any ideas whats going on ?