Oracle Applications On Linux 4.5
Oracle Applications On Linux 4.5
0) Installation on
Enterprise Linux 4.5
This article is intended as a brief guide to installing Oracle Applications (12.0) on Enterprise
Linux 4.5. The article is based on a server installation with a minimum of 2G swap, secure Linux
disabled and the following package groups installed:
X Window System
GNOME Desktop Environment
Editors
Graphical Internet
Server Configuration Tools
Development Tools
Administration Tools
System Tools
Unpack Files
Create a staging area for the Oracle Applications software:
mkdir /Stage11i
cd /Stage11i
# Start Here
mkdir startCD
# APPL_TOP
mkdir oraApps
# RDBMS
mkdir oraDB
# Tools
mkdir oraiAS
# Databases
mkdir oraAppDB
Copy the contents of all the DVDs into the appropriate directories.
Hosts File
The /etc/hosts file must contain a fully qualified name for the server:
<IP-address> <fully-qualified-machine-name> <machine-name>
Setup
The following additional packages are required. Depending on the update/respin version of
Enterprise Linux, the exact package versions and locations may vary.
rpm -Uvh binutils-2*
rpm -Uvh compat-db-*
rpm -Uvh compat-gcc-32-3*
rpm -Uvh compat-gcc-32-c++-3*
rpm -Uvh compat-libstdc++-296-2*
rpm -Uvh compat-libstdc++-33-3*
rpm -Uvh control-center-2*
rpm -Uvh gcc-3*
rpm -Uvh gcc-c++-3*
rpm -Uvh glibc-2*
rpm -Uvh glibc-common-2*
rpm -Uvh gnome-libs-1*
rpm -Uvh libaio-0*
rpm -Uvh libstdc++-3*
rpm -Uvh libstdc++-devel-3*
rpm -Uvh make-3*
rpm -Uvh openmotif21*
rpm -Uvh setarch-1*
rpm -Uvh sysstat-5*
rpm -Uvh xscreensaver-4.*
Due to all the package inter-dependencies, it probably makes sense to copy all these packages
from the CDs to a single directory, then install then using the following command. For
convenience, I wrapped all the necessary packages for an OEL 4.5 installation into a single tar
file (12-rh4-rpms.tar), making subsequent installations much simpler.
rpm -Uvh *.rpm
Create the new groups and users:
groupadd oinstall
groupadd dba
groupadd oper
groupadd apache
Installation
Log into the oracle user. If you are using X emulation then set the DISPLAY environmental
variable:
DISPLAY=<machine-name>:0.0; export DISPLAY
Start the Rapid Install Wizard by issuing the following commands:
cd /Stage11i/startCD/Disk1/rapidwiz/
chmod u+x rapidwiz
./rapidwiz
Follow any instructions and rerun as requested. The Rapid Installation Wizard installation is
shown below.
2. Accept the default "Install Oracle Applications Release 12" option by clicking the "Next"
button.
3. Select the "Decline Oracle Connection Tools Agreement" option, then click the "Next"
button.
4. Select the "Create a new configuration" option, then click the "Next" button.
5. Accept the default port pool by clicking the "Next" button.
6. Select the "fresh database" database type, enter a database name, in this case I used
"PLAY", then click the "Next" button.
7. Select the "Suite Licensing" option, then click the "Next" button.
10. Select the appropriate territory and characterset information, then click the "Next" button.
11. Check the node configuration settings, then click the "Next" button.
14. Assuming all the system checks were completed successfully, click the "Next" button.
15. Click the "Next" button on the installation review screen.
18. Assuming all the post-install checks are successful, click the "Next" button.
19. Click the "Finish button to exit the Rapid Install Wizard.
Post Installation
Adjust the following paths and commands by replacing "play" and "PLAY" with the database
name you chose during the installation.
Shutdown/Startup
Adjust the following paths and commands by replacing "play" and "PLAY" with the database
name you chose during the installation.
cd $DB_HOME
. ./PLAY_testapps01.env
cd $ORACLE_HOME/appsutil/scripts/PLAY_testapps01
./addlnctl.sh stop PLAY
./addbctl.sh stop immediate
To start the system issue the following commands.
cd $DB_HOME
. ./PLAY_testapps01.env
cd $ORACLE_HOME/appsutil/scripts/PLAY_testapps01
./addlnctl.sh start PLAY
./addbctl.sh start
cd $COMMON_TOP/admin/scripts/
./adstrtal.sh apps/apps
./adcmctl.sh start apps/apps
Password: SYSADMIN