Centos安装Oracle11gR2过程

Posted q827170326

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos安装Oracle11gR2过程相关的知识,希望对你有一定的参考价值。

【root】

1、安装必要的软件

##wget         下载用的
##unzip        解压oracle安装文件
##net-tools    查看本机网络情况 比如netstat
yum install wget unzip net-tools -y
#使用oracle提供的环境配置工具
##这个工具会调整内核参数,建立一些必要的linux用户&组
##可能网络不好会安装不成功,多install一下
wget http://public-yum.oracle.com/public-yum-ol7.repo -O /etc/yum.repos.d/public-yum-ol7.repo
wget http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol7 -O /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
yum install oracle-rdbms-server-11gR2-preinstall -y
sysctl -f

  

#创建一些目录和配置
##配置oracle系统配置文件&授权
cat >> /etc/oraInst.loc <<EOF
inventory_loc=/home/oracle/ora11g/oraInventory
inst_group=oinstall
EOF

  

  

  

以上是关于Centos安装Oracle11gR2过程的主要内容,如果未能解决你的问题,请参考以下文章

Centos-6.7下_Oracle 11gR2"静默"详细安装过程及排错

CentOS X64上64位Oracle 11gR2 静默安装

CentOS安装Oracle 11gR2(x64)

CentOS6.8(Linux) 安装Oracle11gR2填坑指南

Centos6.5下Oracle 11g R2安装过程

阿里云CentOS7安装oracle 11g过程详解