os 版本Red Hat Enterprise Linux Server release 7.3
GRID 版本 11.2.0.4
==========
软件安装:
yum install glibc.i686 -y
yum install libXp.i686 -y
yum install libXt.i686 -y
yum install libXtst.i686 -y
yum install glibc-devel.x86_64
yum install glibc-devel.i686 -y
#2个compat-libstdc++软件包。
yum install compat-libstdc++-33-3.2.3-69.el6.* -y
====
compat-libstdc++ 软件需要从redhat6 拷贝过来,redhat7 没有该软件包。
compat-libstdc++-33-3.2.3-69.el6.i686.rpm compat-libstdc++-33-3.2.3-69.el6.x86_64.rpm
redhat 6 软件包:
1, 安装数据库软件
1.1 数据库版本
1.2 选择一个新的安装目录:
1.3 节点选择
1.4 环境检查
1.5 是否升级
1.6 仅安装数据库软件
1.7 安装预览
1.8 开始安装
1.8.1忽略 ins_emdb.mk报错
ins_emdb.mk报错
Install Of 10.2.0.1 On SLES 11 X86-64 Fails with Error:"Error In Invoking Target 'Collector' Of Makefile '$ORACLE_HOME/sysman/lib/ins_emdb.mk'" (文档 ID 957982.1)
ins_emdb.mk报错
glibc-32bit
glibc-devel-32bit
经实测,还需要安装:32位的libgcc,如果还报ins_sysman.mk,退出重新安装。安装了上述软件后还会报ins_emdb.mk,
ins_emdb.mk
选择忽略,貌似是10.2.0.1的bug,10204才修复,如下面的解释:http://letsdiscussdbastuffs.blogspot.com/2013/03/error-while-installing-10201-oracle.html
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
原文:https://blog.csdn.net/bamuta/article/details/10523835?utm_source=copy