Home / APPS DBA / Step to install Oracle E-Business Suite R12.2.0 on Oracle Enterprise Linux(OEL).

Step to install Oracle E-Business Suite R12.2.0 on Oracle Enterprise Linux(OEL).

Step to install Oracle E-Business Suite R12.2.0 on Oracle Enterprise Linux(OEL)

It’s a Single Node Installation which means all the Database Stack, Application Stack and Middleware Stack will be on the same server.

First of all, you need to download the media of Oracle E-Business Suite R12.2.0 from https://edelivery.oracle.com.

You can Either install your Application on StandAlone Server or you can create a VM for your installation.

For installing VM kindly follow this link:

Creating VM in Virtual BOX

Prerequisite Steps For Installation:

While Installing Linux Confirm that you have the following RPMs installed: 

You can get these RPMs from Linux Media CD of ISO.

glibc-2.3.4-2.25
glibc-common-2.3.4-2.25
binutils-2.15.92.0.2-21
compat-libstdc++-296-2.96-132.7.2
gcc-3.4.6-3
gcc-c++-3.4.6-3
libgcc-3.4.6-3
libstdc++-3.4.6-3
libstdc++-devel-3.4.6-3
openmotif21-2.1.30-11.RHEL4.6**
pdksh-5.2.14-30.3
setarch-1.6-1
make-3.80-6.EL4
gnome-libs-1.4.1.2.90-44.1
sysstat-5.0.5-11.rhel4
compat-db-4.1.25-9
control-center-2.8.0-12.rhel4.5
xscreensaver-4.18-5.rhel4.11
libaio-0.3.105-2
libaio-devel-0.3.105-2

IMPORTANT : IF YOU ARE USING OEL VERSION PRIOR TO 6.4 THEN YOU HAVE TO INSTALL THE FOLLOWING PACKEGES

The packages  openmotif21-2.1.30-11.EL5.i386 and xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386.

 You Can download it from the link given below:

https://oss.oracle.com/projects/compat-oracle/dist/files/Enterprise_Linux/openmotif21-2.1.30-11.EL5.i386.rpm

https://oss.oracle.com/projects/compat-oracle/files/Enterprise_Linux/

Copy the RPM to the desktop of the server or VM and click to Install.

First Install  openmotif21-2.1.30-11.EL5.i386

Now Install xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386 copied on the Desktop

Now install  JRE rpm by ROOT user.

You can get it on:

http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#sjre-7u45-oth-JPR

Now After Installing all the RPMs we have to do some Configuration in order to complete our application Installation Smoothly.

For Running JAVA forms on Linux

Go to the JRE installed directory and copy the path: /usr/java/jre1.7.0.45/lib/amd64

Now, go to Mozilla directory from Oracle home directory

create folder plugins Goto plugins folder

and copy the path: /home/oracle/.mozilla/plugins

Now, create Symbolic link through :

ln -s /usr/java/jre1.7.0_45/lib/amd64/libnpjp2.sp /home/oracle/.mozilla/plugins

Link to Motif library in Oracle Application Server 10.1.2 (on Oracle Linux 5, 6 and RHEL 5, 6 only)

unlink /usr/lib/libXtst.so.6
Perform the following command (as root on your system) to update a required link to a Motif library prior to re-linking or patching the 10.1.2 unlink /usr/lib/libXtst.so.6

Create link of libX11 by below command:

ln -s /usr/X11R6/lib/libXtst.so.6.1 /usr/lib/libXtst.so.6

Now Create OraInventory Directory:

mkdir -p /u01/oracle/oraInventory

Create oraInst.loc file in oraInventory directory and /etc:

Vi /etc/oraInst.loc

Or

Gedit /etc/oraInst.loc

Now, Enter the below text in oraInst.loc file and then save the file:

inventory_loc=/u01/oracle/oraInventory

Create softlink if libdb.so.2 is not there (for avoid login page issue in post installation steps):

ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2

Staging  (R12.2.0 Binaries)

Oracle Applications Software from Oracle e-Delivery is already staged. If you have got the CDs, Stage them using
$ perl /mnt/cdrom/Disk1/rapidwiz/adautostg.pl

Installation Steps:

Now, go to the stage directory and run rapidwiz installer.

$cd /u01/stage/StartCD/Disk1/rapidwiz/

$./rapidwiz

Click Next
Deselect the My Oracle Support security updates and Click NEXT
Click Next
Check the port ranges from top to down, And then Click NEXT
Check the port ranges from top to down, And Then Click NEXT
Check the port ranges from top to down, And then click NEXT
Select the Vision Demo Database and review the directory where the EBS will be installed, and then NEXT,
Click NEXT
Enter Password for WLS Admin and Apps User, Click NEXT,
Click Next
Let the rapidwiz perform pre-installation system check
Make sure pre-install passed all the test, Then Click NEXT
Click Next
Click Next
Click YES to continue Installation,
INSTALLATION STARTED

AFTER THE INSTALLATION COMPLETES, IT WILL START THE DATABASE AND APPLICATION ITSELF

About Syed Saad Ali

With 13 years of experience as a certified and skilled Oracle Database Administrator, I possess the expertise to handle various levels of database maintenance tasks and proficiently perform Oracle updates. Throughout my career, I have honed my analytical abilities, enabling me to swiftly diagnose and resolve issues as they arise. I excel in planning and executing special projects within time-sensitive environments, showcasing exceptional organizational and time management skills. My extensive knowledge encompasses directing, coordinating, and exercising authoritative control over all aspects of planning, organization, and successful project completions. Additionally, I have a strong aptitude for resolving customer relations matters by prioritizing understanding and effective communication. I am adept at interacting with customers, vendors, and management, ensuring seamless communication and fostering positive relationships.

Check Also

OracleEBSerror

AC-50480: Internal error occurred

AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora

Leave a Reply