OracleLinux-R6-U2 64位上安装Oracle11g 64位
1.安装环境
虚拟机版本:VMware® Workstation 8.0.4 build-744019
Linux:OracleLinux-R6-U2-Server-x86_64-dvd.iso
Oracle:linux.x64_11gR2_database_2of2.zip 和 linux.x64_11gR2_database_1of2.zip
2. linux配置
使用了前面OracleLinux-R6-U2 64位上安装Oracle10g 64位失败后的linux,因为基本配置以及配过了,实在懒得再重新配置。
只需删除/u01/app/oracle目录下产生的安装临时文件即可。
对安装路径进行一点改动:
用oracle用户登录终端
#su - oracle
#vi .bash_profile
在现有文件的下面增加
umask 022
ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/11.2.0/client_1; export ORACLE_HOME
PATH=$ORACLE_HOME/bin:$PATH; export PATH
也可以写作
umask 022
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/client_1
export PATH=$ORACLE_HOME/bin:$PATH
保存退出
注意,等号左右不能有空格
(5) 执行刚刚编辑的文件
$ . ./.bash_profile
或者source .bash_profile
下载的版本正好是11.2.0.1.0版本,所以只将原安装路径中的10.2.0修改为11.2.0。
但是经后面了解oracle 11g 的安装路径规则并不同与oracle 10g,故我的操作仅供参考。
3. 安装过程及问题处理
3.1 参考的资料:
linux下安装oracle 11g
http://www.2cto.com/database/201109/104164.html
3.2 安装过程
[root@QL Desktop]# xhost +
access control disabled, clients can connect from any host
[root@QL Desktop]# su - oracle
[oracle@QL Desktop]#cd /mnt/hgfs/VMwareFiles/oracle11g/database/
[oracle@QL database]# ls
doc install response rpm runInstaller sshsetup stage welcome.html
[oracle@QL database]# ./runInstaller
默认情况下,I wish to receive security updates via My Oracle Support:是勾上的。因为是测试我就去掉了,会出现下面的提示:
点“Yes“,Next