![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Technical Instruction Sure Solution 1931729.1 : Linux- How to Disable Daylight Savings Time (DST), and Modify the Timezone on Linux Based Servers
Some countries do not follow DST changes, and need to configure their databases and Linux OS to not change as DST changes occur. This note provides steps to take to configure the server(s) and databases so DST changes are ignored This note includes a "Real World" example Created from <SR 3-8434170151> Applies to:Linux OS - Version Enterprise Linux 3.0 to Oracle Linux 7.0 with Unbreakable Enterprise Kernel [3.8.13] [Release RHEL3 to OL7]Oracle Exadata Storage Server Software - Version 11.2.2.2.2 to 12.1.1.1.1 [Release 11.2 to 12.1] Oracle Database Appliance - Version All Versions to All Versions [Release All Releases] Oracle Database - Enterprise Edition - Version 10.2.0.5 to 12.1.0.2 [Release 10.2 to 12.1] Linux x86-64 . . Many countries do not follow DST changes, and by default they are configured so DST time changes alter their system times and even the DB times. Goal
Solution
If you look in the directory /usr/share/zoneinfo/Etc on the server, you will see subdirectories by country and even by timezone within the country GMT
1. Modify the file /etc/sysconfig/clock to read: 2. Follow these steps to correctly set the file/link /etc/localtime A. # cd /etc
B. # rm /etc/localtime C. # ln -s /usr/share/zoneinfo/Etc/GMT-3 /etc/localtime D. # ls -al localtime E. # date
References<NOTE:1209444.1> - How To Change Timezone for 11gR2 Grid Infrastructure<NOTE:1641244.1> - EXADATA - Oracle Linux modifications due to Daylight Saving Time (DST) Attachments This solution has no attachment |
||||||||||||
|