instances with different timezones on same machine
we installed 4 databases on the same linux computer. one of the databases should run in a different timezone and the sysdate command should return the time of that timezone. we can not use timestamp columns as this is a very big application which uses lots of date columns. how can we get this done.
0