[Installing Oracle DataBase Server 11.2.0.3 on Oracle Linux 6.3]: Setting Up Accurate Time
Specify available ntp servers
# vi /etc/ntp.conf
For example:
server 0.rhel.pool.ntp.org
server 1.rhel.pool.ntp.org
server 2.rhel.pool.ntp.org
Make changes to the ntpd parameter file
# vi /etc/sysconfig/ntpd
replace
# Drop root to id 'ntp:ntp' by default.
OPTIONS="-u ntp:ntp -p /var/run/ntpd.pid"
with
# Drop root to id 'ntp:ntp' by default.
# OPTIONS="-u ntp:ntp -p /var/run/ntpd.pid"
OPTIONS="-x -u ntp:ntp -p /var/run/ntpd.pid"
# service ntpd restart