• 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

  • 相关阅读:
    C#:变量的更多内容
    从0到1 手把手搭建spring cloud alibaba 微服务大型应用框架(九)文件服务篇(1):minio 单机与集群搭建
    Java基于微信小程序的校园流浪猫收养系统 uniapp
    SentinelResource注解之blockHander和fallback
    速卖通、阿里国际测评自养号如何操作?对卖家有什么作用?
    常见Java基础面试题目分享二
    conda命令大全
    Linux安装与卸载MySql
    05-RabbitMQ之原生API使用
    本地npm切换依赖源方法
  • 原文地址:https://blog.csdn.net/2301_76957510/article/details/130840572