今天下载了Oracle Linux 6.1,在虚拟机上安装起来,准备用它安装ORACLE 11G R2 (11.2.0.3)突然发现yum不能使用,网上找了下,在http://public-yum.oracle.com/ 网站找到SETUP文档.
Getting Started
- Download and Install Oracle Linux
- Download and copy the appropriate yum configuration file in place, by running the following commands as root:
Oracle Linux 4, Update 6 or Newer
# cd /etc/yum.repos.d# mv Oracle-Base.repo Oracle-Base.repo.disabled# wget http://public-yum.oracle.com/public-yum-el4.repoOracle Linux 5
# cd /etc/yum.repos.d# wget http://public-yum.oracle.com/public-yum-el5.repoOracle Linux 6
# cd /etc/yum.repos.d# wget http://public-yum.oracle.com/public-yum-ol6.repoOracle VM 2
# cd /etc/yum.repos.d# wget http://public-yum.oracle.com/public-yum-ovm2.repo - Enable the appropriate repository by editing the yum configuration file
- Open the yum configuration file in a text editor
- Locate the section in the file for the repository you plan to update from, e.g.
[el4_u6_base] - Change
enabled=0 to enabled=1
- Begin using yum, for example:yum listyum install firefox
常用NoSQL比较查看MongoDB中Replica Set的状态相关资讯 Oracle基础教程
- Oracle块编程返回结果集详解 (11/10/2013 10:45:58)
- Oracle基础教程之设置系统全局区 (08/22/2013 14:24:00)
- Oracle基础教程知识点总结 (06/18/2013 07:43:32)
| - Oracle基础教程之tkprof程序详解 (10/22/2013 11:49:50)
- Oracle基础教程之sqlplus汉字乱码 (07/18/2013 16:30:00)
- Oracle 管理之 Linux 网络基础 (02/16/2013 18:37:35)
|
本文评论 查看全部评论 (0)