惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
月光博客
月光博客
T
Tailwind CSS Blog
阮一峰的网络日志
阮一峰的网络日志
小众软件
小众软件
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
大猫的无限游戏
大猫的无限游戏
S
SegmentFault 最新的问题
罗磊的独立博客
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
宝玉的分享
宝玉的分享
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
量子位
雷峰网
雷峰网
Apple Machine Learning Research
Apple Machine Learning Research
美团技术团队
博客园 - 聂微东
V
V2EX

博客园 - 海沙

[转贴]制作ubuntu的安装u盘 Android之旅-Emulator WinXP下的编译 ubuntu7.04 安装ELDK4.1交叉编译环境 光圈和快门 烧友必读《音响二十要》转台湾音响大师刘汉盛毕生精华 [参考]查看ORACLE DB信息的一些SQL [参考]利用iptables防火墙保护Oracle数据库 [参考]RedHat AS3下自动启动和关闭oracle的脚本 [参考] 在单机上创建物理的 Oracle9i standby 数据库笔记 [参考]Oracle10G Physical Standby Database笔记 [参考]Oracle9i (9.2.0.4.0) Installation on RedHat Advanced Server 4.1 And Centos 4.1 [转载]Install Oracle 9.2.0.6 On RedHat AS 3.0 [参考]FreeBSD5.4+GNOME2.10.0安装过程 资料连接记录 Linux Add SMB(windows) Printer Notes On RHAS2.1 DiabloII 1.10 教育文章-合成与符文之语(不断补充中....) [參考]Oracle9i (9.2.0.4.0) Installation on RedHat Advanced Server 2.1 Linux [参考]RedHat高级服务器版2.1的安装、Oracle9iR2的安装 [参考]用Oracle导入导出工具实现Oracle数据库移植
[參考]Oracle Application Release 11i (11.5.9) on RedHat A...
海沙 · 2005-10-19 · via 博客园 - 海沙
    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  海沙  阅读(422)  评论()    收藏  举报