One of our oracle DB (11g) installed server time stamp and DB time stamp both were Asia/Riyad, and I changed it to Asia/Colombo. But the devoppers who are using visual studio still need to change their workstation timezone to Asia/Riyad in order to successfully execute application debugging. In SQL developer also they mentioned the time stamp parameter as Asia/Riyad and we can't login using SQL developer if parameter removed. Following are the changes done.
SQL> select CURRENT_TIMESTAMP from dual;
CURRENT_TIMESTAMP
---------------------------------------------------------------------------
19-SEP-18 12.14.24.929667 PM +05:30
SQL> select SYSTIMESTAMP from dual;
SYSTIMESTAMP
---------------------------------------------------------------------------
19-SEP-18 12.14.34.198529 PM +05:30
SQL> select dbtimezone,sessiontimezone from dual;
DBTIME
------
SESSIONTIMEZONE
---------------------------------------------------------------------------
+05:30
+05:30
Server
date
Wed Sep 19 14:13:44 IST 2018
[oracle@aesalabdb dbs]$ cat /etc/localtime
MMTISTIH̕STLKTTZifÿÿÿÿV¶$ÿÿÿÿ½ÿÿÿÿʚ(ÿÿÿÿ̕+ ÿÿÿÿѵ81¦(2q D?要JۊT`
[[hT`LMTMMTISTIHSTLKT
IST-5:30
please help.