当前位置:  技术问答>linux和unix

oracle9i怎么在redhat8下安装中的问题!请大家有实战经验的来帮忙!高分相赠!

    来源: 互联网  发布时间:2015-03-25

    本文导语:  要完成oracle9i 在redhat8下安装。但是网上的资料参差不齐,很多说可以,但是实际上我在安装过程还遇到很多问题。如运行/tmp/orainstRoot.sh的时候提示说该文件内用到的/etc/oraIns.loc缺失了(根本没有这个文件存在,在/tmp/orai...

要完成oracle9i 在redhat8下安装。但是网上的资料参差不齐,很多说可以,但是实际上我在安装过程还遇到很多问题。如运行/tmp/orainstRoot.sh的时候提示说该文件内用到的/etc/oraIns.loc缺失了(根本没有这个文件存在,在/tmp/orainstRoot.sh里代码中写有建这个文件,但是以oracle用户名是没有权限来建的!)。谁遇到过这种问题吗?还有其他安装过程中的莫名其妙的问题。
大家能否贴出真正有用的安装过程来(自己亲身试过的),为以后的安装者提供方便?
欢迎大家发表意见!
请帮帮我。分不够可以再加!

|
转贴
Installing Oracle 9i R2 (9.2.0.1.0) on Red Hat 9

说明:
  1. 前面的安装和安装oracle8i差不多,差别在第6点。
  2. 我在其它的网站上也见到类似的文章,不过都是此文的翻译版。

This is the installation HOWTO for Oracle 9.2 on RedHat Linux 9. Please remember that Oracle 9.2 is not certified for RedHat 9 and this combination should not be endorsed in production environments. For a full list of Oracle certified environments, check out the Oracle certification matrix. 

1. Creating users and groups:
-------------------------
Become root and execute the following commands


[roko@miniroko] su -

[root@miniroko]# groupadd oinstall
[root@miniroko]# groupadd dba
[root@miniroko]# useradd -g oinstall -G dba oracle
[root@miniroko]# passwd oracle

2. Creating directories.
--------------------------
Oracle recommends OFA - Optimal Flexible Architecture directory structure, but we will install everything under /opt/ora9:


[root@miniroko]# mkdir -p /opt/ora9/product/9.2
[root@miniroko]# mkdir /var/opt/oracle
[root@miniroko]# chown oracle.dba /var/opt/oracle
[root@miniroko]# chown -R oracle.dba /opt/ora9

3. Preinstallation (system configuration):
---------------------------


3.1 Install these compatibility libraries: 


compat-gcc-7.3-2.96.118.i386.rpm
compat-libgcj-7.3-2.96.118.i386.rpm
compat-libgcj-devel-7.3-2.96.118.i386.rpm
nss_db-compat-2.2-20.i386.rpm


You will find these packages on the installation CDs.
If you do not have the CDs, they can be found using Synaptic, a graphical tool for updating your RH system. To install synaptic, first download Apt binary RPM package for RH9 from http://apt.freshrpms.net/ and then do (as root):

[root@miniroko]# rpm -Uvh apt-0.5.5cnc5-fr2.i386.rpm
[root@miniroko]# apt-get update
[root@miniroko]# apt-get install synaptic

3.2 Set kernel params to be correct at startup: 

Append these lines to /etc/sysctl.conf 
You might want to change these values if you have more RAM:


kernel.shmmax = 536870912
kernel.shmmni = 4096
kernel.shmall = 2097152
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000

Append these lines into /etc/security/limits.conf 


oracle soft nofile 65536
oracle hard nofile 65536
oracle soft nproc 16384
oracle hard nproc 16384

REBOOT the system so the kernel changes can take effect, or if rebooting is not an option, you can change the kernel params at runtime by issuing:


[root@miniroko]# echo 250 32000 100 128 > /proc/sys/kernel/sem
[root@miniroko]# echo 536870912 > /proc/sys/kernel/shmmax
[root@miniroko]# echo 4096 > /proc/sys/kernel/shmmni
[root@miniroko]# echo 2097152 > /proc/sys/kernel/shmall
[root@miniroko]# echo 65536 > /proc/sys/fs/file-max
[root@miniroko]# echo 1024 65000 > /proc/sys/net/ipv4/ip_local_port_range

4. Preinstallation (oracle environment):
----------------------------
Login as oracle user:


su - oracle

Put the following lines in ~/.bashrc:

#oracle 9i
export ORACLE_BASE=/opt/ora9
export ORACLE_HOME=/opt/ora9/product/9.2
export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/Apache/Apache/bin:$PATH
export ORACLE_OWNER=oracle
export ORACLE_SID=ora9i
export ORACLE_TERM=vt100
export LD_ASSUME_KERNEL=2.4.1
export THREADS_FLAG=native
export LD_LIBRARY_PATH=/opt/ora9/product/9.2/lib:$LD_LIBRARY_PATH
export PATH=/opt/ora9/product/9.2/bin:$PATH
#
# change this NLS settings to suit your country:
# example:
# german_germany.we8iso8859p15, american_america.we8iso8859p2 etc.
#
export NLS_LANG='croatian_croatia.ee8iso8859p2'


If you want other national settings (these are croatian), consult the supported settings here, and change the NLS_LANG variable accordingly. 

|
关注!

^_^

    
 
 

您可能感兴趣的文章:

  • 高分求助:安装完oracle9i后启动不了
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 关于oracle9i研讨
  • linux中没有装X-Windows如何安装oracle9i
  • Linux平台下Oracle9i数据库正确显示中文的设置
  • 安装Oracle9i时的中文问题,求助!!!!!!!
  • 用resin如何与oracle9i连接  急
  • oracle9i 安装问题
  • 如何在REDHAT9下安装ORACLE9I,,有相关文档吗??
  • 在RH9下的Oracle9i问题
  • 刻录linux版的oracle9i
  • 求救:oracle9i 能不能在fedaro12 中安装
  • 求救:oracle9i在红帽子9上的安装字体显示不正常?
  • radhat8.0系统下oracle9i安装问题
  • linux下的ORACLE9i问题??
  • 如何在redhat linux9 +oracle9i 上安装tuxedo
  • oracle9i 在 redhat7.3 上安装临时目录空间不够.
  • Oracle9i
  • linux9安装oracle9i的问题??急
  • 在redhat7.2上安装oracle9i
  • redhat 9 下安装 oracle9i 过程中,要求指定java目录,到底是哪一个目录?
  • 100分求解oracle9i for linux8.0安装问题!


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3