• 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

  • 相关阅读:
    lark发消息艾特接口
    Socket网络编程练习题五:客户端多用户上传文件(多线程版)并使用线程池管理线程
    比特币成长的代价
    jQuery_按键变色/keyCode/text
    软件测试中的集成测试到底是什么?集成的方法又有哪些?
    HyperLynx(八)带状线串扰的仿真
    【Jenkins系列】-Pipeline语法全集
    结合Navigation组件实现JetPack Compose的界面导航
    ‘Settings‘ object has no attribute ‘screen_width‘
    [含lw+源码等]S2SH+mysql水费管理系统[包运行成功]Java毕业设计计算机毕设
  • 原文地址:https://blog.csdn.net/2301_76957510/article/details/130840572