Oracle Application R12 (12.1.3) Installation on Linux
Posted 田攀
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Oracle Application R12 (12.1.3) Installation on Linux相关的知识,希望对你有一定的参考价值。
Oracle Application R12 (12.1.3) Installation on Linux(64 bit)
Contents
Objective 1 Download & Unzip 2 Download 2 Unzip 2 MD5 Checksums 2 Pre-Install Task 3 Disk Space 3 Specific Software Requirements 3 RPM 3 JDK 6 /etc/hosts 6 /etc/sysconfig/network 6 /etc/sysconfig/networking/profiles/default/network 7 /etc/sysctl.conf 7 /etc/security/limits.conf 8 /etc/resolv.conf 8 OS Library Patch for Oracle HTTP Server(on Oracle Linux 5, RHEL 5 and Oracle Linux 6 only) 8 Link to Motif library in Oracle Application Server 10.1.2 (on Oracle Linux 5 and RHEL 5 only) 8 OS User & Group 8 Installation process 10 Export Display 10 ./rapidwiz 10 Add Env parameter to .bash_profile file 19 Default DB & Apps password 20 R12 Directory Structure 21 EBS 12.1.3 upgrade 23 Download patch 9239090 23 Documents 23 Installation process 24 Issues & Solutions 27 RW-50004: Error code received when running external process. 27 RW-50015: Error: - HTTP Listener is not responding. 27 Enter the location for the disk labeled: Oracle Applications Rapid Install – RDBMS Disk 1 27 While adpatch EBS 12.1.3, encounter ORA-03113: end-of-file on communication channel 28 Reference 29 Metalink Notes 29 Articles 29Objective
Step by Step instructions to install Oracle Applications R12(12.1.1) on Oracle Enterprise Linux 5 are described in this article. This is a single node installation, meaning that the database, all product directories and AD core directories, and all servers (concurrent processing, forms, and Web) are installed on a single node under one common APPL_TOP.
The database node and the Applications node can be installed on the same machine. This type of installation is generally used for small systems or for demonstration purposes. More commonly, the database node is installed on one machine, and the Applications node on another machine. This provides improved manageability, scalability, and performance.
This document will take Linux 64 bit platform as example. And my hardware configuration is
Item | Configuration |
CPU | 2 * Intel(R) Xeon(R) X5670 2.93GHz |
RAM | 6 G |
Disk Space | /u01 300 GB /u02 200 GB / 100 GB |
Download & Unzip
Download
Official Download Link https://edelivery.oracle.com/
For Oracle Internal User, you can also download from link:
(NOTE: Choose proper platform and 32 bit/64 bit download files)
Download Tips:
Use the following command for Batch download, firstly collect all URLs required and put it in a text file, say download.txt, one URL on a line
wget -i download.txt
(-i means Read URLs from file.)
Unzip
Create stage area - for downloaded installation pack, just unzip all zip files under stage area directory StageR12, eg.
unzip B53824-01_1of4.zip -d /u02/ StageR12
unzip B53824-01_2of4.zip -d /u02/ StageR12
… …
After unzip, File Path in StageR12 like following,
MD5 Checksums
Strongly suggest you perform MD5 check against the stage area.
The md5 checksums for the staged directory structure can be used to validate the software integrity. Do this by running the md5sum program against the stage area using the oracle created checksum file. Note for can observe you have any problem with your stage or not(Corrupted zip etc)
MD5 Checksums for R12.1.1 Rapid Install Media (Doc ID 802195.1)
Pre-Install Task
Disk Space
File System Space Requirements for Standard Installation
Node | Space Required |
Applications node file system (includes OracleAS 10.1.2 Oracle Home, OracleAS 10.1.3 Oracle Home, COMMON_TOP, APPL_TOP,and INST_TOP) | 35 GB (50 GB on HP-UX Itanium) |
Database node file system (Fresh install) | 55 GB |
Database node file system (Vision Demo Database) | 208 GB (210 GB on HP-UX Itanium) |
Stage area(unzipped files) | 47 GB |
The total space required for a standard system (not including the stage area) is 85 GB for a fresh install with a production database, and 233 GB for a fresh install with a Vision Demo database.
You can use below Unix command to check disk space
df –h
Specific Software Requirements
The following maintenance tools must be installed on machine, and their locations specified both in the PATH of the account that runs Rapid Install and in the PATH of the accounts that will own the database tier and application tier file systems.
Operating System | Required Maintenance Tools |
Linux x86 | ar, gcc, g++, ld, ksh, make, X Display Server |
Linux x86-64 | ar, gcc, g++, ld, ksh, make, X Display Server |
HP-UX Itanium | ar, cc, aCC, make, X Display Server |
HP-UX PA-RISC | ar, cc, aCC, make, X Display Server |
IBM AIX on Power Systems (64-bit) | ar, cc, aCC, make, X Display Server |
Microsoft Windows Server (32-bit) | ar, cc, ld, linkxlC, make, X Display Server |
Sun Solaris SPARC (64-bit) | ar, ld, make, X Display Server |
RPM
Per Note: 761566.1
First, you should check your Linux Kernel, to determine your linux version, enter:
uname –r
So my Linux is Linux 6, For Linux 6, Required Packages is
GA (6.0) or higher of Oracle Linux 6 is required
The following packages (or versions of packages) are not part of the OS distribution media and must be downloaded separately (from http://oss.oracle.com/projects/compat-oracle/files/Enterprise_Linux/) for Oracle Linux 6 and installed manually:
openmotif21-2.1.30-11.EL6.i686 (32-bit)1
xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386 (32-bit)
The following packages must be installed from the Oracle Linux 6 distribution media:
binutils-2.20.51.0.2-5.11
gcc-4.4.4-13.el16.x86_64
gcc-c++-4.4.4-13.el16.x86_64
glibc-2.12-1.7.el6.i686 (32-bit)
glibc-2.12-1.7.el6.x86_64
glibc-common-2.12-1.7.el6.x86_64
glibc-devel-2.12-1.7.el6.i686 (32-bit)
glibc-devel-2.12-1.7.el6.x86_64
libgcc-4.4.4-13.el6.i686
libgcc-4.4.4-13.el6.x86_64
libstdc++-devel-4.4.4-13.el6.i686
libstdc++-devel-4.4.4-13.el6.x86_64
libstdc++-4.4.4-13.el6.i686
libstdc++-4.4.4-13.el6.x86_64
make-3.81-19.el6.x86_64
gdbm-1.8.0-36.el6.i686
gdbm-1.8.0-36.el6.x86_64
libXp-1.0.0-15.1.el6.i686
libXp-1.0.0-15.1.el6.x86_64
libaio-0.3.107-10.el6.i686
libaio-0.3.107-10.el6.x86_64
libgomp-4.4.4-13.el6.x86_64
sysstat-9.0.4-11.el6.x86_64
util-linux-ng-2.17.2-6.el6.x86_64
unzip-5.52-3.0.1.el5.x86_642
compat-libstdc++-296-2.96-144.el6.i686
compat-libstdc++33-3.2.3-69.el6.i686
Additionally, the following RPMs are required for the database tier running 11gR2 (users must upgrade the bundled 11gR1 DB to 11gR2 either before or after installing 12.1) on the database tier:
compat-libstdc++-33-3.2.3-69.el6.x86_64
elfutils-libelf-devel-0.148.1-el6.x86_64
kernel-uek-headers-2.6.32-100.28.5.el6.x86_64
libaio-devel-0.3.107-10.el6.x86_64
unixODBC-2.2.14-11.el6.i686
unixODBC-devel-2.2.14-11.el6.i686
unixODBC-2.2.14-11.el6.x86_64
unixODBC-devel-2.2.14-11.el6.x86_64
xorg-x11-utils-7.4-8
Note:
1: The openmotif package version must be 2.1.30 (for example, openmotif-2.3.3-1 is not supported).
2: This 以上是关于Oracle Application R12 (12.1.3) Installation on Linux的主要内容,如果未能解决你的问题,请参考以下文章