Logging issue: http://blog.csdn.net/cymm_liu/article/details/29234919-time zone in Oracle database
http://www.itpub.net/thread-835665-1-1.html-time Zone: TimeZone problem solution?
http://blog.csdn.net/pan_tian/article/details/7689535--Settings for Ebs:timezone conversions
Description: Server in East Eight, client in East District
Because there are other time zone users, there is no change to the configuration file, the program uses current_date instead of Sysdate
DECLARE l_time_zone number; BEGIN SELECT (current_date-sysdate) into l_time_zone from DUAL; Dbms_output.put_line (To_char (Sysdate+l_time_zone, ' Yyyy/mm/dd HH24:MI:SS ')); Dbms_output.put_line (To_char (sysdate, ' Yyyy/mm/dd HH24:MI:SS ')); Dbms_output.put_line (To_char (current_date, ' Yyyy/mm/dd HH24:MI:SS ')); END;
Time zone: TimeZone problem Resolution?
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
EBS timezone Issues