hi
We have oracle 8.1.6 installed on IBM AIX machine.
At command prompt
$date
Tue Aug 27 03:04:03 PDT 2002
$sqlplus login/passwd
SQL> select sysdate from dual;
SYSDATE
--------------------
27-AUG-2002 03:04:15
IT is same the OS date. Note here that i have not given the connect string. Now i exit from sql
again from prompt
$sqlplus login/passwd@db_name
SQL> select sysdate from dual;
SYSDATE
--------------------
27-AUG-2002 10:04:38
This is GMT time. (Our DB is set to GMT). Why this difference comming when i give the connect string. I want date should be always be the date of DB. What should i do?
Thank u
Rama
We have oracle 8.1.6 installed on IBM AIX machine.
At command prompt
$date
Tue Aug 27 03:04:03 PDT 2002
$sqlplus login/passwd
SQL> select sysdate from dual;
SYSDATE
--------------------
27-AUG-2002 03:04:15
IT is same the OS date. Note here that i have not given the connect string. Now i exit from sql
again from prompt
$sqlplus login/passwd@db_name
SQL> select sysdate from dual;
SYSDATE
--------------------
27-AUG-2002 10:04:38
This is GMT time. (Our DB is set to GMT). Why this difference comming when i give the connect string. I want date should be always be the date of DB. What should i do?
Thank u
Rama