In the previous entry, Oracle Linux 7.3 was installed, just in case you missed enabling the GUI, issue the following commands:
yum update
yum groupinstall "Server with GUI"
- Enable GUI on system startup
ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target
or
systemctl set-default graphical.target