[Oracle DataBase Server 12.2 Installation on Oracle Linux 7.4]: Configuring Time Synchronization Services


# systemctl start ntpd
# systemctl enable ntpd
# systemctl status ntpd


If necessary, allow on the firewall

# firewall-cmd --add-service=ntp --permanent
# firewall-cmd --reload


Verification

# ntpq -p
# date -R