-
在Linux环境下安装Oracle
资源介绍
准备工作:
安装虚拟机VMware Workstation
在虚拟机上安装linux系统Red Hat Enterprise Linux 6.5
oracle11g的安装包:
linux_11gR2_database_1of2.zip
linux_11gR2_database_2of2.zip
1、使用工具SSH Secure Shell Client将oralce的安装包上传到/root目录下
查看oracle11g的安装包是否上传到/root目录下
#ls
linux_11gR2_database_1of2.zip linux_11gR2_database_2of2.zip
解压oracle11g的安装包
#unzip linux_11gR2_database_1of2.zip
......省略解压过程
#unzip linux_11gR2_database_2of2.zip
......省略解压过程
解压结束后再次查看
#ls
datamase linux_11gR2_database_1of2.zip linux_11gR2_database_2of2.zip
2、安装所需软件包
配置本地yum仓库
查看本地yum源
#cd /etc/yum.repos.d
#ls
rhel-source.repo
复制一份相同的配置到dvd.repo
#cp rhel-source.repo dvd.repo