Hi
I have recently Installed the Oracle Linux 7.2 to install the 12.2 Database on the server
But when I try to run the runInstaller it is failing with the below error .
[oracle@localhost database]$ sh runInstaller
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 500 MB. Actual 7956 MB Passed
Checking swap space: must be greater than 150 MB. Actual 14307 MB Passed
Checking monitor: must be configured to display at least 256 colors
>>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
Some requirement checks failed. You must fulfill these requirements before
continuing with the installation,
I already have X11 forwarding Enabled on the Linux server and I also tried to Install the xdpyinfo package on the server and it failed with the below error .
[root@localhost ~]# rpm -ivh xdpyinfo-1.3.2-2.mga6.x86_64.rpm
warning: xdpyinfo-1.3.2-2.mga6.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID 80420f66: NOKEY
error: Failed dependencies:
libX11-xcb.so.1()(64bit) is needed by xdpyinfo-1.3.2-2.mga6.x86_64
libX11.so.6()(64bit) is needed by xdpyinfo-1.3.2-2.mga6.x86_64
libXcomposite.so.1()(64bit) is needed by xdpyinfo-1.3.2-2.mga6.x86_64
libXext.so.6()(64bit) is needed by xdpyinfo-1.3.2-2.mga6.x86_64
libXi.so.6()(64bit) is needed by xdpyinfo-1.3.2-2.mga6.x86_64
libXinerama.so.1()(64bit) is needed by xdpyinfo-1.3.2-2.mga6.x86_64
libXrender.so.1()(64bit) is needed by xdpyinfo-1.3.2-2.mga6.x86_64
libXtst.so.6()(64bit) is needed by xdpyinfo-1.3.2-2.mga6.x86_64
libXxf86dga.so.1()(64bit) is needed by xdpyinfo-1.3.2-2.mga6.x86_64
libXxf86misc.so.1()(64bit) is needed by xdpyinfo-1.3.2-2.mga6.x86_64
libXxf86vm.so.1()(64bit) is needed by xdpyinfo-1.3.2-2.mga6.x86_64
libdmx.so.1()(64bit) is needed by xdpyinfo-1.3.2-2.mga6.x86_64
libxcb.so.1()(64bit) is needed by xdpyinfo-1.3.2-2.mga6.x86_64
Please advise