Linux 6 以上版本安装oracle10g的问题

我的<<oracle dba工厂全套视频教程>>,欢迎观看: 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<date-time-stamp>.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

我的<<oracle dba工厂全套视频教程>>,欢迎观看: http://edu.51cto.com/lecturer/index/user_id-1850277.html

时间: 2024-12-16 08:12:16

Linux 6 以上版本安装oracle10g的问题的相关文章

Linux 安装oracle10g 配置dataguard 介绍和步骤

DataGuard是甲骨文推出的一种高可用性数据库方案,在Oracle 8i之前被称为Standby Database.从Oracle 9i开始,正式更名为Data Guard.它是在主节点与备用节点间通过日志同步来保证数据的同步,可以实现数据库快速切换与灾难性恢复.Data Guard只是在软件上对数据库进行设置,并不需要额外购买任何组件.用户能够在对主数据库影响很小的情况下,实现主备数据库的同步.而主备机之间的数据差异只限于在线日志部分,因此被不少企业用作数据容灾解决方案.(以上是度娘解释,

windows xp 安装xmanager连接linux redhat系统通过Telnet服务并安装oracle10g

首先在linux系统端查询是否启动了telnet服务,如果没有启动请启动: 由于要安装oracle10G数据库需要安装xmanger所需的软件包 安装gpm软件包 yum install gpm(前提是建立yum源) 编辑配置文件/etc/gdm/custom.conf(标黄的为新添加的) [security] AllowRemoteRoot=true [xdmcp] Enable=true 修改配置文件/etc/inittab id:5:initdefault:  //修改为5,从图形终端启动

Kali Linux (XFce版本)安装后的一些设置

kali Linux的主版本自带的是Gnome桌面环境,安装后使用效率太低,不知道是不是我机器配置低的原因, 在虚拟机里运行起来太慢.卡.丑啦....所以以前都一直都在用Backbox Linux,并且backbox linux 默认的桌面环境是XFce, 所以渐渐的喜欢上了XFce,昨天无聊去官网看了下,发现好久没用kali,发布了很多的版本, 然后下载了自己喜欢的桌面环境(XFce)这个版本, 测试了一下,一点也不卡,很流畅,工具什么的运行起来也很快, 所以我建议电脑配置不好的朋友选着个版本

Linux下指定版本编译安装LAMP

说明: 操作系统:CentOS 6.5 64位 需求: 编译安装LAMP运行环境 各软件版本如下: MySQL:mysql-5.1.73 Apache:httpd-2.2.31 PHP:php-5.2.17 具体操作: 准备篇 一.配置防火墙,开启80端口.3306端口 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # Firewall configuration written by system-config-firewall # Manual customiz

手把手教你如何安装Tensorflow(Windows和Linux两种版本)

现在越来越多的人工智能和机器学习以及深度学习,强化学习出现了,然后自己也对这个产生了点兴趣,特别的进行了一点点学习,就通过这篇文章来简单介绍一下,关于如何搭建Tensorflow以及如何进行使用.建议的话,还是要学习了一点Python基础知识和Linux知识是最好的! 版本:Windows7 一:安装Anaconda和Tensorflow 步骤: 1:从官方网站下载Anaconda https://www.anaconda.com/download/ 2:进行软件安装(这个和普通的没什么特别区别

rancher说明为什么需要按照指定版本安装以及rancher和节点linux环境配置

rancher说明为什么需要按照指定版本安装以及rancher和节点linux环境配置 待办 https://blog.csdn.net/CSDN_duomaomao/article/details/75267156 有关环境配置 https://blog.csdn.net/wo18237095579/article/details/89638901#_9 rancher 官方配置要求 https://docs.rancher.cn/rancher2x/quick-start.html#_2-配

redhat6.3上安装oracle10g遇到的问题

版本描述: 操作系统版本:redhat6.3  x64 oracle版本:10.2.0.1 经验之谈: 今天在这个版本匹配中,遇到一些问题.主要是包缺失造成的,再次总结一下. 如果要在redhat6 64位平台上安装oracle10g. 你在常规检查的包之外,还需要安装以下包的32位版本(默认这些包的64位版本已经安装过了). 对,这就是奇特的地方,你在64位操作系统上安装64位软件的时候,还必须安装一些32位的包. 这些包有 libXp libXt libXtst glibc-devel 后面

Centos下静默安装oracle10g

Centos6/7下静默安装Oracle10g 远程安装oracle10g,通过网上资料,不断摸索成功安装.先在本地虚拟机上做实验,快照恢复快照恢复,安装了几十次成功之后,再在服务器上安装,中间遇到各种问题特记录下来分享. 在linux下安装oracle主要: 1.关闭不必要的服务 2.安装必要的依赖包 3.根据系统版本选择合适的oracle安装包 4.添加用户和用户组,创建安装文件夹 5.配置系统环境(创建修改各种文件) 6.安装软件并建库 检查硬件需求(略) 关闭防火墙 1.关闭firewa

CentOS 6 上安装Oracle10g

原创作品,出自 "深蓝的blog" 博客,欢迎转载,转载时请务必注明以下出处,否则追究版权法律责任. 深蓝的blog:http://blog.csdn.net/huangyanlong/article/details/40181003 CentOS6.2上Oracle10g安装 1. 域名解析设置及网络配置 # vi /etc/hosts 127.0.0.1         localhost.localdomain localhost ::1               localh