网创优客建站品牌官网
为成都网站建设公司企业提供高品质网站建设
热线:028-86922220
成都专业网站建设公司

定制建站费用3500元

符合中小企业对网站设计、功能常规化式的企业展示型网站建设

成都品牌网站建设

品牌网站建设费用6000元

本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...

成都商城网站建设

商城网站建设费用8000元

商城网站建设因基本功能的需求不同费用上面也有很大的差别...

成都微信网站建设

手机微信网站建站3000元

手机微信网站开发、微信官网、微信商城网站...

建站知识

当前位置:首页 > 建站知识

Linux6以上版本安装oracle10g的问题

我的<>,欢迎观看: http://edu.51cto.com/lecturer/index/user_id-1850277.html

网站建设哪家好,找创新互联!专注于网页设计、网站建设、微信开发、成都微信小程序、集团企业网站建设等服务项目。为回馈新老客户创新互联还提供了临河免费建站欢迎大家使用!

Linux 6及以上版本不是oracle 10g认证的版本,相比于linux 5而言,在runInstaller之后容易出现以下错误:
Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2015-06-09_06-28-58PM/jre/1.4.2/lib/i386/libawt.so: libXt.so.6:
cannot open shared object file: No such file or directory occurred..

弹不出安装图形界面,这个问题需要安装额外的rpm包:libXt.i686 libXtst.i686

安装之后 ./runInstaller -ignoresysprereqs即可成功弹出安装界面。

另外,在linux 6上安装oracle 10g,在安装进度83%的时候容易出现弹出错误:ins_emdb.mk,这是oracle的一个bug,如下:

Symptoms

The installation process of 10.2.0.1 RDBMS software on SLES 11 x86_64 throws the following error at 83%,
 during the process of (aka when OUI prompt reads) “Relinking SGA fetchlet and nmcollector binary”.

Error popup thrown is:
 --------------------------------

Error in invoking target 'collector' of makefile
 '$ORACLE_HOME/sysman/lib/ins_emdb.mk'. See
 '$ORACLE_BASE/oraInventory/logs/installActions.log' for details.

 

Cause

You are encountering published Bug 8993720 :  ERROR INVOKING TARGET 'COLLECTOR' OF MAKEFILE '$O_H/SYSMAN/LIB/INS_EMDB.MK'

INFO:
 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
 i386 architecture of input file `$ORACLE_HOME/sysman/lib/snmccolm.o' is incompatible with i386:x86-64 output
 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
 i386 architecture of input file `$ORACLE_HOME/sysman/lib/libnmccol.a(nmccole.o)' is incompatible with i386:x86-64 output
 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
 i386 architecture of input file `$ORACLE_HOME/sysman/lib/libnmcbuf.a(nmcbuft.o)' is incompatible with i386:x86-64 output
 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
 i386 architecture of input file `$ORACLE_HOME/sysman/lib/libnmcbuf.a(nmcbufw.o)' is incompatible with i386:x86-64 output
 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
 i386 architecture of input file `$ORACLE_HOME/sysman/lib/libnmcbuf.a(nmcbufu.o)' is incompatible with i386:x86-64 output
 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
 i386 architecture of input file `$ORACLE_HOME/sysman/lib/libnmcbuf.a(snmcbufm.o)' is incompatible with i386:x86-64 output
 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
 i386 architecture of input file `$ORACLE_HOME/sysman/lib/libnmcbuf.a(nmcbuff.o)' is incompatible with i386:x86-64 output
 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
 i386 architecture of input file `$ORACLE_HOME/sysman/lib//libnmadbg.a(nmadbg.o)' is incompatible with i386:x86-64 output
 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
 i386 architecture of input file `$ORACLE_HOME/sysman/lib//libnmadbg.a(snmadbg.o)' is incompatible with i386:x86-64 output
 collect2: ld returned 1 exit status
 make[1]: *** [$ORACLE_HOME/s
 INFO: ysman/lib/nmccollector] Error 1
 make: *** [nmccollector] Error 2

 

According to Novell's certification of 10gR2 software on SLES 11 x86_64, this linking error should be ignored.

Additionally, Novell's certification of 10gR2 software on SLES 11 x86_64 indicates that at least the 10.2.0.4 patchset is required. 
 This linking error does NOT occur during the 10.2.0.4 patchset.

 The Novell documentation about installation of Oracle 10gr2 on SLES 11 x86-64 can be found at :
http://ftp.novell.com/partners/oracle/docs/10gR2_sles11_install.pdf

Solution

1. The popup error concerning the linking of target "collector" at about 83% of the linking process of the 10.2.0.1 base-release install should be ignored.
 2. Apply 10.2.0.4 or 10.2.0.5 patchset


我的<>,欢迎观看: http://edu.51cto.com/lecturer/index/user_id-1850277.html


网页名称:Linux6以上版本安装oracle10g的问题
文章路径:http://bjjierui.cn/article/pgcipd.html

其他资讯