全部博文(413)
发布时间:2012-12-29 20:10:43
centos 5.8, kernel为:uname -r2.6.18-308.el5安装asm三个包:rpm -ivh oracleasm-support-2.1.1-1.el4.i386.rpmrpm -ivh oracleasm-2.6.18-128.el5-2.0.5-1.el5.i686.rpmrpm -ivh oracleasmlib-2.0.4-1.el5.i386.rpm这三个包可以在http://www.oracle.com/technetwork/server-storage/linux/downloads/rhel5-084877.html下载到。安装完成之后,进行配置[r......
发布时间:2012-12-29 17:09:26
在rdel 4上安装oracle 10g基本上很简单,只有安装文档来就可以成功的安装。但是centos5.8,因为没有想过文档,所以可能会遇到一些问题。1. 问题一:在执行 .runinstall 时,报错:exception in thread "main" java.lang.unsatisfiedlinkerror: /usr/java/j2sdk1.4.2_19/jre/lib/i386/libawt.so: libxtst.so.6: cannot open shared object file: no such file or directory ......