“天街小雨润如酥,草色遥看近却无。最是一年春好处,绝胜烟柳满皇都。”读一首古诗,心情也随之平静下来

Linux下oracle10g的安装与配置及相关问题解决方案(一)

上一篇 / 下一篇  2010-12-30 16:46:52 / 天气: 晴朗 / 心情: 高兴 / 精华(1) / 置顶(1) / 个人分类:数据库

第一部分 环境说明
1.1 系统环境
[root@localhost mysql]# uname -ar
Linux localhost.localdomain 2.6.18-128.el5 #1 SMP Wed Jan 21 10:44:23 EST 2009 i686 i686 i386 GNU/Linux
1.2 所需软件
Oracle10g:10201_database_linux32.zip
其他所需程序包的版本(或更高版本):
• gcc-2.96-124
• make-3.79
• binutils-2.11
• openmotif-2.1.30-11
• glibc-2.2.4-31
[root@localhost ~]# rpm -q gcc make  binutils openmotif glibc
gcc-4.1.2-44.el5
make-3.81-3.el5
binutils-2.17.50.0.6-9.el5
package openmotif is not installed
glibc-2.5-34

(系统提示package openmotif is not installed,下载openmotif并执行安装
[root@localhost building]# yum list openmotif (使用yum在线查找安装源)
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.163.com
 * updates: mirrors.163.com
 * addons: mirrors.163.com
 * extras: mirrors.163.com
base                                                     | 2.1 kB     00:00    
updates                                                  | 1.9 kB     00:00    
addons                                                   |  951 B     00:00    
extras                                                   | 2.1 kB     00:00    
Available Packages
openmotif.i386                      2.3.1-5.el5_5.1                      updates
[root@localhost building]# yum install openmotif.i386 (yum安装openmotif)
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.163.com
 * updates: mirrors.163.com
 * addons: mirrors.163.com
 * extras: mirrors.163.com
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package openmotif.i386 0:2.3.1-5.el5_5.1 set to be updated
filelists.sqlite.bz2                                     | 3.4 MB     00:07    
filelists.sqlite.bz2                                     | 3.9 MB     00:08    
filelists.sqlite.bz2                                     | 197 kB     00:00    
filelists.xml.gz                                         |  195 B     00:00    
--> Processing Dependency: libXp.so.6 for package: openmotif
--> Running transaction check
---> Package libXp.i386 0:1.0.0-8.1.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package           Arch         Version                   Repository       Size
================================================================================
Installing:
 openmotif         i386         2.3.1-5.el5_5.1           updates         1.5 M
Installing for dependencies:
 libXp             i386         1.0.0-8.1.el5             base             23 k

Transaction Summary
================================================================================
Install      2 Package(s)        
Update       0 Package(s)        
Remove       0 Package(s)        

Total download size: 1.5 M
Is this ok [y/N]:y
Complete!

[root@localhost building]# rpm -q openmotif (安装完成后查找openmotif,存在,ok)
openmotif-2.3.1-5.el5_5.1


TAG: 问题 Linux linux Oracle oracle 安装 解决方案

 

评分:0

我来说两句

Open Toolbar