RHEL6.4上ORACLE_10g的安装(3)
时间:2025-07-14
时间:2025-07-14
RHEL6.4上ORACLE_10g的安装
2.安装依赖的软件包
[oracle@lndb ~]# rpm -q gcc make binutils openmotif gcc-4.4.7-3.el6.x86_64 make-3.81-20.el6.x86_64
binutils-2.20.51.0.2-5.36.el6.x86_64 openmotif-2.3.3-5.el6_3.x86_64 --------------------------------------
[root@CombaHms Server]# rpm -q gcc make binutils openmotif setarch compat-db compat-gcc compat-gcc-c++ compat-libstdc++ compat-libstdc++-devel libXp gcc-4.4.7-3.el6.x86_64 make-3.81-20.el6.x86_64
binutils-2.20.51.0.2-5.36.el6.x86_64 openmotif-2.3.3-5.el6_3.x86_64 package setarch is not installed compat-db-4.6.21-15.el6.x86_64 package compat-gcc is not installed package compat-gcc-c++ is not installed package compat-libstdc++ is not installed package compat-libstdc++-devel is not installed libXp-1.0.0-15.1.el6.x86_64 libXp-1.0.0-15.1.el6.i686
[root@CombaHms Server]# yum install compat-libstdc* compat-gcc* libXp* libXt* libstdc++-devel* glibc-devel*
3.配置oracle安装环境
a.建oracle用户和组
[root@CombaHms Server]# /usr/sbin/groupadd oinstall [root@CombaHms Server]# /usr/sbin/groupadd dba
[root@CombaHms Server]# /usr/sbin/useradd -m -g oinstall -G dba oracle