热门关键字:  ubuntu  分区  函数  linux系统进程  Fedora

RHEL4上面安装Oracle 10.2.0.1

来源: 作者: 时间:2007-10-30 Tag: 点击:
RHEL4上面安装Oracle 10.2.0.1
====================
OS: RHEL4 U1
Oracle : 10.2.0.1
Place: Home
Participator: Eric Zhang
Date: 21:10 2005-12-30




1. Install RHEL4U1
==================

/  ext3     13500 MB
swap        824MB          (it should be physical memory *2. if physical memory >1G , just set swap = physical memory)

IP:  192.168.193.8 /255.255.255.0
Hostname: RHEL4

Gateway:  192.168.193.1
DNS: 202.96.0.133

No firewall

Languages:
English(USA)
Chinese(P.R. of China)

Location : Asia/Shanghai

Customize software packages to be installed.
----
X windows System
GNOME Desktop Environment
KDE (K DeskTop Environment )
----
Editors
Graphical Internet
Office/Productivity
Sound and Video
----
Server Cofiguration Tools
FTP Server
Legacy Network Server
----
Development Tools
Legacy Software Development
----
Administration Tools
----



2. Open FTP feature:
================

#setup -> system services -> vsftpd

#cd /etc/init.d
#./vsftpd start




3. Create Oracle  User:
================
#groupadd oinstall
#groupadd dba
#useradd -g oinstall -G dba ora10g



4. Modify Oracle user's .bash_profile
=======================

export ORACLE_BASE=/u10/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/10.2.0.1
export ORACLE_SID=ora10g
export PATH=$PATH:$HOME/bin:$ORACLE_HOME/bin
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/lib
export LC_CTYPE=en_US.UTF-8


上一篇:没有了
下一篇:没有了
最新评论共有 4 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册