0
点赞
收藏
分享

微信扫一扫

GPT学习笔记-Embedding的降维与2D,3D可视化

玉新行者 2023-05-27 阅读 88

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

举报

相关推荐

0 条评论