Oracle 故障:[3]10g runInstaller 安装报错

2024-10-14 03:08:27

1、[oracle@oracle10g Disk1]$ ./runInstaller Starting Oracle Universal Installer...Checking installer requirements...Checking operating system version: must be redhat-3, SuSE-9, SuSE-10, redhat-4, redhat-5, UnitedLinux-1.0, asianux-1, asianux-2 or asianux-3 PassedAll installer requirements met.Preparing to launch Oracle Universal Installer from /tmp/OraInstall2014-10-24_02-27-16AM. Please wait ...[oracle@oracle10g Disk1]$ Oracle Universal Installer, Version 10.2.0.4.0 ProductionCopyright (C) 1999, 2008, Oracle. All rights reserved.Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2014-10-24_02-27-16AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory occurred..java.lang.UnsatisfiedLinkError: /tmp/OraInstall2014-10-24_02-27-16AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(Unknown Source) at java.lang.ClassLoader.loadLibrary(Unknown Source)执行报错:oracle 10g在RedHat中只能在rhel4或者rhel 5中安装,具体原因是:缺失libXp的32位rpm包

Oracle 故障:[3]10g runInstaller 安装报错

8、无效之后又尝试了1:将/etc/redhat-release 中的6.4改成5.4 无效2:将runInstaller脚本所在目录的install下的oraparam.ini文件添加redhat-6 无效[oracle@oracle10g install]$ vi oraparam.ini[oracle@oracle10g install]$ cat oraparam.ini[Certified Versions]Linux=redhat-3,SuSE-9,SuSE-10,redhat-4,redhat-5,redhat-6,UnitedLinux-1.0,asianux-1,asianux-2,asianux-3建议:oracle 10g下 将系统换成rhel 5

猜你喜欢