• 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

  • 相关阅读:
    [七夕节]——一款基于canvas绘制五颜六色线条合成一个爱心发光动画特效
    Palomar Technologies 在新加坡扩建创新中心
    PyTorch深度强化学习中蒙特卡洛策略梯度法在短走廊环境(CartPole-v0)中的实战(超详细 附源码)
    力扣练习——70 串联所有单词的子串
    html常用标签简单汇总
    vue3事务管理案例、组件基础总结案例
    解决Kafka新消费者组导致重复消费的问题
    SCADE简单了解
    学习笔记——路由网络基础——浮动静态路由(路由备份和冗余)
    车牌比对程序源代码(c++)
  • 原文地址:https://blog.csdn.net/2301_76957510/article/details/130840572