Problém:

[oracle@dbserver database]$ ./runInstaller
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 120 MB. Actual 7491 MB Passed
Checking swap space: must be greater than 150 MB. Actual 2047 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,
Continue? (y/n) [n] y
>>> Ignoring required pre-requisite failures. Continuing...
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2014-07-11_09-05-27AM. Please wait ...[oracle@L010076150020 database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2014-07-11_09-05-27AM/jdk/jre/lib/amd64/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory

Řešení

yum install libXtst
yum install xauth
yum install libXi

Pouze na OEL
yum install oracle-rdbms-server-11gR2-preinstall

A nezapomeňte se znovu přihlásit!!!

login as: oracle
oracle@dbserver's password:
Last login: Fri Jul 11 09:03:37 2014 from 10.76.10.4
/usr/bin/xauth: creating new authority file /home/oracle/.Xauthority

Jinak budete dostávát pořád chybu
>>> Ignoring required pre-requisite failures. Continuing…
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2014-07-11_09-19-11AM. Please wait …[oracle@L010076150020 database]$ Exception in thread „main“ java.lang.NoClassDefFoundError



          
            


Komentáře