ChinaUnix.net
相关文章推荐:

rhel5优化oracle 112

rhel5 安装oracle 10g Release 2 Author: atyu30 Mail: iopenbsd( at )gmail.com 系统环境 Linux kernel 2.6.18-8.el5(系统最小化安装) hostname:mail.atyu30.com ip:10.0.0.150 内存:512M 1.开启IPtables /sbin/service iptables restart /sbin/chkconfig --level 345 iptables on 2.关闭SElinux # vi /etc/selinux/config SELINUX=disabled 3.系统环境 所需组件通过 YUM 安装 # rpm -q binutils compat-gcc-34 c...

by atyu30 - Oracle - 2008-05-07 01:17:46 阅读(5485) 回复(3)

相关讨论

oracle10g(10201) on rhel5 安装到32%,就好像不动了!等了几个小时,重复安装几次,依然如此,谁能推测可能原因?

by 陈非非飞 - Oracle - 2007-08-20 11:27:57 阅读(1966) 回复(3)

虽然不是原创,但是是经过我实践的。

by renxiao2003 - Oracle - 2009-11-02 22:16:07 阅读(1253) 回复(5)

Red Hat rhel5上安装oracle 10g的步骤 一 做磁盘阵列 二 安装操作系统及检查网络配置 三 工作机环境准备 四 创建用户及组 五 编辑用户环境配置文件 六 编辑系统内核参数文件 七 安装介质及安装 由于我是用虚拟机做实验,因此一二三步省略。 四 创建用户及组 groupadd -g 501 dba groupadd -g 502 oinstall useradd -d /home/oracle -u 501 -g dba -G oinstall -m -s /bin/bash oracle passwd oracle 五 编辑用户环境配置文...

by retrievalman - Oracle - 2009-07-31 17:29:14 阅读(1143) 回复(7)

我的计算机是windows xp系统,其中有9i的linux安装程序。 然后安装了vmware,之上安装了rhel5,现在想在此安装oracle 9i, 但是9i的linux安装程序在windows xp系统中的。 不知道怎样能使rhel5找到这些9i的linux安装程序,并进行安装? 非常谢谢大家啊。

by samyp1234 - Oracle - 2008-08-01 19:20:24 阅读(1484) 回复(3)

RT,想学下oracle数据库,就按照光盘上的安装文档进行的操作,可是当我输入runInstaller以后,出现如下的错误,请问该怎么解决阿 错误: 正在启动 oracle Universal Installer... 正在检查安装程序要求... 检查操作系统版本: 必须是redhat-2.1, redhat-3, redhat-4, redhat-5, SuSE-9, SuSE-8 or UnitedLinux-1.0 通过 所有安装程序要求均已满足。 准备从以下地址启动 oracle Universal Inst...

by Redecor - Oracle - 2008-04-01 21:59:35 阅读(1134) 回复(1)

oracle Database 9.2.0.1  Installation On Red Hat Enterprise Linux 5(rhel5) 怎么装么???大家帮我瞧瞧啊!!!

by lyw0000 - Oracle - 2008-02-29 11:09:35 阅读(2398) 回复(4)

rhel5(x86_64)+oracle10g2 安装出错! Below is the output from installer.. Starting oracle Universal Installer... Checking installer requirements... Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2 Passed All installer requirements met. Preparing to launch oracle Universal Installer from /tmp/OraInstall2007-08-18_08-03-00P...

by 陈非非飞 - Oracle - 2007-08-20 11:49:12 阅读(2033) 回复(2)

应客户要求, 安装了一套开发用的环境 rhel5 x86_64 + oracle 10gR2 64 bit 现在要在同一台机器上安装oracle 9iR2 64bit 在安装到19%时,OUI界面显示copying naeet.o ,Hang住了不能继续 查了Metalink的资料, Solution是export LD_ASSUME_KERNEL=2.4.21 但是在rhel5下export LD_ASSUME_KERNEL=2.4.21后 执行shell程式会报"error while loading shared libraries:"的Error 同样的export方式在rhel4.4下就OK. 查了下REDHAT http:/...

by bellavista - Oracle - 2007-06-02 00:07:03 阅读(2109) 回复(2)

从网上看到很多朋友提出如何在rhel5上安装oracle 9i,更有人提出是否可以在rhel5上安装oracle 9i. 故把我的安装步骤、经验与大家分享. 环境: Red Hat Enterprise Linux 5 (rhel5), oracle9i (9.2.0.4.0) rhel5 安装可参考 Red Hat Enterprise Linux 5 (rhel5) 安装说明 下面以 $ 开头的命令都是由oracle执行的 # 开头的命令都是由root执行的 文章中提到的包都给出了获取方法,请认真阅读文章 更多内容可阅读我blog ...

by angle4 - Oracle - 2011-03-31 11:09:04 阅读(29588) 回复(44)