[參考]Oracle Application Release 11i (11.5.9) on RedHat Advance Server 2.1

    1. RedHat Advance Server 2.1
    2. Requirements Disk space
      • /tmp 至少 5GB 以上
      • /AP 至少 30GB 以上
      • /DATA 最小安裝至少 30GB、安裝 Demo 要 60GB 以上

    3. 於安裝 OS software develop package 時必須安裝 gcc、java、ksh
    4. The latest available 1.3.1 version of the Sun JDK software (1.3.1.x) must be installed on the concurrent processing server
      You can download JDK 1.3.1.x from the following web site. Do not download or install any of the 1.4.x releases.

      http://java.sun.com/j2se/1.3/download.html

      Update share script file of JAVA
      代碼:
      #
      #-----[ OPEN ]------------------------------------------
      #
      /etc/profile.d/java_jre.sh
      #
      #-----[ FIND ]------------------------------------------
      #
      root=/opt/IBMJava2-131
      #
      #-----[ REPLACE ]------------------------------------------
      #
      root=/usr/java/jdk1.3.1_03
      #
      #-----[ OPEN ]------------------------------------------
      #
      /etc/profile.d/java_sdk.sh
      #
      #-----[ FIND ]------------------------------------------
      #
      root=/opt/IBMJava2-131
      #
      #-----[ REPLACE ]------------------------------------------
      #
      root=/usr/java/jdk1.3.1_03

    5. Create user applmgr & oracle
    6. Create Group dba and add applmgr & oracle to dba group

    2.Copy install package (Stage 11i) to Hard Disk

    1. Create mount pinit as
    2. /AP/d01 for APhome
    • /AP/d02 for DB home
    • /DATA/d03 for control、database、index file
    • /DATA/d04 for control、database、index file
    • /DATA/d05 for control、database、index file
      以上 Mount point 除 /AP/d01 之 owner 為 applmger 外,其餘為 oracle
    • Using X-win or VNC to connect server
    1. 代碼:
    #cd /Stage11i/startCD/Disk1/rapidwiz
    #./RapidWizVersion

    If your current version is not 11.5.9.22 , apply the laest Rapid Install patch 3486562
            Goto Rapid Install

    1. 代碼:
    #cd /Stage11i/startCD/Disk1/rapidwiz
    #./RapidWiz &

    安装完成后的作业

  • 需要修改usr的profile才可以正常使用:

  • applmgr-----在.bash_profile后增加 . /Path of APPL_TOP/APPSORA.env

  • oracle-------在.bash_profile后增加 . /Path of ORACLE_HOME/SID_HOSTNAME.env
    參考文件如下

    • Oracle Applications 11.5.9 - Installation Update Notes for Linux x86(Doc ID: Note:234783.1)
    • Oracle Applications Release Notes, Release 11.5.9 (Doc ID: Note:232833.1)
    • Oracle Applicaton Installing Oracle Applications Release 11.5.9 (Part No. B10638-01)
  • posted on 2005-10-19 14:25  海沙  阅读(399)  评论(1编辑  收藏  举报

    导航