SlideShare ist ein Scribd-Unternehmen logo
1 von 42
Downloaden Sie, um offline zu lesen
Oracle Applications R12.2 Installation on Linux using virtual
box

PREPARED BY RAVI KUMAR LANKE

Page 1
This is a step by step detailed article for Installing Oracle E-business suite R12,2 on Oracle
Enterprise Linux 5.7 (64-bit). I've used oracle virtual box.
Virtual Machine configuration:
CPU = 1 core
RAM = 8 GB
HDD = 380 GB

Software's Required:
1) Oracle Virtual Box
2) Oracle Enterprise Linux 5.7 (64-bit)
3) Oracle E-Business suite R12.2 for LinuxX86-64-bit

Installation Steps:
1.
2.
3.
4.
5.
6.

Hardware requirements
Create virtual machine and Install operating system
Operating System pre-requisites
Prepare Stage Area
Install Oracle EBS R12.2 software
Verify Installation

PREPARED BY RAVI KUMAR LANKE

Page 2
1. Hardware Requirements:
As per the documentation its recommended to use 4GB Memory for database Tier and 6GB for
Application Tier (0 -10 users). So if you are performing a single node Installation in PRODUCTION
then min. of 10g RAM is recommended.
Table Displays Recommended hardware requirements based on number of users:

PREPARED BY RAVI KUMAR LANKE

Page 3
2. Create new virtual machine and install operating system in it:
Download and install virtual machine software in your system and create new virtual machine in it and
also install linux operating system in it.

3. Operating System pre-requisites:

Create OS group, user and directories:
[root@erpnode2 Server]# groupadd dbaerp
[root@erpnode2 Server]# useradd -g dbaerp
[root@erpnode2 Server]# useradd -g dbaerp
[root@erpnode2 Server]# passwd oraR12
Changing password for user oraR12.
New UNIX password:
BAD PASSWORD: it is based on a dictionary
Retype new UNIX password:
passwd: all authentication tokens updated
[root@erpnode2 Server]# passwd applR12
Changing password for user applR12.
New UNIX password:
BAD PASSWORD: it is based on a dictionary
Retype new UNIX password:
passwd: all authentication tokens updated
[root@erpnode2 Server]#

oraR12
applR12

word
successfully.

word
successfully.

Create directories and change permissions:
[root@erpnode2
[root@erpnode2
[root@erpnode2
[root@erpnode2
[root@erpnode2
[root@erpnode2

~]#
~]#
~]#
~]#
~]#
~]#

mkdir
mkdir
chmod
chown
chown

-p
-p
-R
-R
-R

/d01/ora_prod
/d01/appl_prod
775 /d01/*_prod
oraR12:dbaerp /d01/ora_prod
applR12:dbaerp /d01/appl_prod

Cconfigure kernel parameters (Edit /etc/sysctl.conf file):
#All below kernel parameters are related to oracle EBS R12.2#################kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmall = 268435456
kernel.shmmax = 429496729
kernel.shmmni = 4096
kernel.sem = 256 32000 100 142
fs.file-max = 327679
net.ipv4.ip_local_port_range = 10000 65000
net.core.rmem_default = 262144
net.core.wmem_default = 262144

PREPARED BY RAVI KUMAR LANKE

Page 4
net.core.rmem_max = 262144
net.core.wmem_max = 4194304
:wq
[root@erpnode2 Server]# sysctl -p
net.ipv4.ip_forward = 0
net.ipv4.conf.default.rp_filter = 2
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 0
kernel.core_uses_pid = 1
net.ipv4.tcp_syncookies = 1
kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmall = 268435456
kernel.shmmax = 429496729
kernel.shmmni = 4096
kernel.sem = 256 32000 100 142
fs.file-max = 327679
net.ipv4.ip_local_port_range = 10000 65000
net.core.rmem_default = 262144
net.core.wmem_default = 262144
net.core.rmem_max = 262144
net.core.wmem_max = 4194304

[root@erpnode2 Server]# tail -8 /etc/security/limits.conf
#ftp
hard
nproc
0
#@student
maxlogins
4
# End of file
*
hard
nofile 65536
*
soft
nofile 4096
*
hard
nproc 16384
*
soft
nproc 2047
[root@erpnode2 Server]#

Make sure all OS packages exists on the system
If packages are selected as listed with OS Installation then you need to Install only listed below
rpm's:
[root@erpnode2 Server]# rpm -ivh glibc-2.5-65.x86_64.rpm
warning: glibc-2.5-65.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
Preparing...
########################################### [100%]
package glibc-2.5-65.x86_64 is already installed
[root@erpnode2 Server]# ls -l libstdc++-devel-*
-rw-r--r-- 1 root root 2962660 Jun 14 2011 libstdc++-devel-4.1.2-51.el5.i386.rpm
-rw-r--r-- 1 root root 2943747 Jun 14 2011 libstdc++-devel-4.1.2-51.el5.x86_64.rpm
[root@erpnode2 Server]# rpm -ivh devel-4.1.2-51.el5.x86_64.rpm
error: open of devel-4.1.2-51.el5.x86_64.rpm failed: No such file or directory
[root@erpnode2 Server]# rpm -ivh libstdc++-devel-4.1.2-51.el5.x86_64.rpm
warning: libstdc++-devel-4.1.2-51.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key
ID 1e5e0159
Preparing...
########################################### [100%]
package libstdc++-devel-4.1.2-51.el5.x86_64 is already installed
[root@erpnode2 Server]# rpm -ivh libXp-1.0.0-8.1.el5.i386.rpm
warning: libXp-1.0.0-8.1.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
Preparing...
########################################### [100%]
1:libXp
########################################### [100%]

PREPARED BY RAVI KUMAR LANKE

Page 5
[root@erpnode2 Server]# rpm -ivh libXp-1.0.0-8.1.el5.x86_64.rpm
warning: libXp-1.0.0-8.1.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID
1e5e0159
Preparing...
########################################### [100%]
1:libXp
########################################### [100%]
[root@erpnode2 Server]# ls -lrt sysstat-7*
-rw-r--r-- 1 root root 191268 Jul 26 2011 sysstat-7.0.2-11.el5.x86_64.rpm
[root@erpnode2 Server]# rpm -ivh sysstat-7.0.2-11.el5.x86_64.rpm
warning: sysstat-7.0.2-11.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID
1e5e0159
Preparing...
########################################### [100%]
1:sysstat
########################################### [100%]
[root@erpnode2 Server]# ls -l libaio-devel-*
-rw-r--r-- 1 root root 11790 Nov 17 2010 libaio-devel-0.3.106-5.i386.rpm
-rw-r--r-- 1 root root 11675 Nov 17 2010 libaio-devel-0.3.106-5.x86_64.rpm
[root@erpnode2 Server]# rpm -ivh libaio-devel-0.3.106-5.i386.rpm
warning: libaio-devel-0.3.106-5.i386.rpm: Header V3 DSA signature: NOKEY, key ID
1e5e0159
Preparing...
########################################### [100%]
1:libaio-devel
########################################### [100%]
[root@erpnode2 Server]# rpm -ivh libaio-devel-0.3.106-5.x86_64.rpm
warning: libaio-devel-0.3.106-5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID
1e5e0159
Preparing...
########################################### [100%]
1:libaio-devel
########################################### [100%]
[root@erpnode2 Server]# rpm -ivh unixODBC*
warning: unixODBC-2.2.11-7.1.i386.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
error: Failed dependencies:
libqt-mt.so.3 is needed by unixODBC-kde-2.2.11-7.1.i386
[root@erpnode2 Server]# rpm -ivh unixODBC-2.2.11-7.1.x86_64.rpm
warning: unixODBC-2.2.11-7.1.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID
1e5e0159
Preparing...
########################################### [100%]
package unixODBC-2.2.11-7.1.x86_64 is already installed
[root@erpnode2 Server]# rpm -ivh unixODBC-devel-2.2.11-7.1.i386.rpm
warning: unixODBC-devel-2.2.11-7.1.i386.rpm: Header V3 DSA signature: NOKEY, key ID
1e5e0159
Preparing...
########################################### [100%]
1:unixODBC-devel
########################################### [100%]
[root@erpnode2 Server]# rom 0ivh unixODBC-2.2.11-7.1.i386.rpm
bash: rom: command not found
[root@erpnode2 Server]# rpm -ivh unixODBC-2.2.11-7.1.i386.rpm
warning: unixODBC-2.2.11-7.1.i386.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
Preparing...
########################################### [100%]
package unixODBC-2.2.11-7.1.i386 is already installed
[root@erpnode2 Server]# rpm -ivh unixODBC-devel-2.2.11-7.1.x86_64.rpm
warning: unixODBC-devel-2.2.11-7.1.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID
1e5e0159
Preparing...
########################################### [100%]
1:unixODBC-devel
########################################### [100%]
[root@erpnode2 Server]#

- The following packages should exists on system for a successful Installation.



openmotif21-2.1.30-11.EL5.i3861
xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386

PREPARED BY RAVI KUMAR LANKE

Page 6
The following packages must be installed from the Oracle Linux 5 or RHEL 5
distribution media:
compat-libstdc++-296-2.96-138.i386

compat-libstdc++-33-3.2.3-61.i386

gcc-4.1.2-48.el5.x86_64

gcc-c++-4.1.2-48.el5.x86_64

glibc-2.5-49.i686 (32-bit)

glibc-2.5-49.x86_64

glibc-common-2.5-49.x86_64

glibc-devel-2.5-49.i386 (32-bit)

glibc-devel-2.5-49.x86_64

libgcc-4.1.2-48.el5.i386

libgcc-4.1.2-48.el5.x86_64

libstdc++-devel-4.1.2-48.el5.i386

libstdc++-devel-4.1.2-48.el5.x86_64

libstdc++-4.1.2-48.el5.i386

libstdc++-4.1.2-48.el5.x86_64

libXi-1.0.1-4.1.i386

libXp-1.0.0-8.1.el5.i386

libXp-1.0.0-8.1.el5.x86_64

libaio-0.3.106-5.i386

libaio-0.3.106-5.x86_64

libgomp-4.4.0-6.el5.x86_64

make-3.81-3.el5.x86_64

gdbm-1.8.0-26.2.1.i386

gdbm-1.8.0-26.2.1.x86_64

redhat-lsb-3.1-12.3.EL.0.2.x86_64 (on Red Hat/Oracle Linux 5
Update 7 or 5.7 only)

sysstat-7.0.2-3.el5.x86_64

util-linux-2.13-0.52.el5_4.1.x86_64


Additionally, the following RPMs are required for the database tier (running
Oracle Database 11gR2):




compat-libstdc++-33-3.2.3-61.x86_64
elfutils-libelf-0.137-3.el5.x86_64
elfutils-libelf-devel-0.137-3.el5.x86_64

PREPARED BY RAVI KUMAR LANKE

Page 7






elfutils-libelf-devel-static-0.137-3.el5.x86_64
libaio-devel-0.3.106-5.i386
libaio-devel-0.3.106-5.x86_64
unixODBC-2.2.11-7.1.i386
unixODBC-devel-2.2.11-7.1.i386

Swap memory should be 16GB or more (20GB is configured)
[root@erpnode2 ~]# grep SwapTotal /proc/meminfo
SwapTotal:
20482864 kB
[root@erpnode2 ~]#

Verify /etc/hosts file. It should be configured with fully qualified domain name
[root@erpnode2 ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1
localhost.localdomain localhost
192.168.1.122
erpnode2.orasol.com erpnode2 localhost

Create Inventory and grant 775 permission to Inventory directory
[root@erpnode2 ~]# cat /etc/oraInst.loc
inventory_loc=/d01/ora_prod/oraInventory/
[root@erpnode2 ~]# mkdir -p /d01/ora_prod/oraInventory/
Verify that the /etc/sysconfig/network file is formatted as follows:
[root@erpnode2 Server]# more /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=erpnode2.orasol.com
Verify that the /etc/sysconfig/network file is formatted as follows:
[root@erpnode2 Server]# more /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=erpnode2.orasol.com
If the /etc/sysconfig/networking/profiles/default/network file exists, remove it.

PREPARED BY RAVI KUMAR LANKE

Page 8
[root@erpnode2 Server]# ls -lrt
/etc/sysconfig/networking/profiles/default/network
-rw-r--r-- 1 root root 29 Sep 29 23:31
/etc/sysconfig/networking/profiles/default/network
[root@erpnode2 Server]# mv /etc/sysconfig/networking/profiles/default/network
/etc/sysconfig/networking/profiles/default/network.orig
Create soft link for library as below for 10.1.2 Server:
[root@erpnode2 Server]# ls -lrt /usr/lib/libXtst.so.6
lrwxrwxrwx 1 root root 16 Sep 29 21:48 /usr/lib/libXtst.so.6 ->
libXtst.so.6.1.0
[root@erpnode2 Server]# unlink /usr/lib/libXtst.so.6
[root@erpnode2 Server]# ln -s /usr/X11R6/lib/libXtst.so.6.1
/usr/lib/libXtst.so.6
[root@erpnode2 Server]# ls -lrt /usr/lib/libXtst.so.6
lrwxrwxrwx 1 root root 29 Sep 29 23:34 /usr/lib/libXtst.so.6 ->
/usr/X11R6/lib/libXtst.so.6.1
[root@erpnode2 Server]#

[root@erpnode2 etc]# ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2
[root@erpnode2 etc]#
- Threading model in Linux should be NPTL
[root@erpnode2 Server]# getconf GNU_LIBPTHREAD_VERSION
NPTL 2.5
[root@erpnode2 Server]#

4. Prepare Staging Area:

PREPARED BY RAVI KUMAR LANKE

Page 9
Download all required Parts
Unzip startHere CD for getting buildStage.sh
Execute bulildStage.sh script for creating Stage
Download all required Parts
Download software from https://edelivery.oracle.com

Unzip startHere CD for getting buildStage.sh

PREPARED BY RAVI KUMAR LANKE

Page 10
- Create directory for R12 Stage
- unzip parts of StartHere CD in R12 Staging directory
[root@erpnode2 Oracle E-Business Suite 12.2.2]# ls -lrt V35215-*
-rwxrwx--- 1 root vboxsf
85594608 Sep 24 10:13 V35215-01_2of3.zip
-rwxrwx--- 1 root vboxsf 101976210 Sep 24 10:17 V35215-01_3of3.zip
-rwxrwx--- 1 root vboxsf 1409220447 Sep 24 12:55 V35215-01_1of3.zip
[root@erpnode1 Oracle E-Business Suite 12.2.2]# unzip V35215-01_1of3.zip

-

After unzipping all three parts it will create directory startCD
Execute bulildStage.sh script for creating Stage:
- This script will be located under "startCD > rapidwiz > bin
[root@erpnode2 Disk1]# cd rapidwiz/
[root@erpnode2 rapidwiz]# ls
bin
driver File
jlib oui
RapidWiz.cmd RapidWizVersion
TechInstallers unzip
ClientWiz.cmd etc
images jre
rapidwiz RapidWiz.ini RapidWizVersion.cmd template
Xpatches
[root@erpnode2 rapidwiz]# cd bin
[root@erpnode2 bin]# ls
adaixchk.sh
adgetreg.exe
buildStage.sh JNLSLib3.dll orpass.sql
riwipu.sh
riwTDBup.sql WizOSD.dll
adchkutl.cmd AFSCJAV8.pls
checkOS.cmd
JNLSTool.dll perl510.dll
riwperl.pl
riwTXdis.sh
WTPrereqs.cmd
adchkutl.sh
AFSCJAVS.pls
checkOS.sh
launch.exe
perl.exe
riwTDBup.cmd
runWizard.sh WTPrereqs.sh
addbptchk.sh buildStage.cmd filespace.exe NMAKE.EXE
racvalidations.sh riwTDBup.sh
syspass.sql
[root@erpnode2 bin]# sh buildStage.sh
Build Stage Menu
-----------------------------------------------------1.

Create new stage area

2.

Copy new patches to current stage area.

3.

Display existing files in stage TechPatches.

4.

Exit menu

Enter your choice [4]: 1

Rapid Install Platform Menu
------------------------------------------------------

PREPARED BY RAVI KUMAR LANKE

Page 11
1.

Oracle Solaris SPARC (64-bit)

2.

Linux x86-64

3.

IBM AIX on Power Systems (64-bit)

4.

HP-UX Itanium

5.

Exit Menu

Enter your choice [5]: 2
/media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../jre/Linux_x64/1.6.0/bin/java classpath
/media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../jlib/emocmutl.jar:/media/sf_Oracl
e_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../jlib/ewt3_4_22.jar:/media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../jlib/share1_1_18.jar:/media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../jlib/jnls.jar:/media/s
f_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../jlib/ACC.JAR:/media/sf_Oracle_EBS_12.2.2/
startCD/Disk1/rapidwiz/bin/../jlib/netcfg.jar:/media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rap
idwiz/bin/../jlib/ojdbc14.jar:/media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../jli
b/OraInstaller.jar:/media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../jlib/java
oracle.apps.ad.rapidwiz.util.StageBuilder
/media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin
Please enter the directory containing the zipped installation media:
/media/sf_Oracle_EBS_12.2.2
Unzipping V29764-01.zip
Unzipping V29856-01.zip
Unzipping V35215-01_1of3.zip
Unzipping V35215-01_2of3.zip
Unzipping V35215-01_3of3.zip
Unzipping V35230-01_1of2.zip
Unzipping V35230-01_2of2.zip
Unzipping V35231-01_1of5.zip
Unzipping V35231-01_2of5.zip
Unzipping V35231-01_3of5.zip
Unzipping V35231-01_4of5.zip
Unzipping V35231-01_5of5.zip
Unzipping V35802-01.zip
Unzipping V35803-01_1of3.zip
Unzipping V35803-01_2of3.zip
Unzipping V35803-01_3of3.zip
Unzipping V35804-01_1of2.zip
Unzipping V35804-01_2of2.zip
Unzipping V35805-01_1of2.zip
Unzipping V35805-01_2of2.zip
Unzipping V35806-01_1of3.zip
Unzipping V35806-01_2of3.zip
Unzipping V35806-01_3of3.zip
Unzipping V35807-01.zip
Unzipping V35808-01.zip
unzipping file V35808-01.zip
Unzipping V35809-01.zip
Unzipping V35810-01.zip
Unzipping V35811-01.zip
Unzipping V35812-01.zip
Unzipping V35813-01.zip
Unzipping V36798-01.zip
Unzipping V37515-01_1of6.zip
Unzipping V37515-01_2of6.zip
Unzipping V37515-01_3of6.zip
Unzipping V37515-01_4of6.zip
Unzipping V37515-01_5of6.zip

PREPARED BY RAVI KUMAR LANKE

Page 12
Unzipping V37515-01_6of6.zip
Unzipping V39211-01.zip
Unzipping V39571-01.zip
Unzipping V39615-01.zip
Unzipping V39664-01.zip
Applying one-off patches
All files have been unzipped.
Stage area is complete.
Done Unzipping shiphome ...
StageBuilder will now stage the tech patches for Linux_x64...
Copying one-off patches to shiphome
/media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../unzip/Linux_x64/unzip -o
/media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../Xpatches/Linux_x64.zip -d
/media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../../../../TechPatches
Archive: /media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../Xpatches/Linux_x64.zip
creating:
/media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../../../../TechPatches/DB/16303726/
Done Copying additional patches
Verifying stage area...
Directory
Directory
Directory
Directory
Directory
Directory
Directory
Directory
Directory

/media/sf_Oracle_EBS_12.2.2/TechInstallMedia is valid
/media/sf_Oracle_EBS_12.2.2/TechPatches/DB is valid
/media/sf_Oracle_EBS_12.2.2/TechPatches/MiddleTier is valid
/media/sf_Oracle_EBS_12.2.2/EBSInstallMedia/AppDB is valid
/media/sf_Oracle_EBS_12.2.2/EBSInstallMedia/Apps is valid
/media/sf_Oracle_EBS_12.2.2/EBSInstallMedia/AS10.1.2 is valid
/media/sf_Oracle_EBS_12.2.2/TechInstallMedia/database is valid
/media/sf_Oracle_EBS_12.2.2/TechInstallMedia/ohs11116 is valid
/media/sf_Oracle_EBS_12.2.2/TechInstallMedia/wls1036_generic is valid

Stage area verified.
Press enter to continue...
Build Stage Menu
-----------------------------------------------------1.

Create new stage area

2.

Copy new patches to current stage area.

3.

Display existing files in stage TechPatches.

4.

Exit menu

Enter your choice [4]:

PREPARED BY RAVI KUMAR LANKE

Page 13
- Make sure proper privileges are give to stage directory (755 or 775)

5. Install Oracle E-Business suite R12.2:
- Make sure proper display is configured

PREPARED BY RAVI KUMAR LANKE

Page 14
Run rapidwiz from the staging directory

PREPARED BY RAVI KUMAR LANKE

Page 15
Click next

PREPARED BY RAVI KUMAR LANKE

Page 16
Un check I wish to receive and click next

PREPARED BY RAVI KUMAR LANKE

Page 17
Select new configuration and click next

PREPARED BY RAVI KUMAR LANKE

Page 18
This is the new option introduced in R12.2, you can select different ports on 2 File systems.

PREPARED BY RAVI KUMAR LANKE

Page 19
Select database type as fresh database and provide all the necessary details and click next

PREPARED BY RAVI KUMAR LANKE

Page 20
Select suite licensing and click next

PREPARED BY RAVI KUMAR LANKE

Page 21
Select the additional products if you want and click next

PREPARED BY RAVI KUMAR LANKE

Page 22
Click next

PREPARED BY RAVI KUMAR LANKE

Page 23
Change database character set to AL32UTF8 and click next

PREPARED BY RAVI KUMAR LANKE

Page 24
Select two different locations for dual file system (New option R12.2)

PREPARED BY RAVI KUMAR LANKE

Page 25
Click ok and click next

PREPARED BY RAVI KUMAR LANKE

Page 26
Here you can provide required password for all listed users. I've selected to use default
password. (New Option R12.2)

PREPARED BY RAVI KUMAR LANKE

Page 27
Click next

PREPARED BY RAVI KUMAR LANKE

Page 28
If all Pre-requisite checks are successful click next otherwise clear the error and click retry

PREPARED BY RAVI KUMAR LANKE

Page 29
Click next

PREPARED BY RAVI KUMAR LANKE

Page 30
click yes and click next

PREPARED BY RAVI KUMAR LANKE

Page 31
Now installation was started and it takes about 4-5 hours for finishing
Wait till then

PREPARED BY RAVI KUMAR LANKE

Page 32
Its restoring datafiles using rman scripts

PREPARED BY RAVI KUMAR LANKE

Page 33
PREPARED BY RAVI KUMAR LANKE

Page 34
PREPARED BY RAVI KUMAR LANKE

Page 35
Installation completed successfully

PREPARED BY RAVI KUMAR LANKE

Page 36
Click finish to complete the installation

PREPARED BY RAVI KUMAR LANKE

Page 37
6. Verify Installation:
Login to Oracle EBS and verify application access

PREPARED BY RAVI KUMAR LANKE

Page 38
Login to OAM > Dashboard
Here its just listing Admin, database and concurrent manger server. Middle Tier services
are managed with weblogic server (New Option R12.2)

PREPARED BY RAVI KUMAR LANKE

Page 39
Login to weblogic console to verify middle layer services

PREPARED BY RAVI KUMAR LANKE

Page 40
EBS_domain_PROD is Oracle EBS R12.2 domain

All middle Tier services are now managed in weblogic domain "EBS_domain_PROD" (New
option - R12.2)

PREPARED BY RAVI KUMAR LANKE

Page 41
If we check status of opmn process its just listing the domain of weblogic server (New
Option - R12.2)
I hope this post will be helpful for beginners and experienced DBA's as well who are willing
to Install this release in their environments.
Note:
In Linux 6 there are some post Installation steps for applying patches where as in Linux 5
there are no post Installation instructions.
Ref:

Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x8664 (Doc ID 1330701.1)
12.2 Rapid-Install fails on Installing Web Tier Utilities with Error "Fatal Error: TXK
Install Service" (Doc ID 1587452.1)

PREPARED BY RAVI KUMAR LANKE

Page 42

Weitere ähnliche Inhalte

Was ist angesagt?

Enable GoldenGate Monitoring with OEM 12c/JAgent
Enable GoldenGate Monitoring with OEM 12c/JAgentEnable GoldenGate Monitoring with OEM 12c/JAgent
Enable GoldenGate Monitoring with OEM 12c/JAgentBobby Curtis
 
Oracle RAC 19c: Best Practices and Secret Internals
Oracle RAC 19c: Best Practices and Secret InternalsOracle RAC 19c: Best Practices and Secret Internals
Oracle RAC 19c: Best Practices and Secret InternalsAnil Nair
 
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...Edureka!
 
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0Yury Velikanov
 
My SYSAUX tablespace is full - please help
My SYSAUX tablespace is full - please helpMy SYSAUX tablespace is full - please help
My SYSAUX tablespace is full - please helpMarkus Flechtner
 
Redefining tables online without surprises
Redefining tables online without surprisesRedefining tables online without surprises
Redefining tables online without surprisesNelson Calero
 
Oracle EBS R12.1.3_Installation_linux(64bit)_Pan_Tian
Oracle EBS R12.1.3_Installation_linux(64bit)_Pan_TianOracle EBS R12.1.3_Installation_linux(64bit)_Pan_Tian
Oracle EBS R12.1.3_Installation_linux(64bit)_Pan_TianPan Tian
 
Fast Start Failover DataGuard
Fast Start Failover DataGuardFast Start Failover DataGuard
Fast Start Failover DataGuardBorsaniya Vaibhav
 
Achieving Continuous Availability for Your Applications with Oracle MAA
Achieving Continuous Availability for Your Applications with Oracle MAAAchieving Continuous Availability for Your Applications with Oracle MAA
Achieving Continuous Availability for Your Applications with Oracle MAAMarkus Michalewicz
 
Oracle Active Data Guard and Global Data Services in Action!
Oracle Active Data Guard and Global Data Services in Action!Oracle Active Data Guard and Global Data Services in Action!
Oracle Active Data Guard and Global Data Services in Action!Ludovico Caldara
 
MAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19cMAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19cMarkus Michalewicz
 
Standard Edition High Availability (SEHA) - The Why, What & How
Standard Edition High Availability (SEHA) - The Why, What & HowStandard Edition High Availability (SEHA) - The Why, What & How
Standard Edition High Availability (SEHA) - The Why, What & HowMarkus Michalewicz
 
Course 102: Lecture 22: Package Management
Course 102: Lecture 22: Package Management Course 102: Lecture 22: Package Management
Course 102: Lecture 22: Package Management Ahmed El-Arabawy
 
Oracle data guard for beginners
Oracle data guard for beginnersOracle data guard for beginners
Oracle data guard for beginnersPini Dibask
 
dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...
dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...
dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...Christoph Adler
 
Oracle RAC 11g Release 2 Client Connections
Oracle RAC 11g Release 2 Client ConnectionsOracle RAC 11g Release 2 Client Connections
Oracle RAC 11g Release 2 Client ConnectionsMarkus Michalewicz
 
Distributed Consistency.pdf
Distributed Consistency.pdfDistributed Consistency.pdf
Distributed Consistency.pdfVictor Rentea
 

Was ist angesagt? (20)

Enable GoldenGate Monitoring with OEM 12c/JAgent
Enable GoldenGate Monitoring with OEM 12c/JAgentEnable GoldenGate Monitoring with OEM 12c/JAgent
Enable GoldenGate Monitoring with OEM 12c/JAgent
 
Oracle RAC 19c: Best Practices and Secret Internals
Oracle RAC 19c: Best Practices and Secret InternalsOracle RAC 19c: Best Practices and Secret Internals
Oracle RAC 19c: Best Practices and Secret Internals
 
Exadata Backup
Exadata BackupExadata Backup
Exadata Backup
 
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...
 
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
 
My SYSAUX tablespace is full - please help
My SYSAUX tablespace is full - please helpMy SYSAUX tablespace is full - please help
My SYSAUX tablespace is full - please help
 
Redefining tables online without surprises
Redefining tables online without surprisesRedefining tables online without surprises
Redefining tables online without surprises
 
Oracle EBS R12.1.3_Installation_linux(64bit)_Pan_Tian
Oracle EBS R12.1.3_Installation_linux(64bit)_Pan_TianOracle EBS R12.1.3_Installation_linux(64bit)_Pan_Tian
Oracle EBS R12.1.3_Installation_linux(64bit)_Pan_Tian
 
Fast Start Failover DataGuard
Fast Start Failover DataGuardFast Start Failover DataGuard
Fast Start Failover DataGuard
 
Achieving Continuous Availability for Your Applications with Oracle MAA
Achieving Continuous Availability for Your Applications with Oracle MAAAchieving Continuous Availability for Your Applications with Oracle MAA
Achieving Continuous Availability for Your Applications with Oracle MAA
 
Oracle Active Data Guard and Global Data Services in Action!
Oracle Active Data Guard and Global Data Services in Action!Oracle Active Data Guard and Global Data Services in Action!
Oracle Active Data Guard and Global Data Services in Action!
 
MAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19cMAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19c
 
Standard Edition High Availability (SEHA) - The Why, What & How
Standard Edition High Availability (SEHA) - The Why, What & HowStandard Edition High Availability (SEHA) - The Why, What & How
Standard Edition High Availability (SEHA) - The Why, What & How
 
Course 102: Lecture 22: Package Management
Course 102: Lecture 22: Package Management Course 102: Lecture 22: Package Management
Course 102: Lecture 22: Package Management
 
Oracle data guard for beginners
Oracle data guard for beginnersOracle data guard for beginners
Oracle data guard for beginners
 
Oracle DBA
Oracle DBAOracle DBA
Oracle DBA
 
dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...
dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...
dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...
 
Oracle RAC 11g Release 2 Client Connections
Oracle RAC 11g Release 2 Client ConnectionsOracle RAC 11g Release 2 Client Connections
Oracle RAC 11g Release 2 Client Connections
 
Distributed Consistency.pdf
Distributed Consistency.pdfDistributed Consistency.pdf
Distributed Consistency.pdf
 
Convert single instance to RAC
Convert single instance to RACConvert single instance to RAC
Convert single instance to RAC
 

Andere mochten auch

Unified Brand Overview
Unified Brand OverviewUnified Brand Overview
Unified Brand Overviewjustinbalogh
 
Adaptation to the american university syllabus fall 2010
Adaptation to the american university   syllabus fall 2010Adaptation to the american university   syllabus fall 2010
Adaptation to the american university syllabus fall 2010jfd2
 
Picking colors for your presentations
Picking colors for your presentationsPicking colors for your presentations
Picking colors for your presentationsRuben Rathnasingham
 
How to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerHow to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerRavi Kumar Lanke
 
[Lt]hyper vの仮想ネットワーク
[Lt]hyper vの仮想ネットワーク[Lt]hyper vの仮想ネットワーク
[Lt]hyper vの仮想ネットワークMasaya Sawada
 
Creating compelling videos one day workshop
Creating compelling videos one day workshopCreating compelling videos one day workshop
Creating compelling videos one day workshopGregTuke
 
Keyboard
KeyboardKeyboard
Keyboardniinoo
 
Padres Communication Protocols
Padres Communication ProtocolsPadres Communication Protocols
Padres Communication ProtocolsArwid Bancewicz
 
Чего хотят люди // What people wants
Чего хотят люди // What people wantsЧего хотят люди // What people wants
Чего хотят люди // What people wantsSegrey Nikishov - @n_grey
 
Стратегические отличия маркетинга в Интернете НИУ ВШЭ
Стратегические отличия маркетинга в Интернете НИУ ВШЭСтратегические отличия маркетинга в Интернете НИУ ВШЭ
Стратегические отличия маркетинга в Интернете НИУ ВШЭSegrey Nikishov - @n_grey
 
デブサミ東北Lt「itで日本を元気に!」
デブサミ東北Lt「itで日本を元気に!」デブサミ東北Lt「itで日本を元気に!」
デブサミ東北Lt「itで日本を元気に!」Developers Summit
 
@gjav sports supplements alkalising
@gjav sports supplements alkalising @gjav sports supplements alkalising
@gjav sports supplements alkalising GJAV
 

Andere mochten auch (20)

Decentrale opwek in het Energieakkoord voor Duurzame Groei
Decentrale opwek in het Energieakkoord voor Duurzame GroeiDecentrale opwek in het Energieakkoord voor Duurzame Groei
Decentrale opwek in het Energieakkoord voor Duurzame Groei
 
Reproduction System
Reproduction SystemReproduction System
Reproduction System
 
Unified Brand Overview
Unified Brand OverviewUnified Brand Overview
Unified Brand Overview
 
Groenregeling na update ubouw nieuwbouw en renovatie
Groenregeling na update ubouw nieuwbouw en renovatieGroenregeling na update ubouw nieuwbouw en renovatie
Groenregeling na update ubouw nieuwbouw en renovatie
 
Adaptation to the american university syllabus fall 2010
Adaptation to the american university   syllabus fall 2010Adaptation to the american university   syllabus fall 2010
Adaptation to the american university syllabus fall 2010
 
2008ko Txostena
2008ko Txostena2008ko Txostena
2008ko Txostena
 
Picking colors for your presentations
Picking colors for your presentationsPicking colors for your presentations
Picking colors for your presentations
 
How to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerHow to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise manger
 
Satfinder
SatfinderSatfinder
Satfinder
 
Horizon
HorizonHorizon
Horizon
 
[Lt]hyper vの仮想ネットワーク
[Lt]hyper vの仮想ネットワーク[Lt]hyper vの仮想ネットワーク
[Lt]hyper vの仮想ネットワーク
 
Creating compelling videos one day workshop
Creating compelling videos one day workshopCreating compelling videos one day workshop
Creating compelling videos one day workshop
 
Keyboard
KeyboardKeyboard
Keyboard
 
Padres Communication Protocols
Padres Communication ProtocolsPadres Communication Protocols
Padres Communication Protocols
 
Чего хотят люди // What people wants
Чего хотят люди // What people wantsЧего хотят люди // What people wants
Чего хотят люди // What people wants
 
Стратегические отличия маркетинга в Интернете НИУ ВШЭ
Стратегические отличия маркетинга в Интернете НИУ ВШЭСтратегические отличия маркетинга в Интернете НИУ ВШЭ
Стратегические отличия маркетинга в Интернете НИУ ВШЭ
 
デブサミ東北Lt「itで日本を元気に!」
デブサミ東北Lt「itで日本を元気に!」デブサミ東北Lt「itで日本を元気に!」
デブサミ東北Lt「itで日本を元気に!」
 
Warmtewet
WarmtewetWarmtewet
Warmtewet
 
El Punt Òmnia del Centre Històric de Lleida a la Xarxa
El Punt Òmnia del Centre Històric de Lleida a la XarxaEl Punt Òmnia del Centre Històric de Lleida a la Xarxa
El Punt Òmnia del Centre Històric de Lleida a la Xarxa
 
@gjav sports supplements alkalising
@gjav sports supplements alkalising @gjav sports supplements alkalising
@gjav sports supplements alkalising
 

Ähnlich wie Oracle applications r12.2.0 installation on linux

Oracle 11g R2 RAC setup on rhel 5.0
Oracle 11g R2 RAC setup on rhel 5.0Oracle 11g R2 RAC setup on rhel 5.0
Oracle 11g R2 RAC setup on rhel 5.0Santosh Kangane
 
TESTING - Drop 12c RAC Database, Database Software and GI
TESTING - Drop 12c RAC Database, Database Software and GITESTING - Drop 12c RAC Database, Database Software and GI
TESTING - Drop 12c RAC Database, Database Software and GIMonowar Mukul
 
Multiple instances on linux
Multiple instances on linuxMultiple instances on linux
Multiple instances on linuxVasudeva Rao
 
图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库
图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库
图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库maclean liu
 
Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响maclean liu
 
RAC-Installing your First Cluster and Database
RAC-Installing your First Cluster and DatabaseRAC-Installing your First Cluster and Database
RAC-Installing your First Cluster and DatabaseNikhil Kumar
 
One Click Provisioning With Enterprise Manager 12c
One Click Provisioning With Enterprise Manager 12cOne Click Provisioning With Enterprise Manager 12c
One Click Provisioning With Enterprise Manager 12cJosh Turner
 
Asian Spirit 3 Day Dba On Ubl
Asian Spirit 3 Day Dba On UblAsian Spirit 3 Day Dba On Ubl
Asian Spirit 3 Day Dba On Ublnewrforce
 
DBA だってもっと効率化したい!〜最近の自動化事情とOracle Database〜
DBA だってもっと効率化したい!〜最近の自動化事情とOracle Database〜DBA だってもっと効率化したい!〜最近の自動化事情とOracle Database〜
DBA だってもっと効率化したい!〜最近の自動化事情とOracle Database〜Michitoshi Yoshida
 
Oracle obiee-11-installation-guide 11.1.1.6.0
Oracle obiee-11-installation-guide 11.1.1.6.0Oracle obiee-11-installation-guide 11.1.1.6.0
Oracle obiee-11-installation-guide 11.1.1.6.0Aadiseshu Immadisetty
 
Experiences with Oracle SPARC S7-2 Server
Experiences with Oracle SPARC S7-2 ServerExperiences with Oracle SPARC S7-2 Server
Experiences with Oracle SPARC S7-2 ServerJomaSoft
 
MySQL for Beginners - part 1
MySQL for Beginners - part 1MySQL for Beginners - part 1
MySQL for Beginners - part 1Ivan Zoratti
 
Running E-Business Suite Database on Oracle Database Appliance
Running E-Business Suite Database on Oracle Database ApplianceRunning E-Business Suite Database on Oracle Database Appliance
Running E-Business Suite Database on Oracle Database ApplianceMaris Elsins
 
Enterprise manager cloud control 12c(12.1) &agent安装图文指南
Enterprise manager cloud control 12c(12.1) &agent安装图文指南Enterprise manager cloud control 12c(12.1) &agent安装图文指南
Enterprise manager cloud control 12c(12.1) &agent安装图文指南maclean liu
 
Making Spinnaker Go @ Stitch Fix
Making Spinnaker Go @ Stitch FixMaking Spinnaker Go @ Stitch Fix
Making Spinnaker Go @ Stitch FixDiana Tkachenko
 
Montreal On Rails 5 : Rails deployment using : Nginx, Mongrel, Mongrel_cluste...
Montreal On Rails 5 : Rails deployment using : Nginx, Mongrel, Mongrel_cluste...Montreal On Rails 5 : Rails deployment using : Nginx, Mongrel, Mongrel_cluste...
Montreal On Rails 5 : Rails deployment using : Nginx, Mongrel, Mongrel_cluste...addame
 

Ähnlich wie Oracle applications r12.2.0 installation on linux (20)

Oracle 11g R2 RAC setup on rhel 5.0
Oracle 11g R2 RAC setup on rhel 5.0Oracle 11g R2 RAC setup on rhel 5.0
Oracle 11g R2 RAC setup on rhel 5.0
 
Rac
RacRac
Rac
 
Rac on NFS
Rac on NFSRac on NFS
Rac on NFS
 
TESTING - Drop 12c RAC Database, Database Software and GI
TESTING - Drop 12c RAC Database, Database Software and GITESTING - Drop 12c RAC Database, Database Software and GI
TESTING - Drop 12c RAC Database, Database Software and GI
 
Multiple instances on linux
Multiple instances on linuxMultiple instances on linux
Multiple instances on linux
 
图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库
图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库
图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库
 
Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响
 
RAC-Installing your First Cluster and Database
RAC-Installing your First Cluster and DatabaseRAC-Installing your First Cluster and Database
RAC-Installing your First Cluster and Database
 
Install oracle11gr2 rhel5
Install oracle11gr2 rhel5Install oracle11gr2 rhel5
Install oracle11gr2 rhel5
 
One Click Provisioning With Enterprise Manager 12c
One Click Provisioning With Enterprise Manager 12cOne Click Provisioning With Enterprise Manager 12c
One Click Provisioning With Enterprise Manager 12c
 
Asian Spirit 3 Day Dba On Ubl
Asian Spirit 3 Day Dba On UblAsian Spirit 3 Day Dba On Ubl
Asian Spirit 3 Day Dba On Ubl
 
DBA だってもっと効率化したい!〜最近の自動化事情とOracle Database〜
DBA だってもっと効率化したい!〜最近の自動化事情とOracle Database〜DBA だってもっと効率化したい!〜最近の自動化事情とOracle Database〜
DBA だってもっと効率化したい!〜最近の自動化事情とOracle Database〜
 
Oracle obiee-11-installation-guide 11.1.1.6.0
Oracle obiee-11-installation-guide 11.1.1.6.0Oracle obiee-11-installation-guide 11.1.1.6.0
Oracle obiee-11-installation-guide 11.1.1.6.0
 
Experiences with Oracle SPARC S7-2 Server
Experiences with Oracle SPARC S7-2 ServerExperiences with Oracle SPARC S7-2 Server
Experiences with Oracle SPARC S7-2 Server
 
MySQL for Beginners - part 1
MySQL for Beginners - part 1MySQL for Beginners - part 1
MySQL for Beginners - part 1
 
Running E-Business Suite Database on Oracle Database Appliance
Running E-Business Suite Database on Oracle Database ApplianceRunning E-Business Suite Database on Oracle Database Appliance
Running E-Business Suite Database on Oracle Database Appliance
 
Enterprise manager cloud control 12c(12.1) &agent安装图文指南
Enterprise manager cloud control 12c(12.1) &agent安装图文指南Enterprise manager cloud control 12c(12.1) &agent安装图文指南
Enterprise manager cloud control 12c(12.1) &agent安装图文指南
 
Survey of Percona Toolkit
Survey of Percona ToolkitSurvey of Percona Toolkit
Survey of Percona Toolkit
 
Making Spinnaker Go @ Stitch Fix
Making Spinnaker Go @ Stitch FixMaking Spinnaker Go @ Stitch Fix
Making Spinnaker Go @ Stitch Fix
 
Montreal On Rails 5 : Rails deployment using : Nginx, Mongrel, Mongrel_cluste...
Montreal On Rails 5 : Rails deployment using : Nginx, Mongrel, Mongrel_cluste...Montreal On Rails 5 : Rails deployment using : Nginx, Mongrel, Mongrel_cluste...
Montreal On Rails 5 : Rails deployment using : Nginx, Mongrel, Mongrel_cluste...
 

Mehr von Ravi Kumar Lanke

Creating and configuring vnc sessions
Creating and configuring vnc sessionsCreating and configuring vnc sessions
Creating and configuring vnc sessionsRavi Kumar Lanke
 
Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Ravi Kumar Lanke
 
Exporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseExporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseRavi Kumar Lanke
 
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Ravi Kumar Lanke
 
Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Ravi Kumar Lanke
 
Enabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitEnabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitRavi Kumar Lanke
 
Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Ravi Kumar Lanke
 
Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Ravi Kumar Lanke
 
How to find ip and mac address
How to find ip and mac addressHow to find ip and mac address
How to find ip and mac addressRavi Kumar Lanke
 
Step by step deployment of sampleappv406
Step by step deployment of  sampleappv406Step by step deployment of  sampleappv406
Step by step deployment of sampleappv406Ravi Kumar Lanke
 
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitInstalling and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitRavi Kumar Lanke
 
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Ravi Kumar Lanke
 
Installing my sql on windows
Installing my sql on windowsInstalling my sql on windows
Installing my sql on windowsRavi Kumar Lanke
 
How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...Ravi Kumar Lanke
 
How to disable and enable task manager
How to disable and enable task managerHow to disable and enable task manager
How to disable and enable task managerRavi Kumar Lanke
 
Deploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksDeploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksRavi Kumar Lanke
 
Installing oracle endeca commerce
Installing oracle endeca commerceInstalling oracle endeca commerce
Installing oracle endeca commerceRavi Kumar Lanke
 
How to change the obiee 11g browser title
How to change the obiee 11g browser titleHow to change the obiee 11g browser title
How to change the obiee 11g browser titleRavi Kumar Lanke
 
Creating new service name for oracle database
Creating new service name for oracle databaseCreating new service name for oracle database
Creating new service name for oracle databaseRavi Kumar Lanke
 
Installing oracle database 11.2.0.3 on windows
Installing oracle database 11.2.0.3 on windowsInstalling oracle database 11.2.0.3 on windows
Installing oracle database 11.2.0.3 on windowsRavi Kumar Lanke
 

Mehr von Ravi Kumar Lanke (20)

Creating and configuring vnc sessions
Creating and configuring vnc sessionsCreating and configuring vnc sessions
Creating and configuring vnc sessions
 
Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...
 
Exporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseExporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle database
 
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
 
Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server
 
Enabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitEnabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bit
 
Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...
 
Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7
 
How to find ip and mac address
How to find ip and mac addressHow to find ip and mac address
How to find ip and mac address
 
Step by step deployment of sampleappv406
Step by step deployment of  sampleappv406Step by step deployment of  sampleappv406
Step by step deployment of sampleappv406
 
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitInstalling and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
 
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
 
Installing my sql on windows
Installing my sql on windowsInstalling my sql on windows
Installing my sql on windows
 
How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...
 
How to disable and enable task manager
How to disable and enable task managerHow to disable and enable task manager
How to disable and enable task manager
 
Deploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksDeploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame works
 
Installing oracle endeca commerce
Installing oracle endeca commerceInstalling oracle endeca commerce
Installing oracle endeca commerce
 
How to change the obiee 11g browser title
How to change the obiee 11g browser titleHow to change the obiee 11g browser title
How to change the obiee 11g browser title
 
Creating new service name for oracle database
Creating new service name for oracle databaseCreating new service name for oracle database
Creating new service name for oracle database
 
Installing oracle database 11.2.0.3 on windows
Installing oracle database 11.2.0.3 on windowsInstalling oracle database 11.2.0.3 on windows
Installing oracle database 11.2.0.3 on windows
 

Kürzlich hochgeladen

IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 

Kürzlich hochgeladen (20)

IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 

Oracle applications r12.2.0 installation on linux

  • 1. Oracle Applications R12.2 Installation on Linux using virtual box PREPARED BY RAVI KUMAR LANKE Page 1
  • 2. This is a step by step detailed article for Installing Oracle E-business suite R12,2 on Oracle Enterprise Linux 5.7 (64-bit). I've used oracle virtual box. Virtual Machine configuration: CPU = 1 core RAM = 8 GB HDD = 380 GB Software's Required: 1) Oracle Virtual Box 2) Oracle Enterprise Linux 5.7 (64-bit) 3) Oracle E-Business suite R12.2 for LinuxX86-64-bit Installation Steps: 1. 2. 3. 4. 5. 6. Hardware requirements Create virtual machine and Install operating system Operating System pre-requisites Prepare Stage Area Install Oracle EBS R12.2 software Verify Installation PREPARED BY RAVI KUMAR LANKE Page 2
  • 3. 1. Hardware Requirements: As per the documentation its recommended to use 4GB Memory for database Tier and 6GB for Application Tier (0 -10 users). So if you are performing a single node Installation in PRODUCTION then min. of 10g RAM is recommended. Table Displays Recommended hardware requirements based on number of users: PREPARED BY RAVI KUMAR LANKE Page 3
  • 4. 2. Create new virtual machine and install operating system in it: Download and install virtual machine software in your system and create new virtual machine in it and also install linux operating system in it. 3. Operating System pre-requisites: Create OS group, user and directories: [root@erpnode2 Server]# groupadd dbaerp [root@erpnode2 Server]# useradd -g dbaerp [root@erpnode2 Server]# useradd -g dbaerp [root@erpnode2 Server]# passwd oraR12 Changing password for user oraR12. New UNIX password: BAD PASSWORD: it is based on a dictionary Retype new UNIX password: passwd: all authentication tokens updated [root@erpnode2 Server]# passwd applR12 Changing password for user applR12. New UNIX password: BAD PASSWORD: it is based on a dictionary Retype new UNIX password: passwd: all authentication tokens updated [root@erpnode2 Server]# oraR12 applR12 word successfully. word successfully. Create directories and change permissions: [root@erpnode2 [root@erpnode2 [root@erpnode2 [root@erpnode2 [root@erpnode2 [root@erpnode2 ~]# ~]# ~]# ~]# ~]# ~]# mkdir mkdir chmod chown chown -p -p -R -R -R /d01/ora_prod /d01/appl_prod 775 /d01/*_prod oraR12:dbaerp /d01/ora_prod applR12:dbaerp /d01/appl_prod Cconfigure kernel parameters (Edit /etc/sysctl.conf file): #All below kernel parameters are related to oracle EBS R12.2#################kernel.msgmnb = 65536 kernel.msgmax = 65536 kernel.shmall = 268435456 kernel.shmmax = 429496729 kernel.shmmni = 4096 kernel.sem = 256 32000 100 142 fs.file-max = 327679 net.ipv4.ip_local_port_range = 10000 65000 net.core.rmem_default = 262144 net.core.wmem_default = 262144 PREPARED BY RAVI KUMAR LANKE Page 4
  • 5. net.core.rmem_max = 262144 net.core.wmem_max = 4194304 :wq [root@erpnode2 Server]# sysctl -p net.ipv4.ip_forward = 0 net.ipv4.conf.default.rp_filter = 2 net.ipv4.conf.default.accept_source_route = 0 kernel.sysrq = 0 kernel.core_uses_pid = 1 net.ipv4.tcp_syncookies = 1 kernel.msgmnb = 65536 kernel.msgmax = 65536 kernel.shmall = 268435456 kernel.shmmax = 429496729 kernel.shmmni = 4096 kernel.sem = 256 32000 100 142 fs.file-max = 327679 net.ipv4.ip_local_port_range = 10000 65000 net.core.rmem_default = 262144 net.core.wmem_default = 262144 net.core.rmem_max = 262144 net.core.wmem_max = 4194304 [root@erpnode2 Server]# tail -8 /etc/security/limits.conf #ftp hard nproc 0 #@student maxlogins 4 # End of file * hard nofile 65536 * soft nofile 4096 * hard nproc 16384 * soft nproc 2047 [root@erpnode2 Server]# Make sure all OS packages exists on the system If packages are selected as listed with OS Installation then you need to Install only listed below rpm's: [root@erpnode2 Server]# rpm -ivh glibc-2.5-65.x86_64.rpm warning: glibc-2.5-65.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159 Preparing... ########################################### [100%] package glibc-2.5-65.x86_64 is already installed [root@erpnode2 Server]# ls -l libstdc++-devel-* -rw-r--r-- 1 root root 2962660 Jun 14 2011 libstdc++-devel-4.1.2-51.el5.i386.rpm -rw-r--r-- 1 root root 2943747 Jun 14 2011 libstdc++-devel-4.1.2-51.el5.x86_64.rpm [root@erpnode2 Server]# rpm -ivh devel-4.1.2-51.el5.x86_64.rpm error: open of devel-4.1.2-51.el5.x86_64.rpm failed: No such file or directory [root@erpnode2 Server]# rpm -ivh libstdc++-devel-4.1.2-51.el5.x86_64.rpm warning: libstdc++-devel-4.1.2-51.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159 Preparing... ########################################### [100%] package libstdc++-devel-4.1.2-51.el5.x86_64 is already installed [root@erpnode2 Server]# rpm -ivh libXp-1.0.0-8.1.el5.i386.rpm warning: libXp-1.0.0-8.1.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159 Preparing... ########################################### [100%] 1:libXp ########################################### [100%] PREPARED BY RAVI KUMAR LANKE Page 5
  • 6. [root@erpnode2 Server]# rpm -ivh libXp-1.0.0-8.1.el5.x86_64.rpm warning: libXp-1.0.0-8.1.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159 Preparing... ########################################### [100%] 1:libXp ########################################### [100%] [root@erpnode2 Server]# ls -lrt sysstat-7* -rw-r--r-- 1 root root 191268 Jul 26 2011 sysstat-7.0.2-11.el5.x86_64.rpm [root@erpnode2 Server]# rpm -ivh sysstat-7.0.2-11.el5.x86_64.rpm warning: sysstat-7.0.2-11.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159 Preparing... ########################################### [100%] 1:sysstat ########################################### [100%] [root@erpnode2 Server]# ls -l libaio-devel-* -rw-r--r-- 1 root root 11790 Nov 17 2010 libaio-devel-0.3.106-5.i386.rpm -rw-r--r-- 1 root root 11675 Nov 17 2010 libaio-devel-0.3.106-5.x86_64.rpm [root@erpnode2 Server]# rpm -ivh libaio-devel-0.3.106-5.i386.rpm warning: libaio-devel-0.3.106-5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159 Preparing... ########################################### [100%] 1:libaio-devel ########################################### [100%] [root@erpnode2 Server]# rpm -ivh libaio-devel-0.3.106-5.x86_64.rpm warning: libaio-devel-0.3.106-5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159 Preparing... ########################################### [100%] 1:libaio-devel ########################################### [100%] [root@erpnode2 Server]# rpm -ivh unixODBC* warning: unixODBC-2.2.11-7.1.i386.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159 error: Failed dependencies: libqt-mt.so.3 is needed by unixODBC-kde-2.2.11-7.1.i386 [root@erpnode2 Server]# rpm -ivh unixODBC-2.2.11-7.1.x86_64.rpm warning: unixODBC-2.2.11-7.1.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159 Preparing... ########################################### [100%] package unixODBC-2.2.11-7.1.x86_64 is already installed [root@erpnode2 Server]# rpm -ivh unixODBC-devel-2.2.11-7.1.i386.rpm warning: unixODBC-devel-2.2.11-7.1.i386.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159 Preparing... ########################################### [100%] 1:unixODBC-devel ########################################### [100%] [root@erpnode2 Server]# rom 0ivh unixODBC-2.2.11-7.1.i386.rpm bash: rom: command not found [root@erpnode2 Server]# rpm -ivh unixODBC-2.2.11-7.1.i386.rpm warning: unixODBC-2.2.11-7.1.i386.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159 Preparing... ########################################### [100%] package unixODBC-2.2.11-7.1.i386 is already installed [root@erpnode2 Server]# rpm -ivh unixODBC-devel-2.2.11-7.1.x86_64.rpm warning: unixODBC-devel-2.2.11-7.1.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159 Preparing... ########################################### [100%] 1:unixODBC-devel ########################################### [100%] [root@erpnode2 Server]# - The following packages should exists on system for a successful Installation.   openmotif21-2.1.30-11.EL5.i3861 xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386 PREPARED BY RAVI KUMAR LANKE Page 6
  • 7. The following packages must be installed from the Oracle Linux 5 or RHEL 5 distribution media: compat-libstdc++-296-2.96-138.i386  compat-libstdc++-33-3.2.3-61.i386  gcc-4.1.2-48.el5.x86_64  gcc-c++-4.1.2-48.el5.x86_64  glibc-2.5-49.i686 (32-bit)  glibc-2.5-49.x86_64  glibc-common-2.5-49.x86_64  glibc-devel-2.5-49.i386 (32-bit)  glibc-devel-2.5-49.x86_64  libgcc-4.1.2-48.el5.i386  libgcc-4.1.2-48.el5.x86_64  libstdc++-devel-4.1.2-48.el5.i386  libstdc++-devel-4.1.2-48.el5.x86_64  libstdc++-4.1.2-48.el5.i386  libstdc++-4.1.2-48.el5.x86_64  libXi-1.0.1-4.1.i386  libXp-1.0.0-8.1.el5.i386  libXp-1.0.0-8.1.el5.x86_64  libaio-0.3.106-5.i386  libaio-0.3.106-5.x86_64  libgomp-4.4.0-6.el5.x86_64  make-3.81-3.el5.x86_64  gdbm-1.8.0-26.2.1.i386  gdbm-1.8.0-26.2.1.x86_64  redhat-lsb-3.1-12.3.EL.0.2.x86_64 (on Red Hat/Oracle Linux 5 Update 7 or 5.7 only)  sysstat-7.0.2-3.el5.x86_64  util-linux-2.13-0.52.el5_4.1.x86_64  Additionally, the following RPMs are required for the database tier (running Oracle Database 11gR2):    compat-libstdc++-33-3.2.3-61.x86_64 elfutils-libelf-0.137-3.el5.x86_64 elfutils-libelf-devel-0.137-3.el5.x86_64 PREPARED BY RAVI KUMAR LANKE Page 7
  • 8.      elfutils-libelf-devel-static-0.137-3.el5.x86_64 libaio-devel-0.3.106-5.i386 libaio-devel-0.3.106-5.x86_64 unixODBC-2.2.11-7.1.i386 unixODBC-devel-2.2.11-7.1.i386 Swap memory should be 16GB or more (20GB is configured) [root@erpnode2 ~]# grep SwapTotal /proc/meminfo SwapTotal: 20482864 kB [root@erpnode2 ~]# Verify /etc/hosts file. It should be configured with fully qualified domain name [root@erpnode2 ~]# cat /etc/hosts # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost.localdomain localhost 192.168.1.122 erpnode2.orasol.com erpnode2 localhost Create Inventory and grant 775 permission to Inventory directory [root@erpnode2 ~]# cat /etc/oraInst.loc inventory_loc=/d01/ora_prod/oraInventory/ [root@erpnode2 ~]# mkdir -p /d01/ora_prod/oraInventory/ Verify that the /etc/sysconfig/network file is formatted as follows: [root@erpnode2 Server]# more /etc/sysconfig/network NETWORKING=yes NETWORKING_IPV6=no HOSTNAME=erpnode2.orasol.com Verify that the /etc/sysconfig/network file is formatted as follows: [root@erpnode2 Server]# more /etc/sysconfig/network NETWORKING=yes NETWORKING_IPV6=no HOSTNAME=erpnode2.orasol.com If the /etc/sysconfig/networking/profiles/default/network file exists, remove it. PREPARED BY RAVI KUMAR LANKE Page 8
  • 9. [root@erpnode2 Server]# ls -lrt /etc/sysconfig/networking/profiles/default/network -rw-r--r-- 1 root root 29 Sep 29 23:31 /etc/sysconfig/networking/profiles/default/network [root@erpnode2 Server]# mv /etc/sysconfig/networking/profiles/default/network /etc/sysconfig/networking/profiles/default/network.orig Create soft link for library as below for 10.1.2 Server: [root@erpnode2 Server]# ls -lrt /usr/lib/libXtst.so.6 lrwxrwxrwx 1 root root 16 Sep 29 21:48 /usr/lib/libXtst.so.6 -> libXtst.so.6.1.0 [root@erpnode2 Server]# unlink /usr/lib/libXtst.so.6 [root@erpnode2 Server]# ln -s /usr/X11R6/lib/libXtst.so.6.1 /usr/lib/libXtst.so.6 [root@erpnode2 Server]# ls -lrt /usr/lib/libXtst.so.6 lrwxrwxrwx 1 root root 29 Sep 29 23:34 /usr/lib/libXtst.so.6 -> /usr/X11R6/lib/libXtst.so.6.1 [root@erpnode2 Server]# [root@erpnode2 etc]# ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2 [root@erpnode2 etc]# - Threading model in Linux should be NPTL [root@erpnode2 Server]# getconf GNU_LIBPTHREAD_VERSION NPTL 2.5 [root@erpnode2 Server]# 4. Prepare Staging Area: PREPARED BY RAVI KUMAR LANKE Page 9
  • 10. Download all required Parts Unzip startHere CD for getting buildStage.sh Execute bulildStage.sh script for creating Stage Download all required Parts Download software from https://edelivery.oracle.com Unzip startHere CD for getting buildStage.sh PREPARED BY RAVI KUMAR LANKE Page 10
  • 11. - Create directory for R12 Stage - unzip parts of StartHere CD in R12 Staging directory [root@erpnode2 Oracle E-Business Suite 12.2.2]# ls -lrt V35215-* -rwxrwx--- 1 root vboxsf 85594608 Sep 24 10:13 V35215-01_2of3.zip -rwxrwx--- 1 root vboxsf 101976210 Sep 24 10:17 V35215-01_3of3.zip -rwxrwx--- 1 root vboxsf 1409220447 Sep 24 12:55 V35215-01_1of3.zip [root@erpnode1 Oracle E-Business Suite 12.2.2]# unzip V35215-01_1of3.zip - After unzipping all three parts it will create directory startCD Execute bulildStage.sh script for creating Stage: - This script will be located under "startCD > rapidwiz > bin [root@erpnode2 Disk1]# cd rapidwiz/ [root@erpnode2 rapidwiz]# ls bin driver File jlib oui RapidWiz.cmd RapidWizVersion TechInstallers unzip ClientWiz.cmd etc images jre rapidwiz RapidWiz.ini RapidWizVersion.cmd template Xpatches [root@erpnode2 rapidwiz]# cd bin [root@erpnode2 bin]# ls adaixchk.sh adgetreg.exe buildStage.sh JNLSLib3.dll orpass.sql riwipu.sh riwTDBup.sql WizOSD.dll adchkutl.cmd AFSCJAV8.pls checkOS.cmd JNLSTool.dll perl510.dll riwperl.pl riwTXdis.sh WTPrereqs.cmd adchkutl.sh AFSCJAVS.pls checkOS.sh launch.exe perl.exe riwTDBup.cmd runWizard.sh WTPrereqs.sh addbptchk.sh buildStage.cmd filespace.exe NMAKE.EXE racvalidations.sh riwTDBup.sh syspass.sql [root@erpnode2 bin]# sh buildStage.sh Build Stage Menu -----------------------------------------------------1. Create new stage area 2. Copy new patches to current stage area. 3. Display existing files in stage TechPatches. 4. Exit menu Enter your choice [4]: 1 Rapid Install Platform Menu ------------------------------------------------------ PREPARED BY RAVI KUMAR LANKE Page 11
  • 12. 1. Oracle Solaris SPARC (64-bit) 2. Linux x86-64 3. IBM AIX on Power Systems (64-bit) 4. HP-UX Itanium 5. Exit Menu Enter your choice [5]: 2 /media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../jre/Linux_x64/1.6.0/bin/java classpath /media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../jlib/emocmutl.jar:/media/sf_Oracl e_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../jlib/ewt3_4_22.jar:/media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../jlib/share1_1_18.jar:/media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../jlib/jnls.jar:/media/s f_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../jlib/ACC.JAR:/media/sf_Oracle_EBS_12.2.2/ startCD/Disk1/rapidwiz/bin/../jlib/netcfg.jar:/media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rap idwiz/bin/../jlib/ojdbc14.jar:/media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../jli b/OraInstaller.jar:/media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../jlib/java oracle.apps.ad.rapidwiz.util.StageBuilder /media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin Please enter the directory containing the zipped installation media: /media/sf_Oracle_EBS_12.2.2 Unzipping V29764-01.zip Unzipping V29856-01.zip Unzipping V35215-01_1of3.zip Unzipping V35215-01_2of3.zip Unzipping V35215-01_3of3.zip Unzipping V35230-01_1of2.zip Unzipping V35230-01_2of2.zip Unzipping V35231-01_1of5.zip Unzipping V35231-01_2of5.zip Unzipping V35231-01_3of5.zip Unzipping V35231-01_4of5.zip Unzipping V35231-01_5of5.zip Unzipping V35802-01.zip Unzipping V35803-01_1of3.zip Unzipping V35803-01_2of3.zip Unzipping V35803-01_3of3.zip Unzipping V35804-01_1of2.zip Unzipping V35804-01_2of2.zip Unzipping V35805-01_1of2.zip Unzipping V35805-01_2of2.zip Unzipping V35806-01_1of3.zip Unzipping V35806-01_2of3.zip Unzipping V35806-01_3of3.zip Unzipping V35807-01.zip Unzipping V35808-01.zip unzipping file V35808-01.zip Unzipping V35809-01.zip Unzipping V35810-01.zip Unzipping V35811-01.zip Unzipping V35812-01.zip Unzipping V35813-01.zip Unzipping V36798-01.zip Unzipping V37515-01_1of6.zip Unzipping V37515-01_2of6.zip Unzipping V37515-01_3of6.zip Unzipping V37515-01_4of6.zip Unzipping V37515-01_5of6.zip PREPARED BY RAVI KUMAR LANKE Page 12
  • 13. Unzipping V37515-01_6of6.zip Unzipping V39211-01.zip Unzipping V39571-01.zip Unzipping V39615-01.zip Unzipping V39664-01.zip Applying one-off patches All files have been unzipped. Stage area is complete. Done Unzipping shiphome ... StageBuilder will now stage the tech patches for Linux_x64... Copying one-off patches to shiphome /media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../unzip/Linux_x64/unzip -o /media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../Xpatches/Linux_x64.zip -d /media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../../../../TechPatches Archive: /media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../Xpatches/Linux_x64.zip creating: /media/sf_Oracle_EBS_12.2.2/startCD/Disk1/rapidwiz/bin/../../../../TechPatches/DB/16303726/ Done Copying additional patches Verifying stage area... Directory Directory Directory Directory Directory Directory Directory Directory Directory /media/sf_Oracle_EBS_12.2.2/TechInstallMedia is valid /media/sf_Oracle_EBS_12.2.2/TechPatches/DB is valid /media/sf_Oracle_EBS_12.2.2/TechPatches/MiddleTier is valid /media/sf_Oracle_EBS_12.2.2/EBSInstallMedia/AppDB is valid /media/sf_Oracle_EBS_12.2.2/EBSInstallMedia/Apps is valid /media/sf_Oracle_EBS_12.2.2/EBSInstallMedia/AS10.1.2 is valid /media/sf_Oracle_EBS_12.2.2/TechInstallMedia/database is valid /media/sf_Oracle_EBS_12.2.2/TechInstallMedia/ohs11116 is valid /media/sf_Oracle_EBS_12.2.2/TechInstallMedia/wls1036_generic is valid Stage area verified. Press enter to continue... Build Stage Menu -----------------------------------------------------1. Create new stage area 2. Copy new patches to current stage area. 3. Display existing files in stage TechPatches. 4. Exit menu Enter your choice [4]: PREPARED BY RAVI KUMAR LANKE Page 13
  • 14. - Make sure proper privileges are give to stage directory (755 or 775) 5. Install Oracle E-Business suite R12.2: - Make sure proper display is configured PREPARED BY RAVI KUMAR LANKE Page 14
  • 15. Run rapidwiz from the staging directory PREPARED BY RAVI KUMAR LANKE Page 15
  • 16. Click next PREPARED BY RAVI KUMAR LANKE Page 16
  • 17. Un check I wish to receive and click next PREPARED BY RAVI KUMAR LANKE Page 17
  • 18. Select new configuration and click next PREPARED BY RAVI KUMAR LANKE Page 18
  • 19. This is the new option introduced in R12.2, you can select different ports on 2 File systems. PREPARED BY RAVI KUMAR LANKE Page 19
  • 20. Select database type as fresh database and provide all the necessary details and click next PREPARED BY RAVI KUMAR LANKE Page 20
  • 21. Select suite licensing and click next PREPARED BY RAVI KUMAR LANKE Page 21
  • 22. Select the additional products if you want and click next PREPARED BY RAVI KUMAR LANKE Page 22
  • 23. Click next PREPARED BY RAVI KUMAR LANKE Page 23
  • 24. Change database character set to AL32UTF8 and click next PREPARED BY RAVI KUMAR LANKE Page 24
  • 25. Select two different locations for dual file system (New option R12.2) PREPARED BY RAVI KUMAR LANKE Page 25
  • 26. Click ok and click next PREPARED BY RAVI KUMAR LANKE Page 26
  • 27. Here you can provide required password for all listed users. I've selected to use default password. (New Option R12.2) PREPARED BY RAVI KUMAR LANKE Page 27
  • 28. Click next PREPARED BY RAVI KUMAR LANKE Page 28
  • 29. If all Pre-requisite checks are successful click next otherwise clear the error and click retry PREPARED BY RAVI KUMAR LANKE Page 29
  • 30. Click next PREPARED BY RAVI KUMAR LANKE Page 30
  • 31. click yes and click next PREPARED BY RAVI KUMAR LANKE Page 31
  • 32. Now installation was started and it takes about 4-5 hours for finishing Wait till then PREPARED BY RAVI KUMAR LANKE Page 32
  • 33. Its restoring datafiles using rman scripts PREPARED BY RAVI KUMAR LANKE Page 33
  • 34. PREPARED BY RAVI KUMAR LANKE Page 34
  • 35. PREPARED BY RAVI KUMAR LANKE Page 35
  • 36. Installation completed successfully PREPARED BY RAVI KUMAR LANKE Page 36
  • 37. Click finish to complete the installation PREPARED BY RAVI KUMAR LANKE Page 37
  • 38. 6. Verify Installation: Login to Oracle EBS and verify application access PREPARED BY RAVI KUMAR LANKE Page 38
  • 39. Login to OAM > Dashboard Here its just listing Admin, database and concurrent manger server. Middle Tier services are managed with weblogic server (New Option R12.2) PREPARED BY RAVI KUMAR LANKE Page 39
  • 40. Login to weblogic console to verify middle layer services PREPARED BY RAVI KUMAR LANKE Page 40
  • 41. EBS_domain_PROD is Oracle EBS R12.2 domain All middle Tier services are now managed in weblogic domain "EBS_domain_PROD" (New option - R12.2) PREPARED BY RAVI KUMAR LANKE Page 41
  • 42. If we check status of opmn process its just listing the domain of weblogic server (New Option - R12.2) I hope this post will be helpful for beginners and experienced DBA's as well who are willing to Install this release in their environments. Note: In Linux 6 there are some post Installation steps for applying patches where as in Linux 5 there are no post Installation instructions. Ref: Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x8664 (Doc ID 1330701.1) 12.2 Rapid-Install fails on Installing Web Tier Utilities with Error "Fatal Error: TXK Install Service" (Doc ID 1587452.1) PREPARED BY RAVI KUMAR LANKE Page 42