oracle 11g database软件安装
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oracle 11g database软件安装相关的知识,希望对你有一定的参考价值。
oracle 11g database软件安装
1、修改oracle用户环境变量
su - oracle
vi .bash_profile
export PATH
export ORACLE_SID=orcl
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1
export PATH=$ORACLE_HOME/bin:$PATH
mkdir $ORACLE_BASE/product/11.2.0/db_1
2、安装
xhost +
su - oracle
./runInstaller
第一步:
第二步:
第三步:
第四步:
第五步:
第六部:
第七步:
第八步:
第九步:
第10步:
root执行脚本即可
/u01/app/oracle/product/11.2.0/db_1/root.sh
最后安装完成了!!!!!
本文出自 “梁小明的博客” 博客,请务必保留此出处http://7038006.blog.51cto.com/7028006/1922731
以上是关于oracle 11g database软件安装的主要内容,如果未能解决你的问题,请参考以下文章
oracle linux 5.5安装oracle 11g rac环境
redhat linux 6 安装oracle 11g ( linux_11gR2_database_1of2.zip) 安装到80% 报错