Installing Oracle Application R12 in Linux
Installing Oracle Application R12 in Linux
Requirements:
Oracle Enterprise Linux Operationg System you download the software here.
Oracle Application 11.5.10.2 you download the software here.
Desktop Environments
- GNOME Desktop Environment
Applications
- Editors
- Graphical Internet
- Text-based Internet
Developement
- Developement Libraries
- Development Tools
- GNOME Software Developement
- Legacy Software Developement
- X Software Developement
Servers
- DNS Name Server
- FTP Server
- Printing Support
Base System
- Administration Tools
- Base
- Java
- Legacy Software Support
- System Tools
- X Windows System
options attempts:5
options timeout:15
Append to /etc/security/limits.conf
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 1048576
net.core.rmem_max = 1048576
net.core.wmem_default = 262144
net.core.wmem_max = 262144
net.ipv4.tcp_wmem = 262144 262144 262144
net.ipv4.tcp_rmem = 4194304 4194304 4194304
Perform the following tasks to set the environment before you run Rapid Install.
1. For Oracle Enterprise Linux 5 and Red Hat Enterprise Linux 5 only :
# ln -s /usr/bin/ld215 /usr/bin/ld
Download and apply the OS library patch 6078836 from OracleMetaLink and create the following symbolic link:
# ln -s /usr/lib/libdb.so.2 /usr/lib/libdb.so.3
Software Requirements
ar
gcc
g++
ld
ksh
make
X Display Server
binutils-2.17.50.0.6-2.el5
compat-libstdc++-33-3.2.3-61
elfutils-libelf-0.125-3.el5
elfutils-libelf-devel-0.125
gcc-4.1.1-52
gcc-c++-4.1.1-52
glibc-2.5-12
glibc-common-2.5-12
glibc-devel-2.5-12
glibc-headers-2.5-12
libaio-0.3.106
libaio-devel-0.3.106
libgcc-4.1.1-52
libstdc++-4.1.1
libstdc++-devel-4.1.1-52.e15
make-3.81-1.1
sysstat-7.0.0
compat-db
unixODBC-2.2.11
unixODBC-devel-2.2.11
libXp-1.0.0-8
libXp-devel
compat-libgcc-296
openmotif21-2.1.30-11.EL5.i386.rpm <<-- Must be the version
xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386.rpm <<-- Must be the version
compat-libstdc++-egcs
compat-libcwait
compat-oracle-el5
For Oracle Enterprise Linux 5, Red Hat Enterprise Linux 5 users, the LD_ASSUME_KERNEL environment variable should be
unset before starting the installation. The installation fails when the LD_ASSUME_KERNEL variable is set by the adgetlnxver.sh
file during the course of the installation. Patch 6365595 contains the fix for adgetlnxver.sh file. The procedure below is a guideline
for replacing the adgetlnxver.sh file in the Oracle Applications 11i shiphome.
mkdir -p $STAGE_TOP/oraDB/Disk3/db/stage/appsutil/bin
mkdir -p $STAGE_TOP/oraApps/Disk5/appl/stage/bin
Copy the adgetlnxver.sh file in the patch 6365595 to the following directories created in earlier step.
cp -p 6365595-location/ad/bin/adgetlnxver.sh $STAGE_TOP/oraDB/Disk3/db/stage/appsutil/bin
cp -p 6365595-location/ad/bin/adgetlnxver.sh $STAGE_TOP/oraApps/Disk5/appl/stage/bin
cd $STAGE_TOP/oraDB/Disk3/db/stage
zip -uv dboh0_appsutil appsutil/bin/adgetlnxver.sh
cd $STAGE_TOP/oraApps/Disk5/appl/stage
zip -uv ad_CORE bin/adgetlnxver.sh
Install
Post install
Maintenance
NOTE: <SID>: Oracle System ID(UPPER CASE)
<sid>: Oracle System ID(lower case)
1. Shutdown database
addbctl.sh stop
addlnctl.sh stop
2. Start database
addlnctl.sh start
addbctl.sh start
2. Start Application
adstrtal.sh Start
Maintenance: Scripts
start_application:
/<install-path>/<sid>/<sid>comn/admin/scripts/<SID_hostname>/adstrtal.sh apps/apps
stop_application:
/<install-path>/<sid>/<sid>comn/admin/scripts/<SID_hostname>/adstpall.sh apps/apps
start_oracle:
/<install-path>/<sid>/<sid>db/9.2.0/appsutil/scripts/<SID_hostname>/addbctl.sh start
/<install-path>/<sid>/<sid>db/9.2.0/appsutil/scripts/<SID_hostname>/addlnctl.sh start LISTENER
stop_oracle:
/<install-path>/<sid>/<sid>db/9.2.0/appsutil/scripts/<SID_hostname>/addbctl.sh stop
/<install-path>/<sid>/<sid>db/9.2.0/appsutil/scripts/<SID_hostname>/addlnctl.sh stop LISTENER
Log files
NOTE:
If errors from discovery are found pleaes read 313418.1 and 564174.1 to upgrade discovery. Upgrading the database to
10gR2 please see document id 362203.1