Timezone
Hi ,
Currently our server is in GMT time zone . Its a two node cluster 11gr2 RAC database . There are muliple RAC database on same server. Each database I have to change in different different time zone. e.g below for Hongkong I can change time
srvctl setenv listener -l LISTENER -t 'TZ=Asia/Hong_Kong'
srvctl setenv database -d HONGKONGDB -t 'TZ=Asia/Hong_Kong'
Again if I want to change another database to Japan time on same RAC server how do I do for that ? Can I do this by just executing below
srvctl setenv listener -l LISTENER -t 'TZ=Asia/JAPAN'