• Oracle EBS R12 DBA(一)


    Technology Stack Components

    Rapid Install installs and configures the technology stack components listed on this and the next two slides

    The key components are:

        • Oracle Database 10g Release 2 (10.2.0.2)
        • Oracle Application Server 10.1.2 (provides Forms services via Oracle Developer 10g)
        • Oracle Application Server 10.1.3 (provides Web services)

    Technology Stack Components

        • Oracle Developer 10g, which includes:

       Oracle Forms

      Oracle Reports (for Concurrent Processing only)

        • Installed in the OracleAS 10.1.2 Developer (Tools) Oracle Home

    Technology Stack Components

        • Oracle HTTP Server:

       Based on Apache

       Installed in the OracleAS 10.1.3 Web (Java) Oracle Home

    Summary of Technology Stack Changes

    New versions of database tier technology:

        • Oracle Database 9i       Oracle Database 10g Release 2

    New versions of application tier technology:

        • Application Server: 1.0        10.1
        • Oracle HTTP Server/Apache: 1.3.19       10.1.3 (in OracleAS 10.1.3 Oracle Home)
        • Oracle Developer: 6i       10g (in OracleAS 10.1.2 Oracle Home)
        • Oracle JDeveloper: 9i       10g

    New application tier technology component:

        • Servlet Container: JServ       OC4J

    Release 12 Platform Support

    Release 12 is supported on:

        • Sun Solaris (SPARC)
        • Linux (32-bit and 64-bit)
        • Microsoft Windows
        • HP-UX (PA-RISC)
        • HP-UX (Itanium)
        • IBM AIX 5L

    The Oracle Applications Installation Update Notes list platform-specific software requirements

        • These notes are available on OracleMetaLink
        • See notes page of this slide for the references

    Software Requirements

        • Release Maintenance Tools

       Solaris: ar, cc, ld, make, X Display Server

       Linux: ar, gcc, g++, ld, ksh, make, X Display Server

       Windows: Microsoft Visual C++, MKS Toolkit, GNU make

      See notes page for further details of these components

       HP-UX (PA-RISC): ar, cc, aCC, make, X Display Server    HP-UX (Itanium): ar, cc, aCC, make, X Display Server

       IBM AIX 5L: ar, ld, linkxlC, make, X Display Server

        • The Java Development Kit (JDK) is included with Release 12

       With Release 11i, it had to be installed separately (on most platforms)

    CPU Requirements

    CPU requirements for running Oracle Applications depend on the:

        • Number of concurrent users and their usage profiles
        • Number of concurrent manager processes and the types of jobs that they are running
        • Load for activities other than Oracle Applications
        • Size of the database
        • Desired response time

    Memory Requirements

    To calculate memory requirements for the database machine, consider:

        • Oracle database overhead
        • Size of system global area (SGA)
        • Number of concurrent users
        • Other software on the machine (not recommended)

    Disk Space Requirements

    Consider disk space requirements for:

        • Stage area
        • Language files
        • Applications log and output files

    Disk Space Requirements

    Consider disk space requirements for:

        • Temporary directories and files
        • Updates and patches
        • Other files

    Set Up Stage Area

    Running Rapid Install from the Stage Area

    Once the stage directory structure has been created, you can start Rapid Install:

        • UNIX example:

    $ cd /d01/StageR12/startCD/Disk1/rapidwiz

    $ ./rapidwiz

        • Windows example:

    H:\>cd StageR12\startCD\Disk1\rapidwiz H:\Stage12\startCD\Disk1\rapidwiz>RapidWiz.cmd

    Using an Alias for the Host Machine

    To use an alias (not the actual name of the host machine), use the -servername command line option:

        • UNIX example:

    $ cd rapidwiz

    $ ./rapidwiz -servername myhost

        • Windows example:

    H:\>cd rapidwiz

  • 相关阅读:
    背包问题学习笔记-01背包
    用户画像的应用场景
    Postman非GUI运行脚本工具Newman的安装简介
    C语言——程序解构说明
    垃圾图像识别易语言代码
    嵌入式养成计划-34--函数库
    消息队列实现进程之间通信方式代码,现象
    C++回顾<二>:类-this指针-构造函数-析构函数-隐式/显式调用explicit-初始化列表 -static静态成员变量/函数-常对象|常函数
    当小白遇到FullGC
    20. 有效的括号
  • 原文地址:https://blog.csdn.net/2301_76957510/article/details/130840572