当前位置:Oracle研究中心 > 故障案例 >
时间:2016-07-04 22:07 来源:Oracle研究中心 作者:惜分飞 点击: 次
最近因为一个测试环境需要oracle 9i,我在Oracle linux 4.8上安装,竟然遇到几个问题记录下:
[oracle@oracleplus Disk1]$ ./runInstaller [oracle@oracleplus Disk1]$ Initializing Java Virtual Machine from /tmp/OraInstall2012-03-04_09-32-16PM/jre/bin/java. Please wait... Error occurred during initialization of VM Unable to load native library: /tmp/OraInstall2012-03-04_09-32-16PM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
解决方法:打上p3006854_9204_LINUX.zip补丁
[root@oracleplus tmp]$ unzip p3006854_9204_LINUX.zip Archive: p3006854_9204_LINUX.zip creating: 3006854/ inflating: 3006854/rhel3_pre_install.sh inflating: 3006854/README.txt [root@oracleplus 3006854]# cd 3006854 [root@oracleplus 3006854]# chmod +x rhel3_pre_install.sh [root@oracleplus 3006854]# ./rhel3_pre_install.sh Applying patch... Ensuring permissions are correctly set... Done. Patch successfully applied
解决办法:在/usr/bin目录下有gcc 和 gcc32两个文件,执行 mv gcc gcc296 和 mv gcc32 gcc,完成之后,retry安装界面
[root@oracleplus tmp]# cd /usr/bin [root@oracleplus bin]# ls gcc* gcc gcc32 gcc4 [root@oracleplus bin]# mv gcc gcc296 [root@oracleplus bin]# mv gcc32 gcc
[oracle@oracleplus Disk1]$ dbca /u01/oracle/jre/1.1.8/bin/../lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so) Unable to initialize threads: cannot find class java/lang/Thread Could not create Java VM [oracle@oracleplus Disk1]$ netca /u01/oracle/jre/1.1.8/bin/../lib/i686/native_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so) Unable to initialize threads: cannot find class java/lang/Thread Could not create Java VM
解决办法:在环境变量中加上LD_ASSUME_KERNEL=2.4.1
vi .bash_profile --加上下面语句 export LD_ASSUME_KERNEL=2.4.1 source ~/.bash_profile
--------------------------------------ORACLE-DBA----------------------------------------
最权威、专业的Oracle案例资源汇总之【案例】Oracle安装报错 汇总oracle for linux安装过程中几个错误
本文由大师惜分飞原创分享,网址:http://www.oracleplus.net/arch/726.html
Powered by Oracle研究中心 OraclePlus Inc.
BY DedeCMS 京ICP备14022373号-5
声明:Oracle研究中心部分文章源自互联网,转载均按原文作者要求转载,如有疑问联系QQ:1026002015,协商未果24小时删除。