Install Oracle 11i (11.5.10.2) on Linux

In today’s post I will cover things you need to install Oracle Apps 11i (11.5.10.2) on Linux.

Software
1. Software for Oracle 11i can be downloaded from edelivery.oracle.com(46 zip files) or you can order disks via metalink account.
2. Unzip these files and this should create five directory startCD, oraAppDB, oraApps, oraDB, oraiAS

O. S. Requirement
1.  Linux Package : make sure you have ar, gcc, g++, ld, ksh, make, X Display Server
2. Disk Space : 26 GB for Application Tier & 65 GB for Vision Database (31 GB for fresh database). Hence total 57 GB for fresh DB & 91 GB for Vision Instance.
3. If you are installing apps 11.5.10.2 from Staging area you need another 24GB (No need if you are doing install from inserting CD’s on prompt)
4. O.S. User : Create two operating system user, avis11i (Application Tier) & ovis11i (Database Tier) both belonging to group DBA. You can use single user as well for both Application Tier & Database Tier
5. JDK : No need to install JDK 1.4.2 on solaris, Linux or windows as 11i Installer will install it. For other operating system you need to install JDK 1.4.2 
6. For full list of RPM’s required on Red Hat Enterprise Linux Visit Metalink Note # 303859.1

Things you must do/know before installation
A) set environment variable LD_ASSUME_KERNEL=2.4.19 for root user
B) gcc -v  (Should be of version 3.2.x) For any other version
mv /usr/bin/gcc /usr/bin/gcc.orig
mv /usr/bin/g++ /usr/bin/g++.orig
ln -s /usr/bin/i386-redhat-linux-gcc32 /usr/bin/gcc
ln -s /usr/bin/i386-redhat-linux-g++32 /usr/bin/g++

C) If your installation fail some time restart installation by option restart like 
rapidwiz -restart
D) If you try to access apps from linux machine from browser other than Mozilla (like KDE)you will get error message that “You have insufficient privileges for current operation
E) Installer should be started from root user

Starting Installation 
1. Go to Staging directory /stage_location/startCD/Disk1/rapidwiz/
2. ./rapidwiz
3. Create base directory under which you wish to install database & apps tier with proper permission (owner) (Five main directory – [SID]appl,[SID]comn,[SID]ora owned by application user (avis11i) & [SID]db, [SID]data owned by database o.s. user (ovis11i) )
 
Post Install
1. Set environment variable in O.S. user profile
/install_base/[sid]appl/APPSORA.env   (For Application Tier User, avis11i)
/install_base/[sid]db/SID_hostname.env   (For Application Tier User, ovis11i)

2. For start/stop services of Oracle Apps 11i visit
11i Startup/Shutdown Scripts

Error/Issues during 11i Install 
Issue :
RW-50004: Error code received when running external process. Check log file for details. Running Database Install Drivers for VIS Database

Check Logsat : $install_base/[sid]db/9.2.0/appsutil/log/[SID]_[hostname]/MMDDHHMM.log
Error while running adlnkoh.sh, log for adlnkoh.sh at $install_base/[sid]db /9.2.0/install/make.log
In make.log file libgcc_s.so : undefined reference to `dl_iterate_phdr@GLIBC_2.2.4`

Fix
: This issue is very well explained in Note : 363600.1 ‘dl_iterate_phdr@GLIBC_2.2.4’Error on Linux Running Rapidwiz

References:
303859.1  Requirements for Installing Oracle 9iR2 on RHEL 4
11i Install Guide from Oracle

About the Author Atul Kumar

Oracle ACE, Author, Speaker and Founder of K21 Technologies & K21 Academy : Specialising in Design, Implement, and Trainings.

follow me on:

Leave a Comment:

165 comments
AKBAR says December 3, 2007

Hi Atul,

I am trying to install Ebusiness Suite R11i on Enterprise Linux 4 using Vmware on my Window XP Laptop. I have been trying this for last 2 week but not yet successfull.

Please help me trying to resolve the below error.

I am getting following error at Step1 of 5. Following is the contents from the log file.

————————-

Step 0 of 5

Command: /d01/oracle/visdb/9.2.0/temp/VIS_localhost/adrun9i.sh

Step 1 of 5: Doing UNIX preprocessing
Executing: chmod -R 777 /etc/oraInventory
chmod -R 777 /etc/oraInventory has succeeded

Processing Step 1 of 5

Executing: su oravis -c “/d01/oracle/visdb/9.2.0
/temp/VIS_localhost/adrun9i.sh APPS APPS”

STARTED INSTALL PHASE : 9i RDBMS : Sun Dec 2 18:54:43 EST 2007

runProcess_1

Executing command:

/root/backup/apps_stage/startCD/Disk1/rapidwiz/jre/Linux/1.4.2/

/bin/jre -mx512M -classpath \n /root/backup/apps_stage/startCD/

Disk1/rapidwiz/jre/Linux/1.4.2//lib/rt.jar:/root/backup/

apps_stage/startCD/Disk1/rapidwiz/jre/Linux/1.4.2/

/lib/i18n.jar:/root/backup/apps_stage

/startCD/Disk1/rapidwiz/jlib/java:/root/backup/

apps_stage/startCD/Disk1/rapidwiz/jlib/xmlparserv2.zip

oracle.apps.ad.autoconfig.InstantiateFile -e
/d01/oracle/visdb/9.2.0/appsutil/VIS_localhost.xml -d

/root/backup/apps_stage/startCD/Disk1/rapidwiz
/driver/db/driver/gdb920.drv -pwd no_password_here
-log /d01/oracle/visdb/9.2.0/appsutil/log/VIS_localhost/dbInstall.log -verbose

Cannot execute Install for database ORACLE_HOME

There was an error while running the command – su oravis -c
/d01/oracle/visdb/9.2.0/temp/VIS_localhost/adrun9i.sh APPS APPS
/d01/oracle/visdb/9.2.0/temp/VIS_localhost/adrun9i.s
h: line 27: /root/backup/apps_stage/startCD/Disk1/rapidwi
z/jre/Linux/1.4.2//bin/jre: Permission denied
RW-50010: Error: – script has returned an error: 126
RW-50004: Error code received when runnin
g external process. Check log file for details.
Running Database Install Driver for VIS instance

Thanks & Regards,
Akbar Husen Shaikh

Reply
Atul says December 3, 2007

Akbar

1. Please manually change the permissions on both files:
‘chmod -R 755 adrunias.sh’
‘chmod -R 755 adrunat.sh’

2. Restart the rapidwiz

For more info check metalink note 393154.1 Rw-50004 Adrunias.Sh Failed With Fresh Install 11.5.10.2

Reply
suryapinna says December 21, 2007

How do we mention the location of the .env files if the .bash_profile for both Apps and Oracle Users after installing the 12R.Please let me have clear picture of the same with an example

Thanks

Regards

Surya

Reply
suryapinna says December 21, 2007

Hi Atul

I was successful with the Installation of 12R on linux 4.0 Ent OS.But I have been struggling on the post installation steps .No proper guidence is given in any of the manuals on these aspects .I wish you could help me on these steps

Thanks

Surya

Reply
Atul Kumar says December 21, 2007

Surya,
For R12 post install steps do these
– set env variable; call env file in application and database (at o.s.) level
– Create custom startup/shutdown scripts
– Take backup

For calling env file , env file for Application Tier is under APPL_TOP and for Database Tier its under $ORACLE_HOME/appsutil so call it in .bash_profile or .profile (depending your shell) like

. /location_of_env_file_name.env

Reply
rajesh says December 28, 2007

Hi Atul,

I am trying to install Ebusiness Suite R11i on Enterprise Linux 4.I have been trying this for last 2 day but not yet successfull.

Please help me trying to resolve the below error.
I am getting following error at validate system configuration

File System Check :

RW-00022: Error: – Unable to create directory with proper privileges:
Database ORACLE_HOME
Mount Point = /data/oracle/visdb/9.2.0 RW-00022: Error: – Unable to create directory with proper privileges:
Database ORACLE_HOME admin folder
Mount Point = /data/oracle/visdb/9.2.0/appsutil RW-00022: Error: – Unable to create directory with proper privileges:
Database ORACLE_HOME temp folder
Mount Point = /data/oracle/visdb/9.2.0/appsutil/temp RW-00022: Error: – Unable to create directory with proper privileges:
Database Install Log Directory
Mount Point = /data/oracle/visdb/9.2.0/appsutil/log/VIS_rajesh RW-00022: Error: – Unable to create directory with proper privileges:
Database Install Out Directory
Mount Point = /data/oracle/visdb/9.2.0/appsutil/out/VIS_rajesh/templbac RW-00022: Error: – Unable to create directory with proper privileges:
Database System File Directory
Mount Point = /data/oracle/visdata RW-00022: Error: – Unable to create directory with proper privileges:
Database Log File Directory
Mount Point = /data/oracle/visdata RW-00022: Error: – Unable to create directory with proper privileges:
Database Transaction File Directory
Mount Point = /data/oracle/visdata RW-00022: Error: – Unable to create directory with proper privileges:
Database Archive File Directory
Mount Point = /data/oracle/visdata RW-00022: Error: – Unable to create directory with proper privileges:
APPL_TOP
Mount Point = /data2/applmgr/visappl RW-00022: Error: – Unable to create directory with proper privileges:
APPL_TOP admin
Mount Point = /data2/applmgr/visappl/admin RW-00022: Error: – Unable to create directory with proper privileges:
APPL_TOP mount 2
Mount Point = /data2/applmgr/visappl RW-00022: Error: – Unable to create directory with proper privileges:
APPL_TOP mount 3
Mount Point = /data2/applmgr/visappl RW-00022: Error: – Unable to create directory with proper privileges:
APPL_TOP mount 4
Mount Point = /data2/applmgr/visappl RW-00022: Error: – Unable to create directory with proper privileges:
COMMON_TOP
Mount Point = /data2/applmgr/viscomn RW-00022: Error: – Unable to create directory with proper privileges:
JAVA_TOP
Mount Point = /data2/applmgr/viscomn/java RW-00022: Error: – Unable to create directory with proper privileges:
JDK_TOP
Mount Point = /data2/applmgr/viscomn/util/java/1.4/j2sdk1.4.2_04 RW-00022: Error: – Unable to create directory with proper privileges:
PORTAL_TOP
Mount Point = /data2/applmgr/viscomn/portal RW-00022: Error: – Unable to create directory with proper privileges:
Temp Directory
Mount Point = /data2/applmgr/viscomn/temp RW-00022: Error: – Unable to create directory with proper privileges:
APPL_TOP admin Install Log Directory
Mount Point = /data2/applmgr/visappl/admin/VIS_rajesh/log RW-00022: Error: – Unable to create directory with proper privileges:
APPL_TOP admin Install Out Directory
Mount Point = /data2/applmgr/visappl/admin/VIS_rajesh/out/templbac RW-00022: Error: – Unable to create directory with proper privileges:
Apps ORACLE_HOME
Mount Point = /data2/applmgr/visora/iAS RW-00022: Error: – Unable to create directory with proper privileges:
Tools ORACLE_HOME
Mount Point = /data2/applmgr/visora/8.0.6

This is another error

File Space Check :

RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
Database ORACLE_HOME = /data/oracle/visdb/9.2.0
required = 3091.0
actual = 0.0

RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
Database System File Directory = /data/oracle/visdata
required = 12023.0
actual = 0.0

RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
Database Log File Directory = /data/oracle/visdata
required = 160.0
actual = 0.0

RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
Database Transaction File Directory = /data/oracle/visdata
required = 28870.0
actual = 0.0

RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
Database Archive File Directory = /data/oracle/visdata
required = 21206.0
actual = 0.0

RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
APPL_TOP = /data2/applmgr/visappl
required = 5705.0
actual = 0.0

RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
APPL_TOP mount 2 = /data2/applmgr/visappl
required = 3212.0
actual = 0.0

RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
APPL_TOP mount 3 = /data2/applmgr/visappl
required = 5852.0
actual = 0.0

RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
APPL_TOP mount 4 = /data2/applmgr/visappl
required = 2524.0
actual = 0.0

RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
COMMON_TOP = /data2/applmgr/viscomn
required = 2963.0
actual = 0.0

RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
Apps ORACLE_HOME = /data2/applmgr/visora/iAS
required = 2600.0
actual = 0.0

RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
Tools ORACLE_HOME = /data2/applmgr/visora/8.0.6
required = 3027.0
actual = 0.0

Reply
Atul Kumar says December 28, 2007

Rajesh,
Create following directories with proper privileges and try again

Owned by database tier user
/data/oracle/visdb
/data/oracle/visdata

Owned by application tier user
/data2/applmgr/visappl
/data2/applmgr/viscomn
/data2/applmgr/visora

Reply
rajesh says December 28, 2007

hi.,Atul
still im getting same error,i created dir with 777 privs still im getting same error

Reply
Atul Kumar says December 28, 2007

Check if you can create files in these directories with appropriate users.

Ensure you have done all prereq steps like /etc/hosts entry and hostname output

If you still hit this issue kindly raise SR with oracle support

Reply
krishell says March 4, 2008

Hi Atul,

I was successful in installing Apps11i on RHEL4
I was also successful in starting and the services. But the login links on my client web browsers wont open the E-BUS SUITE url.

Please help

Reply
Anil Kumar S says April 17, 2008

Hi Atul,
This might be the most FAQ’s but need u r advice on this.I have recently had completed a course in OF 11.5.10.2 and i am intrested in doing pactices sessions, i have notebook with the following spec’s will this help in installing Apps? Let me know ASAP. Awaiting for your reply.

System Spec’s
NOTEBOOK:
Pavilion DV2701TU Laptop

Processor: Intel Pentium Dual-Core Processor T2330 (1.6 GHz)
(Intel 965PM Express Chipset / 1MB L2 Cache / 667 Mhz FSB)
Oprating system: Windows Vista Home Premium (32 bit)
Memory: 1 GB PC2-5300 DDR2 (667 MHz)
Hard Disk: 160 GB SATA @ 5400 RPM)
Graphics: Intel Graphics Media Accelerator X3100

Reply
Atul says April 17, 2008

Yes, its enough but if you hit performance issues try increasing memory to 2 GB

Reply
Jp says May 7, 2008

Hi Atul,
Really good Site for Orace Apps dba’s.
Thanks
Jp

Reply
Jp says May 7, 2008

Hi Atul,
I am appsdba and need your thought.
Node A:Oracle E-bus Middle Tier (Application_Tier).
Node B:Database sits here (Oracle 9.2.0.8)

I need to configure Oracle E-bus 11.5.10.2 instance without database,and it sholuld point to my existing datbase (Core Oracle 9.2.0.8 database).and it should act as Oracle E-bus Instance,as we are not having access to Oracle database.

Please help me out.

Thanks
Jp

Reply
Atul says May 7, 2008

JP,
Your doubt is not clear. Did you mean you want to use exiting 9.2.0.8 database (Non E-Business Suite DB) with exisitng/non existing middle tier ?

This is not possible, you have to either clone from existing e-business suite database or install fresh/vision e-business database

Reply
bicky says June 24, 2008

Hi,
i have successfully install 11.5.10.2. but my problem is that i am unable to open form page its giving error missing plugins.

thnaks

Reply
bicky says June 24, 2008

Hi,
i have successfully install 11.5.10.2 in linux RHEL-ES4(update 2). but my problem is that i am unable to open form page its giving error missing plugins.

thnaks

Reply
Atul says June 24, 2008

Bicky,
If you are trying to access apps 11i from linux machine then you need to first configure forms to use java plugin (This is by default set to jinitiator in 11i & java plugin in R12) then configure jre in mozilla browser

http://onlineappsdba.com/index.php/2007/10/12/access-oracle-apps-r12-11i-from-linux-client-mozilla-firefox/

Note for 11i you might have to do some additional steps

Else access 11i from windows machine connected to network

Reply
t3ddyme says July 16, 2008

Hi,

I am wondering if you answered one question to its entirety.

Can 11.5.10.2 be installed on Windows Vista?

Thanks

Reply
Atul says July 17, 2008

No, 11.5.10.2 is NOT certified on Vista and I never tried that.

Reply
t3ddyme says July 17, 2008

Thanks for the prompt reply Atul.

Reply
Help01082008 says August 1, 2008

Hi Atul,

please help me out in resolving this as i am tring to install Oracle Apps 11i on my system, am getting this error… please help me out in resolving this issue…

LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.
0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle
/visdb/9.2.0/ctx/lib

Executable : /u01/oracle/visdb/9.2.0/bin/sqlplus

The log information will be written to

/u01/oracle/visdb/9.2.0/appsutil/log/VIS_orappz/adcrdb_VIS.txt

Creating the control file for VIS_orappz database …

SQL*Plus: Release 9.2.0.5.0 – Production on Wed Jul 30 18:25:07 2008

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

Connected to an idle instance.

ORACLE instance shut down.

Connected to an idle instance.

ORACLE instance started.

Total System Global Area 581506616 bytes

Fixed Size 452152 bytes

Variable Size 402653184 bytes

Database Buffers 167772160 bytes

Redo Buffers 10629120 bytes

Control file created.

Database altered.

Tablespace altered.

ALTER DATABASE RENAME GLOBAL_NAME TO VIS.iappz-infotech.com

*

ERROR at line 1:

ORA-00933: SQL command not properly ended

Database closed.

Database dismounted.

ORACLE instance shut down.

Connected to an idle instance.

ORACLE instance started.

Total System Global Area 581506616 bytes

Fixed Size 452152 bytes

Variable Size 402653184 bytes

Database Buffers 167772160 bytes

Redo Buffers 10629120 bytes

Database mounted.

PL/SQL procedure successfully completed.

ORACLE instance shut down.

Connected to an idle instance.

ORACLE instance started.

Total System Global Area 581506616 bytes

Fixed Size 452152 bytes

Variable Size 402653184 bytes

Database Buffers 167772160 bytes

Redo Buffers 10629120 bytes

Control file created.

Database altered.

Tablespace altered.

ALTER DATABASE RENAME GLOBAL_NAME TO VIS.iappz-infotech.com

*

ERROR at line 1:

ORA-00933: SQL command not properly ended

PL/SQL procedure successfully completed.

Disconnected from Oracle9i Enterprise Edition Release 9.2.0.5.0 – Production

With the Partitioning, OLAP and Oracle Data Mining options

JServer Release 9.2.0.5.0 – Production

exit_code=0

Checking for errors …

ORA-00933: SQL command not properly ended

ORA-00933: SQL command not properly ended

The database has not been successfully created. Shutting down the instance …

SQL*Plus: Release 9.2.0.5.0 – Production on Wed Jul 30 18:29:43 2008

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

Connected.

ORACLE instance shut down.

Disconnected from Oracle9i Enterprise Edition Release 9.2.0.5.0 – Production

With the Partitioning, OLAP and Oracle Data Mining options

JServer Release 9.2.0.5.0 – Production

Cannot create control file for VIS

RW-50010: Error: – script has returned an error: 9
RW-50004: Error code received when running external process. Check log file for details.
Running Database Install Driver for VIS instance

Thanks,

Reply
Atul says August 1, 2008

why your logs showing multiple hostnames – orappz , iappz-infotech.com ?

What is hostname of machine ?

What is entry in /etc/hosts ?
Set it to value like

If there is any – in hostname try to change it (I have seens issues installing apps on machine with hostname with -)

Reply
hemanth says August 23, 2008

hi

i am installing the applications 11.5.10.2
on linux5. i am getting the error like.

ERROR: ld.so: object ‘/lib/libcwait.so’ from /etc/ld.so.preload cannot
be preloaded: ignored.

what is the problem.

Thank’s in advance

Reply
rolutola says August 27, 2008

Hemanth,

This could be related to your compat-libcwait package being the wrong version or missing.

Check package requirements carefully.

R.

Reply
hemanth says August 27, 2008

hi Rolutola,

thanks for you reply i done that. and

i am installing applications 11.5.10.2 on oracle linux5 i am getting the following error

Cannot execute configure of environment for database ORACLE_HOME

RW-50010: Error: – script has returned an error: 1
RW-50004: Error code received when running external process. Check log file for details.
Running Database Install Driver for PROD instance

for this again i installed the gcc++ package 32.3 of vesion angain i am getting the same error pls help me out

Thanks inadvance

Reply
rolutola says August 27, 2008

Check the log file first and look for more specific error(s)

Unset your ORACLE_HOME

MAke sure you have compat-libcwait and compat-oracle-rhel*

I had the similar problem and I resolved it following above steps.

R.

Reply
Balaji says August 28, 2008

My OS Oracle-Linux version(X86_64) Release is 5.1. Will this will support of installing oracle apps 11.5.10.2 media Pack v6 for Linux x86 ?

Reply
Latinlyrics says September 1, 2008

Hi Atul

I have tried over and over to install oracle apps 11i on Ubuntu and get the following error:

Error while running adlnkoh.sh. Please check logfile

Errors while running adlnkoh.sh

There was an error while running the command – /d01/oracle/visdb/9.2.0/temp/VIS_percy-desktop/adrun9i.sh APPS APPS
/d01/oracle/visdb/9.2.0/appsutil/install/adlnkoh.sh: 198: /d01/oracle/visdb/9.2.0/bin/sqlplus: not found
RW-50010: Error: – script has returned an error: 1
RW-50004: Error code received when running external process. Check log file for details.
Running Database Install Driver for VIS instance

I have tried to follow the steps above but the issue is not resolved.

Do you have any advice with regards to this please.

Thanks

Reply
Atul says September 1, 2008

What is “gcc -v” ?

Reply
Latinlyrics says September 3, 2008

Hi Atul

gcc -v returned

Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v –enable-languages=c,c++,fortran,objc,obj-c++,treelang –prefix=/usr –enable-shared –with-system-zlib –libexecdir=/usr/lib –without-included-gettext –enable-threads=posix –enable-nls –with-gxx-include-dir=/usr/include/c++/4.2 –program-suffix=-4.2 –enable-clocale=gnu –enable-libstdcxx-debug –enable-objc-gc –enable-mpfr –enable-targets=all –enable-checking=release –build=i486-linux-gnu –host=i486-linux-gnu –target=i486-linux-gnu
Thread model: posix
gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)

Thanks

Reply
Latinlyrics says September 3, 2008

Hi Atul

gcc -v returned

Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v –enable-languages=c,c++,fortran,objc,obj-c++,treelang –prefix=/usr –enable-shared –with-system-zlib –libexecdir=/usr/lib –without-included-gettext –enable-threads=posix –enable-nls –with-gxx-include-dir=/usr/include/c++/4.2 –program-suffix=-4.2 –enable-clocale=gnu –enable-libstdcxx-debug –enable-objc-gc –enable-mpfr –enable-targets=all –enable-checking=release –build=i486-linux-gnu –host=i486-linux-gnu –target=i486-linux-gnu
Thread model: posix
gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)

Thanks

Reply
Latinlyrics says September 5, 2008

ok sorted that problem out but have another… can anyone please hlep this installation is driving me insane.

Trying to install oracle apps 11i the installer gets to 80% the then stops. It reads:

starting CVM on middle tier.

It has been hours and it hasn’t progressed… any ideas?

Thanks

Reply
rolutola says September 5, 2008

Please help all of us with details of how you resolved your problem.

Share your solutions.

R.

Reply
Latinlyrics says September 5, 2008

Sure sorry got carried away.

I had libstdc++-libc6.1-1.so.2 missing so downloaded a later version from http://www.sqldesktop.com/download/libstdc++-2-libc6.1-1-2.9.0.so. I copied the file into /usr/lib directory and created a link.

$ sudo ln -s libstdc++-2-libc6.1-1-2.9.0.so libstdc++-libc6.1-1.so.2

seems to have sorted it out.

regards

Reply
Latinlyrics says September 6, 2008

Update.

I have am having the following error which is probably causing my installer to stop:

error while loading shared libraries: libdb.so.3: cannot open shared object file: No such file or
directory

Does anyone know where I can get libdb.so.3? for Ubuntu?

Thanks

Reply
laptoprel12 says September 7, 2008

… can anyone give explanation on the steps of adrunat from rapidinstall steps 1 – 5 ?

I get an unzip error at step 2 file 186 of 195 and i want to correct that file instead of recreating the complete staging area.

Reply
hemanth says September 8, 2008

ERROR: ld.so: object ‘/lib/libcwait.so/’ from /etc/ld.so.preload cannot be preloaded: ignored.

i have installed the oracle linux4 and iam trying to install application 11.5.10.2 on it i applied the rpm patch compat-libcwait-2.1-1.i386.rpm immediatly i am getting the error
i replaced the libcwait from /usr/lib/ to /lib and modified the path in /etc/ld.so.preload but i am getting the same error

pls give me the valuble answer

Reply
stall3 says October 7, 2008

woah Atul. You are an APPS ninja! Very impressive.

Here’s our problem. We’re can’t seem to get the apps (11.5.10.2) to run on RHEL5.2. (Linux hyper.stall3.com 2.6.18-92.el5PAE #1 SMP Tue Apr 29 13:31:02 EDT 2008 i686 i686 i386 GNU/Linux)

adconfig.sh fails with the following error message:

“/u01/app/oracle/boomercomn/util/jr e/1.1.8/bin/../lib/i686/gre en_threads/libzip.so: sy mbol errno, version GLIBC_2.0
not defined in file libc.so.6 with link time reference (libzip.so)
Unable to initialize threads: cannot find class java/lang/Thread
Could not create Java VM”

Oracle has been working an ESC SEV 2 SR for this for over a month with no solution in sight.

We confirmed it’s not a LD_ASSUME_KERNEL error.

This chap ran into the same error with DISCO 4i on Linux5 and resolved it by changing his environment. Unfortunately, we have no idea what needs to be modified for our environment.

http://basklaassen.blogspot .com/2008/08/how -to-get-discoverer4i-working-on.html

Keep up the great work.
Thank-You.
-s3

yikes!

Reply
Atul says October 7, 2008

Yikes,
I am not sure if 11.5.10.2 is certified with linux 5.

Is this problem during installation or after installation (which running autoconfig)

If after installation @

Problem seems (not sure) adconfig.sh using JRE instead of JDK

Check following environment variables

AF_JRE_TOP
AFJVAPRG
AF_CLASSPATH

set environment variable for application tier user and run

env | grep

They should point to JDK and not JRE

Reply
stall3 says October 7, 2008

woah. That was quick Atul. Thank-you. To answer your questions:
1) yes 11.5.10.2 is cert for RHEL5.2. Verified on metalink and part of SR
2) we are migrating from Solaris to Linux. 2-Tier. The 10g db tier is working great.
3) The environment variables for applmgr show the following:
AF_JRE_TOP=/usr/java/j2sdk1.4.2_18
AFJVAPRG=/u01/app/oracle/boomercomn/util/jre/1.1.8/bin/jre
AF_CLASSPATH=/usr/java/j2sdk1.4.2_18/lib/rt.jar:/usr/java/j2sdk1.
4.2_18/lib/i18n.jar:/u01/app/oracle/boomercomn/java/appsborg.zip
:/u01/app/oracle/boomercomn/java/apps.zip:/u01/app/oracle/boom
erora/8.0.6/forms60/java:/u01/app/oracle/boomercomn/java

4)Solaris to Linux migrate requires the following on Linux;

./adconfig.sh run=INSTE8_SETUP contextfile=
Note: This command does not require the environment to be sourced.

This fails with:
/u01/app/oracle/boomercomn/util/jre/1.1.8/bin/../lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0
not defined in file libc.so.6 with link time reference (libzip.so)
Unable to initialize threads: cannot find class java/lang/Thread
Could not create Java VM

Thanks again for your apps ninja reflexes

yikes!

Reply
Atul says October 7, 2008

yikes
Everything looks OK except AFJVAPRG

Try setting it to JAVA (jdk) instead of JRE and try again

like

AFJVAPRG==/u01/app/oracle/boomercomn/util/java/1.4/j2sdk1.4.2_04/bin/java

Reply
stall3 says October 8, 2008

Thank you! We pointed all Oracle installed jre programs/environments to the Sun jdk/jre/bin/java and the migration is moving forward. Thanks again!! We’ll update the SR and let oracle know they need to update their apps migration documentation.

Reply
vikas says November 7, 2008

Hi Atul,

I am trying to install 11.5.10.2 on OEL 5 update2(which is certified).
While running the setup, getting the following error:
RW-50004: RW-50004: Error code received when running external process. check log file for details. Running Database Install for VIS Instance.
I chekced the dbinstacecfg file and found the follwing error:

afmkinit.sh exiting with status 127

.end std out.
cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory

Please help me out.

thanks
Vikas

Reply
Atul Kumar says November 7, 2008

1. Edit the 9i_redbms_oracle_home/appsutil/bin/adgetlnxver.sh file as below
2. Alter by replacing all occurances of LD_ASSUME_KERNEL with XD_ASSUME_KERNEL
3. Press the retry button in rapidwiz screen

For more information Check Metalink Note # 747424.1

Reply
vikas says November 11, 2008

Thanks for Reply.

I have tried the same and checked the metalink doc but still getting the same error. also manually unset the LD_ASSUME_KERNEL.

Reply
RGrace says November 15, 2008

Atul,

I am trieing to install 11.5.10.2 on OEL R5 and also had the issue with LD_ASSUME_KERNEL – however doing the advice in note 747424.1 seemed to fix it (I had already found the note before I checked this blog).

However – I am now getting a problem later on when starting CVM server -it has just fung.

Checking logs it would seem to be issue in note 294043.1. – it can’t find libdb.so.3 in the logs.

However – I don’t understand their solution. According to the package manager I already have compat-db – 4.2.52-5.1.i386.rpm installed (which is presumably one that came with OEL 5 media – I can’t remember now).

I am a bit of a Linux newbie – where should this libdb.so.3 be? Has the rpm not been installed correctly?

Any advice would be much appreciated.

Thanks

Rob

Reply
Atul Kumar says November 15, 2008

Which script you are using to start CVM server ?

Run this command to check compat-db version

rpm -qa | grep compat-db

Also check
ldd

to find missing .so file

Reply
sriharish says November 20, 2008

i am new to this site, i find lot of intresting thing in this site about oracle products
Hi atul sir how r u,

i need oracle 11i applications pdfs where can i get, please send me the links to my mail
sriharish86@gmail.com

Reply
anjan says February 19, 2009

hi this is ajan
Right now i don’t have any job on oracle apps still searching for job but i want knowing the installation of oracle apps on linux plz help me right now i have 11.5.10.2 version kindly help me installation process on linux (linux version 5) if is possible pls send alos screen shots

thanking you

Reply
digvijay says February 20, 2009

hi

can u tail me how can i check which rpm are insttal in ibm aix 5.3 itray this rpm -qa | grep compat-db but i have not got any valu

Regatds
Digvijay

Reply
mahmoud says March 11, 2009

hello everybody
i m trying to install 11i on Linux 4 and i go this error
RW-50004:Error code received when running external process.Check log file for details. Running Database install driver for Prod instance
and the log file
runProcess_5

Statusstring Executing Command: InstantiateFile -d addbtmpl.drv

Cannot execute configure of environment for database ORACLE_HOME

RW-50010: Error: – script has returned an error: 31
RW-50004: Error code received when running external process. Check log file for details.
Running Database Install Driver for PROD instance

and by the way i m running installer as root user

Reply
mahmoud says March 11, 2009

can anybody help me in this error

Reply
Atul Kumar says March 11, 2009

Seems issue is while installing/configuring db.

Check logs at

$ORACLE_HOME/appsutil/log/*/

where ORACLE_HOME is database oracle_home under $DB_TOP/9.2.0

Reply
Juan says May 6, 2009

Hi Atul,
I installed an Oracle 11.5.10.2 on OEL5 R2, but during the post-installation check, gave me 3 errors (HTTP, PHP and JSP)

Search Metalink potential errors, and there I read that the problem is that Discoverer 4i to 11i has no support since 2006, so you should upgrade to version 10g.

But then it occurred to me if I could try to access the server through the following URL http://ebs.e45:8000, and I could.

You may skip the step of the upgrade? It is an environment for testing.

Please ask your help with this, and I apologize for my English.

Greetings.

Reply
Atul Kumar says May 7, 2009

Juan,
No issue is not at all related to Discoverer. You received error for HTTP, PHP and JSP which suggests either apache (webserver) is not up or failed to start or installation failed at some point .

Do following checks –
1. check if you can connect to database from middle tier

sqlplus apps/@

If this works

2. Check if Apache is up and there are no issues as Jserv

netstat -an | grep 8000

check logs at $IAS_ORACLE_HOME/Apache/Apache/logs/error_log

$IAS_ORACLE_HOME/Apache/Jserv/logs/*

$IAS_ORACLE_HOME/Apache/Jserv/logs/jvm/*

I am not sure if you need to be on specific gcc version on OEL 5 but for OEL 4 you need to ensure

A) set environment variable LD_ASSUME_KERNEL=2.4.19 for root user
B) gcc -v (Should be of version 3.2.x) For any other version
mv /usr/bin/gcc /usr/bin/gcc.orig
mv /usr/bin/g++ /usr/bin/g++.orig
ln -s /usr/bin/i386-redhat-linux-gcc32 /usr/bin/gcc
ln -s /usr/bin/i386-redhat-linux-g++32 /usr/bin/g++

Reply
Sree says May 13, 2009

Hi

When i install EBS 11i, we are getting below error on Linux env. could you please help me ..

STARTED INSTALL PHASE : 9i RDBMS : Tue May 12 16:39:17 PDT 2009

Executing command:

/tmp/RapidInstall/jre/Linux/1.3.1/bin/java -mx512M -classpath \n
/tmp/RapidInstall/jre/Linux/1.3.1/lib/rt.jar:/tmp/RapidInstall/jre/Linux/1.3.1/l
ib/i18n.jar:/tmp/RapidInstall/jlib/adconfig.zip:/tmp/RapidInstall/jlib/xmlparser
v2.zip oracle.apps.ad.autoconfig.InstantiateFile -e /opt/adaptor/ebs/d02/oracle/
uatdb/9.2.0/appsutil/UAT_wdrtp4973.xml -d

/tmp/RapidInstall/driver/db/driver/gdb920.drv -pwd no_password_here -log /opt/ad
aptor/ebs/d02/oracle/uatdb/9.2.0/appsutil/log/UAT_wdrtp4973/dbInstall.log -verbo
se

Cannot execute Install for database ORACLE_HOME

Error – script has returned an error: 1

Error Code received when running external process. Check log file for details.
Running Database Install Driver for UAT instance
Database Availability Check :
—————————–

command : /tmp/RapidInstall/bin/riwTDBup.sh /opt/adaptor/ebs/d02/oracle/uatdb
/9.2.0/UAT_wdrtp4973.env APPS/APPS

riwTDBup.sh started at Tue May 12 16:43:03 PDT 2009

Parameters passed are : /opt/adaptor/ebs/d02/oracle/uatdb/9.2.0/UAT_wdrtp4973.en
v APPS/APPS
Cannot find environment file /opt/adaptor/ebs/d02/oracle/uatdb/9.2.0/UAT_wdrtp49
73.env

Error – Database ORACLE_HOME connection test has returned an error: 1

command : /tmp/RapidInstall/bin/riwTDBup.sh /opt/adaptor/ebs/d01/oracle/uator
a/8.0.6/UAT_wdrtp4973.env APPS/APPS

Reply
Atul Kumar says May 13, 2009

Sree is it possible to paste error message in dbinstall.log from here

/opt/ad
aptor/ebs/d02/oracle/uatdb/9.2.0/appsutil/log/UAT_wdrtp4973/dbInstall.log

Reply
Sree says May 13, 2009

Thanks for replay..But i don’t see that file under that directory..I do see another file name “05131134.log”.

which is same log which i have pasted earlier..

instantiate file:
source : /opt/adaptor/ebs/d01/ora
cle/uatappl/admin/UAT_wdrtp4973.xml
dest : /opt/adaptor/ebs/d01/orac
le/uatappl/admin/UAT_wdrtp4973.xml
instantiate file:
source : /opt/adaptor/ebs/d01/oracle/u
atappl/admin/UAT_wdrtp4973.xml
dest : /opt/adaptor/ebs/d01/oracle/uat
appl/admin/UAT_wdrtp4973.xml
instantiate file:
source : /opt/adaptor/ebs/d01/oracle/uat
appl/admin/UAT_wdrtp4973.xml
dest : /opt/adaptor/ebs/d01/oracle/u
atappl/admin/UAT_wdrtp4973.xml

Processing DriverFile = /tmp/RapidInstall/template/adridb.drv
Running Instantiation Drivers for /tmp/RapidIn
stall/template/adridb.drv
Processing DriverFile = /tmp/RapidInstall/template/adriapps.drv
Running Instantiation Drivers for /tmp/RapidInstall
/template/adriapps.drv
Total number of processes in Current Install 5
————–

Processing DriverFile = /tmp/RapidInstall/template/adridb.drv
Running Instantiation Drivers for /tmp/RapidInsta
ll/template/adridb.drv
Invalid target file name in driver file: /admin/out
Creation of Directory – /opt/adaptor/ebs/d02/oracle/
uatdb/9.2.0/temp/UAT_wdrtp4973 Succeeded.
instantiate file:
source : /tmp/RapidInstall/template/adrun8i.sh
dest : /opt/adaptor/ebs/d02/oracle/uatdb/9
.2.0/temp/UAT_wdrtp4973/adrun8i.sh
backup : /opt/adaptor/ebs/d02/oracle/uatdb/9.2.0/
temp/UAT_wdrtp4973/adrun8i.sh to /tmp/templbac/adrun8i46.sh
setting permissions: 755
setting ownership: adaptor:adaptor
instantiate file:
source : /tmp/RapidInstall/template/adrun9i.sh
dest : /opt/adaptor/ebs/d02/oracle/uatdb/
9.2.0/temp/UAT_wdrtp4973/adrun9i.sh
backup : /opt/adaptor/ebs/d02/oracle/uatdb/9.2.0/te
mp/UAT_wdrtp4973/adrun9i.sh to /tmp/templbac/adrun9i46.sh
setting permissions: 755
setting ownership: adaptor:adaptor
instantiate file:
source : /tmp/RapidInstall/template/adrundb.sh
dest : /opt/adaptor/ebs/d02/oracle/uatdb
/9.2.0/temp/UAT_wdrtp4973/adrundb.sh
backup : /opt/adaptor/ebs/d02/oracle/uatdb/9.2.0/temp/U
AT_wdrtp4973/adrundb.sh to /tmp/templbac/adrundb46.sh
setting permissions: 755
setting ownership: adaptor:adaptor
Step 0 of 5

Command: /opt/adaptor/ebs/d02/oracle/uatdb/9.2.0/te
mp/UAT_wdrtp4973/adrun8i.sh

Step 1 of 5: Doing UNIX preprocessing
Processing Step 1 of 5

Executing: /opt/adaptor/ebs/d02/oracle/uatdb/9.2.
0/temp/UAT_wdrtp4973/adrun8i.sh APPS APPS
/opt/adaptor/ebs/d02/oracle/uatdb/9.2.0/temp/UAT_
wdrtp4973/adrun8i.sh APPS APPS has suceeded

Step 1 of 5

Command: /opt/adaptor/ebs/d02/oracle/uatdb/9.2.
0/temp/UAT_wdrtp4973/adrun9i.sh

Step 2 of 5: Doing UNIX preprocessing
Processing Step 2 of 5

Executing: /opt/adaptor/ebs/d02/oracle/uatd
b/9.2.0/temp/UAT_wdrtp4973/adrun9i.sh APPS APPS

STARTED INSTALL PHASE : 9i RDBMS : Wed May 13 11:37:34 PDT 2009

Executing command:

/tmp/RapidInstall/jre/Linux/1.3.1/bin/jav
a -mx512M -classpath \n /tmp/RapidInstall/jre/Linux/1.
3.1/lib/rt.jar:/tmp/RapidInstall/jre/L
inux/1.3.1/lib/i18
n.jar:/tmp/RapidInstall/jlib/adconfig.zip:/tmp/RapidIn
stall/jlib/xmlparserv2.zip oracle.apps.
ad.autoconfig.I
nstantiateFile -e /opt/adaptor/ebs/d02/oracle/uatdb/9.2.
0/appsutil/UAT_wdrtp4973.xml -d

/tmp/RapidInstall/driver/db/driver/gdb920.drv -pwd no_p
assword_here -log /opt/adaptor/ebs
/d02/oracle/uatdb/9.2
.0/appsutil/log/UAT_wdrtp4973/dbInstall.log -verbose

Cannot execute Install for database ORACLE_HOME

Error – script has returned an error: 1

Error Code received when running external process. Check log file for details.
Running Database Install Driver for UAT instance

Processing DriverFile = /tmp/RapidInstall/template/adridb.drv
Running Instantiation Drivers for /tmp/RapidInstall/template/adridb.drv
Invalid target file name in driver file: /admin/out
instantiate file:
source : /tmp/RapidInstall/template/adrun8i.sh
dest : /opt/adaptor/ebs/d02/oracle
/uatdb/9.2.0/temp/UAT_wdrtp4973/adrun8i.sh
backup : /opt/adaptor/ebs/d02/oracle/uatdb/9.2.0/temp/
UAT_wdrtp4973/adrun8i.sh to /tmp/templbac/adrun8i46.sh
setting permissions: 755
setting ownership: adaptor:adaptor
instantiate file:
source : /tmp/RapidInstall/template/adrun9i.sh
dest : /opt/adaptor/ebs/d02/oracle/u
atdb/9.2.0/temp/UAT_wdrtp4973/adrun9i.sh
backup : /opt/adaptor/ebs/d02/oracle/uatdb/9.2.0/temp/UAT
_wdrtp4973/adrun9i.sh to /tmp/templbac/adrun9i46.sh
setting permissions: 755
setting ownership: adaptor:adaptor
instantiate file:
source : /tmp/RapidInstall/template/adrundb.sh
dest : /opt/adaptor/ebs/d02/oracle/u
atdb/9.2.0/temp/UAT_wdrtp4973/adrundb.sh
backup : /opt/adaptor/ebs/d02/oracle/uatdb/9.2.0/temp/UAT_wd
rtp4973/adrundb.sh to /tmp/templbac/adrundb46.sh
setting permissions: 755
setting ownership: adaptor:adaptor
Step 0 of 5

Command: /opt/adaptor/ebs/d02/oracle/
uatdb/9.2.0/temp/UAT_wdrtp4973/adrun8i.sh

Step 1 of 5: Doing UNIX preprocessing
Processing Step 1 of 5

Step 1 of 5

Command: /opt/adaptor/ebs/d02/oracle/u
atdb/9.2.0/temp/UAT_wdrtp4973/adrun9i.sh

Step 2 of 5: Doing UNIX preprocessing
Processing Step 2 of 5

Executing: /opt/adaptor/ebs/d02/oracle/uatdb
/9.2.0/temp/UAT_wdrtp4973/adrun9i.sh APPS APPS

STARTED INSTALL PHASE : 9i RDBMS : Wed May 13 11:37:37 PDT 2009

Executing command:

/tmp/RapidInstall/jre/Linux/1.3.1/bi
n/java -mx512M -classpath \n /tmp/RapidInstall/jre/Linux/1.
3.1/lib/rt.jar:/tmp/RapidInstall/jre/Linux/1.3.1/lib/i18
n.jar:/tmp/RapidInstall/jlib/adconfig.zip:
/tmp/RapidIn
stall/jlib/xmlparserv2.zip oracle.apps.ad.autoco
nfig.InstantiateFile -e /opt/adaptor/ebs/d02/oracle/uatdb/9.2.
0/appsutil/UAT_wdrtp4973.xml -d

/tmp/RapidInstall/driver/db/driver/gdb920.drv -pwd no_
password_here -log /opt/adaptor/ebs
/d02/oracle/uatdb/9.2
.0/appsutil/log/UAT_wdrtp4973/dbInstall.log -verbose

Cannot execute Install for database ORACLE_HOME

Error – script has returned an error: 1

Error Code received when running external process. Check log file for details.
Running Database Install Driver for UAT instance
Database Availability Check :
—————————–

command : /tmp/RapidInstall/bin/riwTDBup.sh /opt/adaptor/
ebs/d02/oracle/uatdb/9.2.0/UAT_wdrtp4973.env APPS/
APPS

riwTDBup.sh started at Wed May 13 11:37:40 PDT 2009

Parameters passed are : /opt/adaptor/ebs/d02/oracle/
uatdb/9.2.0/UAT_wdrtp4973.env APPS/APPS
Cannot find environment file /opt/adaptor/ebs/d02/oracle/
uatdb/9.2.0/UAT_wdrtp4973.env

Error – Database ORACLE_HOME connection test has returned an error: 1

command : /tmp/RapidInstall/bin/riw
TDBup.sh /opt/adaptor/eb
s/d01/oracle/uatora/8.0.6/UAT_wdrtp4973.env APPS
/APPS

riwTDBup.sh started at Wed May 13 11:37:41 PDT 2009

Parameters passed are : /opt/adaptor/ebs/d01/oracle/uatora
/8.0.6/UAT_wdrtp4973.env APPS/APPS
Cannot find environment file /opt/adaptor/ebs/d01/oracle/u
atora/8.0.6/UAT_wdrtp4973.env

Error – Apps ORACLE_HOME connec
tion test has returned an error: 1

Environment File Check :
————————

Reply
Atul Kumar says May 13, 2009

check directory permission for

/opt/adaptor/ebs/d02/oracle/uatdb/9.2.0/

These should be owned bu oracle user (or user you entered for database during installation) and NOT root

also check if there is any system logs in /var/log/messages

Reply
Sree says May 13, 2009

yes this directory have permissions..

Reply
JN says May 28, 2009

Can we install the database at a later stage after installing the apps ? Is it possible to install the VIS database to an existing 11i system ?

Reply
Atul Kumar says May 28, 2009

Can we install the database at a later stage after installing the apps ?

No during installation of application tier , it expect database to be up and running, However instead of install if you select upgrade option (from installer) this will lay down only middle tier (including technology stack and appl_top ).

Is it possible to install the VIS database to an existing 11i system ?

Yes you can install VIS database (apps) to a machine already hosting 11i system (port and SID should be different)

Reply
JN says May 30, 2009

Another question Atul, which version of Oracle Linux are you using for the apps installation?
When I downloaded apps from e-delivery only version R12.1.1 was available so I thought I might as well go with the latest version of oracle linux (release 5 update 3). The problem is like I couldn’t get the OS to read an external hard disk (but the ext-HDD was recognized by Oracle Linux 4.5 & Windows). But somehow the drive showed up on fdisk -l command in the terminal, so I mounted it to a folder on the root directory & got it to work but the speed is no where near to the same disk operating on Windows or Linux 4.5, (R12.1.1 has been staged in this ext HDD from which the install now seems to take forever, its been installing for like 17 hours now & its not over yet). It also recognizes all cd’s or dvd’s as a blank cd with unknown file system type, unknown size & doesn’t open them. Are these, the USB ext-HDD and blank cd problems known issues for which solutions are available?

Reply
Atul Kumar says June 1, 2009

I used Oracle Enterprise Linux 4 update 4

Are you using vmware or installing linux directly on external hard disk .

If installing linux directly on external hard disk are there drivers available from hard disk vendor for linux.

Reply
Juan says June 2, 2009

Hi Atul, thanks for help me.
After to review the installation updates for OEL5, i could see that was necesary apply the patch 6365595 to unset the LD_ASSUME_KERNEL variable, and something very important it’s coment the lines 122-125 of the file $STAGE_TOP/startCD/Disk1/rapidwiz/bin/runWizard.sh; then, i have succes on the installation.
Right now i have a problem. I would like connect from a remote pc (xp) to the database inside of a LAN, using TOAD, but i get the next message: “ORA-12537: TNS: conection close”. What could be?
I complete all the post installation steps, and i search on the OTN and web something related with that, but, i dont find nothing.
Can help me again?

Reply
Atul Kumar says June 3, 2009

Check sqlnet.ora in $ORACLE_HOME/ network/ admin/ $CONTEXT_NAME (on database tier) comment these three lines and restart listener

TCP.VALIDNODE_CHECKING
TCP.EXCLUDED_NODES
TCP.INVITED_NODES

If this is still an issue check network logs at $ORACLE_HOME/network/admin/[SID].log

Reply
Juan says June 3, 2009

Hi Atul, tnks for the helpful.
Yesterday i change the sqlnet.ora file on /d01/oracle/visdb/9.2.0/network/admin/, i change the value of the line tcp.validnode_checking = yes by tcp.validnode_checking = no after to add the client on Host from OAM.
That works.
Regards

Reply
Jack says June 20, 2009

Hi Atul,

The rapidwiz errors with the following log message:-
____

There was an error while running the command – su oracle -c /u01/apps/oracle/visdb/9.2.0/tem/VIS_visonapps/adrun9i.sh APPS APPS
….bin/sqlplus: No such file or directory
RW-50010: Error: – script has returned error
____

The gcc version is 3.4.6.

Should the version be 3.2.3. Is this the correct method to resolve this issue?

Also, if I have to remove the current version of gcc and install 3.2.3, how is this done?

Regards

Jack

Reply
Atul Kumar says June 20, 2009

@ Jack,

mv /usr/bin/gcc /usr/bin/gcc.orig
mv /usr/bin/g++ /usr/bin/g++.orig

ln -s /usr/bin/i386-redhat-linux-gcc32 /usr/bin/gcc

ln -s /usr/bin/i386-redhat-linux-g++32 /usr/bin/g++

Reply
Jack says June 21, 2009

Hi Atul,

Thanks, I was able to complete the installation.

However, after entering the link is not opening the login page. The log file generated after installation says “Login page responding…”

Is there any other step required?

Also, can I enter the host name in windows and access the oracle apps from windows OS?

Regards,

Jack

Reply
Atul says June 21, 2009

@Jack,
Did you reinstall after changing gcc version (If not reinstall)

If you reinstalled and system is not responding check logs in

$IAS_ORACLE_HOME/Apache/Apache/logs
$IAS_ORACLE_HOME/Apache/Jserv/logs

Reply
Jack says June 21, 2009

Hi Atul,

After following the comments for gcc version on “June 20th, 2009 at 7:17 am”, I did a ./rapidwiz -restart. The installation completed successfully and for a brief time was able to open the login page and login. But my system had to abruptly re-started and after that the login page can not be opened. I’m able to ping to the host name but not able to connect to database or login page.

Regards,

Jack

Reply
Atul Kumar says June 22, 2009

@ Jack,
Restart your database and middle tier services and try again (Check logs as mentioned above)

Reply
Jack says June 23, 2009

Hi

I tried stopping and starting the services using adstpall.sh and adstrtal.sh, but it did not work.

Then I tried running adautocfg.sh script. Now when I try to start the services using adstrtal.sh it gives the error:-

AC-10006: Exception – oracle.xml.parser.v2.XMLParseException: Unexpected EOF…Line 755 column 1

Checked the xml file, One of the tags “<oa_process type=apache_restrict …” was not completed.

Even after placing a closing tag for this it gives the same error “Unexpected EOF..”

Regards,
Jack

Reply
Atul says June 23, 2009

@ Jack,
There is no need to run Autoconfig

1. Start Database and DB listener
2. Ensure that you can connect to apps/ from middle tier
3. Start Middle tier Services

If this fails check startup logs and apache logs as mentioned above.

Reply
Juan says June 24, 2009

Hi Atul, me again.
Listen, i’m trying to connect to the 11.5.10.2 database with sysdba privileges. But any user of the database don’t have that role.
What could be the problem. This happend to you?
Regards!

Reply
Jack says June 24, 2009

Hi Atul

1) I logged in using oracle account
2) started DB listener and DB
3) able to login to database sqlplus apps/apps
4) logged in to linux using applmgr
5) not able to login to database using sqlplus
6) while starting adstartall.sh, it gives unexpected EOF in VIS_visionapps.xml
7) The logs also show the same unexpected EOF in .xml

How to proceed?

Reply
Atul Kumar says June 24, 2009

5) not able to login to database using sqlplus from applmgr

What error message ?

6) while starting adstartall.sh, it gives unexpected EOF in VIS_visionapps.xml

It seems your XML file is corrupt, recreate it using adbldxml.sh

Reply
Jack says June 25, 2009

Hi Atul,

I followed the above steps. Now I’m able to connect to database from applmgr account. However, when I start the middle tier services using adstrtal.sh, the Apache service script adapcctl.sh exits with status 3. The log file states “httpd: bad user name autobld1 … httpd could not be started”. All the other services are starting except for the Apache server.

Also, should the middle tier services be started only from applmgr account? Can it be done from root user as well? The above error is occuring for both user accounts.

Thanks,
Jack

Reply
Jack says June 25, 2009

contd…

Also, I tried by modifying the httpd.conf file in $APACHE_TOP/Apache/conf and added the User applmgr and Group dba to this file. But it still seems to pick the user autobld1 as mentioned in my earlier post and errors out.

Reply
Atul Kumar says June 25, 2009

@ Jack ,
Who owns middle tier file system (is this applmgr or autobld1 or someone else) ?

If you can’t fix this then this is now good time to run autoconfig (before running autoconfig ensure that you have good context/xml file on middle tier and you can connect to database from middle tier)

Atul

Reply
Jack says June 27, 2009

Hi Atul,

I modified the file httpd_pls.conf file which was referring to autobld1 user. Now I’m able to start the middle tier services as well and also able to connect to database from applmgr account.

But when I connect to applications login page it gives “Failed to connect …”error.

Regards,

Jack

Reply
Atul Kumar says June 29, 2009

@Jack,
In my opinion now is good time to run Autoconfig on Middle Tier .

Reply
Jack says July 22, 2009

Hi Atul

I logged in to oracle apps, selected application developer responsibility –> profiles form. Then the application window closes.

The apache log file shows the following lines in the end:-

192.168.177.128 – – [22/Jul/2009:11:43:31 +0400] “GET /pls/VIS/fnd
_icx_launch.launch?resp_app=FND&resp_key=AP
PLICATION_DEVELOPER&secgrp_key=STANDARD&st
art_func=FND_FNDPOMPO&other_params= HTTP/1.1” 302 5
192.168.177.128 – – [22/Jul/2009:11:43:32 +0400] “GET /dev60cgi/f60cgi?&appletmode=nonforms&HTMLpageTitle=&HTMLpreApplet=&
code=oracle/apps/fnd/formsClient/FormsLauncher.c
lass&width=400&height=100&archive
=/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar,/OA_JAV
A/oracle/apps/fnd/jar/fndformsi18n.jar,/OA_JAVA/orac
le/apps/fnd/jar/fndewt.jar,/OA_JAVA/oracle/apps/fnd/ja
r/fndswing.jar,/OA_JAVA/oracle/apps/fnd/jar/fndbalishar
e.jar,/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar,/OA_JAVA
/oracle/apps/fnd/jar/fndctx.jar,/OA_JAVA/oracle/apps/f
nd/jar/fndlist.jar&gp14=jinit_appletcache&gv
14=offjinit_appletcache=off&gp2=resp_app&g
v2=FND&gp3=resp&gv3=APPLICATION_DEVEL
OPER&gp4=sec_group&gv4=STANDARD&amp
;gp5=function&gv5=FND_FNDPOMPO&gp6=ot
her_params&gv6=&gp7=forms_url&gv7
=http%3A%2F%2Fvisionapps.localdomain%3A8000%2F
pls%2FVIS%2Ffnd_icx_launch.runforms%3FICX_TICKET
%3D%26resp_app%3DFND%26resp_key%3DAPPLICATI
ON_DEVELOPER%26secgrp_key%3DSTANDARD%26start_
func%3DFND_FNDPOMPO%26other_params%3D&en
coding=UTF-8&gp8=error_url&gv8=http%3A%
2F%2Fvisionapps.localdomain%3A8000%2FOA_HTML%2Fjs
p%2Ffnd%2Ffnderror.jsp%3Fdbc%3Dvis&gp12=por
t&gv12=6945&gp13=dbc&gv13=vis&am
p;gp15=icx_ticket&gv15=1820222040 HTTP/1
.1” 200 40778
192.168.177.128 – – [22/Jul/2009:11:43:32 +0400] “GET /OA_HTML/txkObjectTag.js HTTP/1.1” 200 1384

What could be the problem? I’m not able to open any of the form functions.

Regards,

Jack

Reply
Atul Kumar says July 23, 2009

@Jack,
Trying opening forrms from which client ? (There is no jinitiaotr for Linux)

Try from windows and ensure that you have admin rights on machine so that you can install jinitiator .

Reply
Sri Rajan says July 24, 2009

Could please give me the link for download Oracle Apps 11i (11.5.10.2) Linux.

I think edelivery.oracle.com not having

Reply
Jack says July 25, 2009

Hi Atul

Linux has been installed on VMware. Host OS is windows Vista.

IP address of linux is entered in Hosts file of windows. But I get “page cannot be displayed” error on accessing the apps login page from windows.

Regards,
Jack

Reply
Atul Kumar says July 25, 2009

@ Jack,

1. Check if services are Up ?
2. Check if web port is listening (8000 default port) – netstat -an | grep 8000
3. Check if you can ping linux guest machine from host O.S. ?
4. Check if requests are hitting to access_log , i.e. $IAS_ORACLE_HOME/Apache/Apache/logs/access_log

Reply
apps_dba says September 14, 2009

Hi Atul,
I have an multi node EBS 11.5.10.2 instace with DB 10.2.0.4.
I need to point the apps to another cloned db (from PDB to TDB), whitout kill the first one (PDB).
Could you recommend me sone note or doc to follow?
Just changuing the OAM parameter related with DB will work?

Reply
Atul Kumar says September 14, 2009

@ apps_dba

To understand your requirement , You have

1. Middle Tier & Database Tier for instance PDB
2. You have clone of PDB to TDB

Now you wish to point PDB Middle Tier to TDB Database .

If it is only this then simply run adcfgclone and reconfigure PDB Middle Tier to TDB Database.

Now your point without kill the first one is not clear to me .

Do you want to use 1 Middle Tier for both PDB and TDB database ?

If this is the case then I am not sure if this is possible in 11i , I know this is possible in R12 (using two different INST_TOP)

Reply
apps_dba says September 14, 2009

I have made a new DB (T).
Now I want test if the application run well in this one. But I dont want to change nothing in the original P
I want to stop P. Point the app (editing OAM and running autoconfig, or something like that) to T, and start T. Then test if T works fine and, change T by P and delete original P, or rollback autoconfig session.

Reply
Atul Kumar says September 15, 2009

Yes this is possible if T is clone of P

1. Take backup of context file (XML file) on middle tier
2. Clone context file to another XML file pointing to T database
3. Run Autoconfig using new context file (pointing to T database)
4. Restart Services
5. Access apps which is now pointing to T database

after testing – to repoint back to P database
6. Run autocnfig with original XML file
7. Restart application tier services

Reply
apps_dba says September 15, 2009

Thanks Atul!!!!
I will try today.
Another question: Some of yours books are traduced to spanish?

Reply
jay says October 1, 2009

Hi Atul
i m a fresher appsdba my user wants to install Administration Edition & Desktop & i dont know how to install it
so will u please send me the solution as soon as possible

Reply
Atul Kumar says October 1, 2009

@ Jay,
Ask your client what they want is this apps 11i/R12, database any client utility.

Reply
jay says October 1, 2009

Hi Atul,
My user run his Account Payable Requst But
his request goes into standby mode
so can you tell me what is the problem & its solution please give me reply as soon as possible

Reply
jay says October 1, 2009

Hi Atul,
My user run his Account Payable Requst But
his request goes into standby status
so can you tell me what is the problem & its solution please give me reply as soon as possible

Reply
Atul Kumar says October 1, 2009

@ Jay,
Pending Standby means this concurrent request is incompatible with other request currently running.

To check incompatibility

Go to define concurrent request screen, search for this request and then click on “Incompatibilities” button at bottom

Reply
jay says October 1, 2009

Hi Atul

i send you the my Report server output
[oracle@indelofs02 PROD_indelofs02]$ ps -ef | grep REP
oracle 13513 1 0 19:38 pts/1 00:00:00 rwmts60 name=REP60_PROD
oracle 13515 13513 0 19:38 pts/1 00:00:00 rwmts60 name=REP60_PROD
oracle 13516 13515 0 19:38 pts/1 00:00:00 rwmts60 name=REP60_PROD
oracle 13517 13515 0 19:38 pts/1 00:00:00 rwmts60 name=REP60_PROD
oracle 13518 13515 0 19:38 pts/1 00:00:00 rwmts60 name=REP60_PROD
oracle 13519 13515 0 19:38 pts/1 00:00:00 rwmts60 name=REP60_PROD
oracle 13520 13515 0 19:38 pts/1 00:00:00 rwmts60 name=REP60_PROD
oracle 13521 13515 0 19:38 pts/1 00:00:00 rwmts60 name=REP60_PROD
oracle 14468 14421 2 19:38 ? 00:00:01 ar60run P_CONC_REQUEST_ID=295107 P_START_DATE=’2009/09/01 00:00:00′ P_END_DATE=’2009/09/30 00:00:00′ P_JOURNAL_CATEGORY=’All’ P_SUB_TRANSF_TO_GL=’Y’ P_SUB_JOURNAL_IMP=’Y’ P_VALIDATE_ACCTS=’Y’ P_SUMMARIZE_FLAG=’N’ P_COMMIT_CYCLE=’50’ P_ORG_ID=’122′ P_DEBUG_SWITCH=’N’ P_TRACE_SWITCH=’N’ P_RUN_ACCT_REPORT=’Y’ report=/opt/oracle/prodappl/ap/11.5.0/reports/US/APXAEREP.rdf batch=yes destype=file desname=/opt/oracle/prodcomn/admin/out/PROD_indelofs02/o295107.out desformat=/opt/oracle/prodappl/fnd/11.5.0/reports/HPL

Reply
sk1009 says October 3, 2009

Sorry I am not a DBA and trying to install EBusiness11i on a vmware workstation so my question might sound very basic to you…

1. Which Linux should I download? Red Hat seems to be a 30 day trial license. I am looking for freeware.

2. Can you give me the list of software I should install on Linux Kernel…(e.g. any UI or other utilities that might come handy?). My knowledge of unix/linux is very limited.

3. Can the 64 bit linux run on a vmware workstation installed on a 32 bit machine?

4. If the answer to #3 above is yes, can I also install 64 bit version of EBusiness on top of it?

thanks a ton
Sam

Reply
sk1009 says October 3, 2009

When the VMWare Workstation trial license expire after 30 days, does it stop working or are we not suppose to use it anymore?
Sam

Reply
Atul Kumar says October 4, 2009

@ Sam,

1. Which Linux should I download? Red Hat seems to be a 30 day trial license. I am looking for freeware.

Use Oracle Enterprise Linux 4 update 4 or higher (This is same as RedHat Linux 4 update 4 but with Oracle Logo)

Download freely (registration required) from http://edelivery.oracle.com/linux

2. Can you give me the list of software I should install on Linux Kernel…(e.g. any UI or other utilities that might come handy?). My knowledge of unix/linux is very limited.

Install Red Hat Linux 4 update 4 and higher (select all RPM’s while selecting packages ) I tried and it works

3. Can the 64 bit linux run on a vmware workstation installed on a 32 bit machine?

Yes , when you create virtual machine create it of type linux 64 bit

4. If the answer to #3 above is yes, can I also install 64 bit version of EBusiness on top of it?

Yes (I have not seen 32bit or 64bit of EBS . Database is 32bit or 64 bit but application tier is all still 32 bit . Yes you can install EBS in 64 bit of Linux

5. When the VMWare Workstation trial license expire after 30 days, does it stop working or are we not suppose to use it anymore?

It will stop working after 30 days so better use Vmware server which is free (no license required, I am using vmware server 2 and it works).

Reply
Atul Kumar says October 4, 2009

@ Jay,
You should go to “define concurrent request” screen and query for specific request/program and then click on Incompatibility button in bottom

Reply
jay says October 5, 2009

Hi Atul,
My user want run the report builder on linux
He says there is command something like rw60
& then we can run report builder in linux also
will you plz help me for this

Reply
jay says October 5, 2009

Hi Atul,
i have a problem when i run the rwbld60 from backend
it gives me error like error while loading share labraries: libjava.so: cannot open shared object files
will you plz give me reply as soon as possible
my users are waiting for resolution

Reply
sk1009 says October 5, 2009

Atul, I appreciate your answering earlier questions.

Can you answer 2 more here…for building a Linux (Version 4.x) Virtual Machine to hold an 11i instance –

1. How much memory and other resources should I allocate for such a virtual machine?

2. Would you recommend 2 node or single node installation of 11i (meaning different apps and db servers or a single one?). Please answer #1 above in this context.

thanks
Sam

Reply
jay says October 6, 2009

Hi Atul,
My machin is NT & oracle is 8.1.7
when i shut down the services of apps
You are running jtffmctl.cmd
****************************
Thu 07/16/2009
4:25p
“Shutting down Fulfillment Server for “PRD” on port “9355” …\n”
“Error returned while running OUI”
ERRORCODE = 1 ERRORCODE_END

.end std out.

.end err out.
So wiil you tell about the error & solution as soon as possible

Reply
Atul Kumar says October 6, 2009

@ Sam
1. How much memory and other resources should I allocate for such a virtual machine?

For 11i 2 GB of memory should be enough , for Disk space search on this website . It should be in one of my old posts.

2. Would you recommend 2 node or single node installation of 11i (meaning different apps and db servers or a single one?). Please answer #1 above in this context.

For start go for sngle node with multi user and then go for multi node (just for learning)

Reply
Atul Kumar says October 6, 2009

@ Jay
This info is not enough so Check log $COMMON_TOP/ admin/ log/ $CONTEXT_NAME/ jtffmctl.txt

or Check any errors in event viewer

Reply
Jay says October 20, 2009

Hi Atul,

HAPPY DIWALI

I have one problem my user use ebusiness suit when run the request & got the output he wants to copy that output but he cant the application do not give any error there is a single option in tool copy other user can copy the output for same request but this perticular user cant do this. So will tell the reason behind it & solution as soon as possible.

Thanks & Regards,
Jay

Reply
jay palghadmal says October 27, 2009

Hi Atul,

HAPPY DIWALI

I have one problem my user use ebusiness suit when run the request & got the output he wants to copy that output but he cant the application do not give any error there is a single option in tool copy other user can copy the output for same request but this perticular user cant do this. So will tell the reason behind it & solution as soon as possible.

Thanks & Regards,
Jay

Reply
jay says October 28, 2009

i Atul,

HAPPY DIWALI

I have one problem my user use ebusiness suit when run the request & got the output he wants to copy that output but he cant. The application do not give any error, there is a single option in tool:- copy. Other user can copy the output for same request but this perticular user cant do this. So will u tell the reason behind it & solution as soon as possible.
PLZ SEND ME THE SOLUTION ON MY EMAIL-ID i.e
jaypalghadmal89.dba@gmail.com

Thanks & Regards,
Jay

Reply
» Goodbye 2008, Welcome 2009 !! Online Apps DBA: One Stop Shop for Apps DBA’s says December 31, 2009

[…] Install 11.5.10/11i on Linux […]

Reply
Baleeswar says January 25, 2010

Hi,

Can any one send the steps for installing 11.5.10.2 on OEL5.3 64 bit.

Thanks
Balu

Reply
Baleeswar says January 25, 2010

Hi atul,

I am getting error like this

Creating link for iAS ORACLE_HOME/6iserver pointing to 8.0.6 Home

runProcess_9

Statusstring Registering iAS ORACLE_HOME with OUI inventory

Error: can’t find libjava.so.

Errors while registering Oracle Home in the inventory

FINISHED INSTALL PHASE : APPS TECH STACK : Sat Jan 23 08:32:37 EST 2010

RW-50010: Error: – script has returned an error: 1
RW-50004: Error code received when running external process. Check log file for details.
Running APPL_TOP Install Driver for EISDEMO instance
when i am installing 11.5.10.2 on OEL5.3 64 bit and i get error in 3rd step.

Thanks
balu

Reply
Ranga says March 30, 2010

Hi Atul,
I have been struggling for almost 3 months to install Oracle Apps for learning purpose. The laptop that I purchased for this work is a 64bit processor with 4G RAM and 300G HD.

I am finally able to install R12(12.1.1)x86_64 on a Centos OS 64bit. I am just getting to have an idea of the filesystem, and the configuration files etc.

I am planning to uninstall R12, and install 11i (11.5.10 ?) first, and then do an upgrade to R12. This way, I am hoping to get a good understanding of all the DBA activities one will be involved.

Earlier when I tried to install 32bit R12 using 32bit Redhat or 32bit Centos, it did not work. May be because my laptop has a 64bit processor.

Can you please give me an idea of the OS and APPS versions that you recommend for me to install 11i and upgrade to R12, keeping in mind that I have a 64bit Laptop.

I have read in metalink that only 32bit version of Apps 11i works even on a 64bit processor. May this is a old note.

Please let me know if I have to go for a 32bit processor laptop. I can use vmware workstation to try multinode installation.

Thanks for all your help!!
Ranga.

Reply
sundar says April 6, 2010

In order to access this application, you must install the J2SE Plugin version 1.6.0_07 on your client and NPX_PLUGIN_PATH environment variable is set before starting Netscape. To install this plugin, click here to download the oaj2se.exe executable. Once the download is complete, double-click the oaj2se.exe file to install the plugin. You will be prompted to restart your browser when the installation is complete.

Reply
sundar says April 6, 2010

Getting the following error even after making the symbolic link to libjavaplugin_oji.so.

How to get rid of this problem and see the Sample Item Master Form on OEL5 64 Bit Version.

In order to access this application, you must install the J2SE Plugin version 1.6.0_07 on your client and NPX_PLUGIN_PATH environment variable is set before starting Netscape. To install this plugin, click here to download the oaj2se.exe executable. Once the download is complete, double-click the oaj2se.exe file to install the plugin. You will be prompted to restart your browser when the installation is complete.

Reply
jvergara77@hotamail.com says June 3, 2010

I try to migrate 11.0.3, but when run loadjava -user apps/cl_11i_gbook_sta -r -v xmlparserv2.jar
failed because /backup/motor9i/testdb/9.2.0/JRE/lib/i686/native_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
Unable to initialize threads: cannot find class java/lang/Thread
Could not create Java VM

Regards
Jose Vergara
Chile

Reply
sg_mac says June 8, 2010

Dear Atul ,

Can you please help me giving complete steps to install Oracle Apps 11.5.10.2 / R12 on Ubuntu Linux 10 and kernel version is 2.6.32-21-generic.
Any work around need to be done, rpms etc…

Thanks in advance .

Sumit Ghosh

Reply
jay says June 26, 2010

Dear Atul,

After tried my level best, resorting to ur help.

I had installed VMWare Workstation 7 on top
of Linux in a Windows XP environment and have successfully installed EBS 11.5.10.2. I could log in to the applications using sysadmin/sysadmin and subsequently, I couldn’t open up any form. It says additional plugins are required to display all the media on this page. It says please make sure JDK 1.4.2_04 is installed on your client and the same was done at the time of installation of EBS software. Well I had tried do the linking of j2sdk folder with /usr/lib/jvm and /usr/lib/mozilla/plugins
and tried to open up. The browser(firefox) itself is getting closed and didn’t open up any form. I had checked the formsweb.cfg file
and got to the know entry is 1.4.2_14 only. So I had installed the correct JDK version only but, inspite of that, it is not opening up any form. Can you please throw any light.
Appreciate if you could explain step by step
for installation of JINIITIATOR or ADJBUILD etc. Btw, Oracle Applications Manager all of
the components are working as it is html based.
Appreciate your expeditious help. Last but not the least, am working with total 1GB memory and out of which only 792 mb is earmarked for VMWare. Is the memory causing the problem. I can’t upgrade the memory as the max memory capacity is just 1GB as it is a old
laptop. Hope I had provided all requisite information.

Regards,
Jay

Reply
jay says June 26, 2010

Forgot to mention. After changes (viz. linking
ln -s to jvm and plugins) shutdown the apache,
forms and browser and restarted once again. End result is the same, the forms are not working.

Reply
winit says July 16, 2010

Hi
We have a Oracle Apps. on solaris and we are using Jre for it
problem -> we are not able to run oracle apps on linux client.
regards
Winit

Reply
Atul Kumar says July 16, 2010

@ winit,

You should be able to run self service pages but not forms (core applications) as Jinitiator is only for Windows.

For workaround on accessing apps from linux client

http://onlineappsdba.com/index.php/2007/10/12/access-oracle-apps-r12-11i-from-linux-client-mozilla-firefox/

Reply
ArjunSingh says November 18, 2010

Hey there, Can someone please tell me how to install oracle 11g on linux in virtual machine, I tried to mount the oracle 11g with iso creator but no cd found in linux.Please help. 🙁

Reply
Atul Kumar says November 22, 2010

@ ArjunSingh,
You must copy 11g database software from host (winodows) machine to guest (linux) machine using winscp or ftp and then install database on linux.

Do let us know if you are looking for something else

Reply
Jodie says April 11, 2011

IMHO you’ve got the right anwesr!

Reply
danish297 says April 18, 2011

Hi Atul,

I am trying to install 11i on RHEL4.2 but it hanged on 2nd stage at 35%. i wait approximate 2 hr, but still no progress. plz tell me how to resolve it.

Reply
Atul Kumar says April 18, 2011

@ danish297,
Check installation logs to find root cause of this issue (hang at 35%)

Reply
sindabad says April 23, 2011

there is a LD_ASSUME_KERNEL in adgetlnxver.sh. we need to comment the both LD_ASSUME_KERNEL PARAMETERS in that file. it resolved my RW-50004 issue.
whoever is installing 11.5.10.2 on OEL5.3, you might face issue RW-50004 during adrundb9i.sh.
GO TO THAT FILE AND edit all the LD-AS-KERN parameter and run
rapidwiz -restart.

Reply
danish297 says May 18, 2011

Hi Atul,

I tried one more time this time i got following error.

**********************************************
RW-20003: Error: Unzip failed: unknown reason
check log file for details
**********************************************

and following error in log file.

Processing Disk12….
Unzip Failed
Unable to complete the install of database.

what could be the reason?
with same setup file few of friend are installed 11i successfully.

Reply
Atul Kumar says May 18, 2011

@ danish297,
In my case once it was corrupt file and other time it was out-of-memory killer (Linux deamon – oom-killer) terminating my install (this error should be logged in to /etc/syslogs )

Reply
Pankaj says May 18, 2011

Hi Atul,

I am installing Oracle Apps 11.5.10.2 on Redhat Linux Version 5.6. Rapidwiz checks during the post validation check failed for HTTP, JSP and PHP. After that, I

1. Patch 6365595 was applied after these check failed.
2. I ran the AutoConfig and it completed successfuly.
3. I ran adstrtal.sh and the apache server did not start.

Please help, where I am going wrong.

Thanks.

Reply
Atul Kumar says May 20, 2011

@ Pankaj,
Is HTTP server up and listening ? Check error_log under $IAS_ORACLE_HOME/Apache/Apache/logs and also logs under $IAS_ORACLE_HOME/Apache/JServ/logs

Reply
Pankaj says May 24, 2011

Thanks for the reply Atul. We decided to go for Oracle Apps 12.1.3. So started a fresh installation.

Reply
danish297 says May 25, 2011

Hi Atul,

I downloaded Oracle 12i today. please tell me how to unzip the downloaded file in Linux 4.7 there is any sequence to unzip the file as mentions in oracle 12i download page.

Reply
Atul Kumar says May 25, 2011

@ danish297,
No just unzip them all in one single directory and it will create five subdirectory.

Reply
danish297 says May 25, 2011

Hi Atul,

thanks 4 ur help.
but I am trying but now luck with following command 🙁

1. unzip *.zip
2. unzip -d *.zip

please tell me if i need to use some different command. thanks in advance…

Reply
Atul Kumar says May 27, 2011

@ danish297,
Update list of files which you have downloaded .

unzip (This should work as long as you have write permission in directory)

Reply
danish297 says May 29, 2011

Hi Atul,
thanx 4 ur help…

I downloaded following files.
B53824-01_1of4.zip
B53824-01_2of4.zip
B53824-01_3of4.zip
B53824-01_4of4.zip
V15564-01_1of3.zip
V15564-01_2of3.zip
V15564-01_3of3.zip
V15565-01_1of2.zip
V15565-01_2of2.zip
V15566-01_1of3.zip
V15566-01_2of3.zip
V15566-01_3of3.zip
V15567-01_1of3.zip
V15567-01_2of3.zip
V15567-01_3of3.zip
V15568-01_1of3.zip
V15568-01_2of3.zip
V15568-01_3of3.zip
V15569-01_1of3.zip
V15569-01_3of3.zip
V15570-01_1of3.zip
V15570-01_2of3.zip
V15570-01_3of3.zip
V15571-01_1of3.zip
V15571-01_2of3.zip
V15571-01_3of3.zip
V15572-01_2of3.zip
V15572-01_3of3.zip
V15573-01_1of3.zip
V15573-01_2of3.zip
V15573-01_3of3.zip
V15576-01_1of3.zip
V15576-01_2of3.zip
V15576-01_3of3.zip
V17202-01.zip
B24483-01.zip
B24485-01.zip
B24486-01.zip
B24995-01.zip
B50876-01.zip
V15574-01_1of3.zip
V15574-01_2of3.zip
V15574-01_3of3.zip
V15575-01.zip
V18732-01.zip
V18967-01.zip
V19061-01.zip
B24484-01.zip
V15569-01_2of3.zip
V20311-01.zip
V15572-01_1of3.zip
B34625-01.zip

and unzip through ROOT user on my RHLE4.7 OS manually in following order.

StartHere

B53824-01 Part 1 of 4
B53824-01 Part 2 of 4
B53824-01 Part 3 of 4
B53824-01 Part 4 of 4

rapid Install RDBMS
Disk1
V15576-01 Part 1 of 3
V15576-01 Part 2 of 3
V15576-01 Part 3 of 3

Rapid Install DATABSAE
Disk1
V15564-01 Part 1 of 3
V15564-01 Part 2 of 3
V15564-01 Part 3 of 3

Disk2
V15565-01 Part 1 of 2
V15565-01 Part 2 of 2

Disk3
V15566-01 Part 1 of 3
V15566-01 Part 2 of 3
V15566-01 Part 3 of 3

Disk4
V15567-01 Part 1 of 3
V15567-01 Part 2 of 3
V15567-01 Part 3 of 3

V15568-01 Part 1 of 3
V15568-01 Part 2 of 3
V15568-01 Part 3 of 3

DISK6
V15569-01 Part 1 of 3
V15569-01 Part 2 of 3
V15569-01 Part 3 of 3

Disk7
V15570-01 Part 1 of 3
V15570-01 Part 2 of 3
V15570-01 Part 3 of 3

Disk8
V15571-01 Part 1 of 3
V15571-01 Part 2 of 3
V15571-01 Part 3 of 3

Disk9
V15572-01 Part 1 of 3
V15572-01 Part 2 of 3
V15572-01 Part 3 of 3

Rapid Install Tools
Disk1
V15575-01

APPL_TOP
Disk1
V15573-01 Part 1 of 3
V15573-01 Part 2 of 3
V15573-01 Part 3 of 3

Disk2
V15574-01 Part 1 of 3
V15574-01 Part 2 of 3
V15574-01 Part 3 of 3

which give me the following 5 directory.

1.oraAppDb
2.oraApps
3.OraAS
4.oraDB
5.starCD

Plz tell me i should unzip the file through ROOT user or ORACLE user?

If i am right up to this point, then i started the installation which give me following error

RW-20003: Error: Unzip failed: unknown reason
check log file for details

Reply
Atul Kumar says May 30, 2011

@ danish297,
Issue is with one of disks , to identify issue check installation logs .

For more infformation on logs location in r12 check http://onlineappsdba.com/index.php/2007/12/25/oracle-r1212i-log-file-patch-clone-startupshutdown/

Reply
anwer says September 7, 2011

dear,

is this necessary step!!!!!!!

E)Installer should be started from root user.
.
.
how to run installer from user level…??????

Reply
Atul Kumar says September 7, 2011

@ anwer ,
Yes , EBS 11i or R12 must be installed from root user.

Reply
jll says October 29, 2011

hi I am jilani( apps dba student ). I need to know Oracle Apps 11i is certified with OEL 5.6…
Because I get a problem when installation i.e SYSTEM UTILITIES check error

Reply
Atul Kumar says October 31, 2011

@ jll,
Check logs to find which O.S. utility is missing from your OEL ?

Reply
lili says November 30, 2011

Atul:
I am trying to install 11.5.10 on Fedora. Every thing downloaded and unziped under oracle user. But i can’t start the rapidwiz under oracle user because the xclock doesn’t work so i have to do it under root. Now I am getting a lot of errors like
“RW-00022: Error: – Unable to create directory with proper privileges:
Database ORACLE_HOME
Mount Point = /mnt/data3/oracle/visdb/9.2.0 ”

But I have 777 for all files and dirs. …/visdb is created.

Would you please tell me what is the problem?
Thank you.

Reply
Atul Kumar says December 1, 2011

You must run 11i install from root user. Change ownership of directory /mnt/data3/oracle (recursive to database user).

Reply
majid says January 3, 2012

Thanks for sharing emaculate notes …. It helped me ….

Reply
Jacob Das says April 11, 2012

Thanks Atul a Lot. This website is “Different” from others .. Thanks again ..

Reply
sam says July 6, 2012

Hi Atul,
I have installed 11i on rhel 4 succesfully . I am getting the home page also but i am not able to open the forms i know its a java issue.Please suggest what actually needs to be done for it.

Reply
K srini says July 18, 2012

Hi Atul,

when i am installing oracle application 11.5.10.2 after checking all pre requisites and installing 5 steps it completed successfully 1st step, when 2nd step processing it throwing error

RW-50004: Error code received when running external process. Check log file for details.
Running Database Install Driver for TEST1 instance…

I am installing software in VMware and
Operating system is: OEL4

I found through some blogs and got information like it is error like Unbreakable Linux Network..But i cant understand what is this problem..

Please assist me

Thank you for advance..

Srinivas

Reply
    Atul Kumar says July 18, 2012

    @ K srini,
    Check installation log files (database logs) to see error message. For log location mentioned above $install_base/[sid]db/9.2.0/appsutil/log/[SID]_[hostname]/MMDDHHMM.log

    Reply
Amirul Hasan says November 17, 2012

I am getting error to Install Oracle Apps 11i. The errors are
File Space Check
RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
Database ORACLE_HOME = C:\oracle\visdb\9.2.0
required = 2800.0
actual = 0.0
RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
Database System File Directory = C:\oracle\visdata
required = 12009.0
actual = 0.0
RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
Database Log File Directory = C:\oracle\visdata
required = 160.0
actual = 0.0
RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
Database Transaction File Directory = C:\oracle\visdata
required = 28438.0
actual = 0.0
RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
Database Archive File Directory = C:\oracle\visdata
required = 20186.0
actual = 0.0
RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
APPL_TOP = c:\oracle\visappl
required = 5388.0
actual = 0.0
RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
APPL_TOP mount 2 = c:\oracle\visappl
required = 2664.0
actual = 0.0
RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
APPL_TOP mount 3 = c:\oracle\visappl
required = 4667.0
actual = 0.0
RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
APPL_TOP mount 4 = c:\oracle\visappl
required = 2157.0
actual = 0.0
RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
COMMON_TOP = c:\oracle\viscomn
required = 2207.0
actual = 0.0
RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
Apps ORACLE_HOME = c:\oracle\visora\iAS
required = 1130.0
actual = 0.0
RW-20012: Error: – Free disk space on system returns zero:
probable cause – mount point does not exist.
RW-20013: Error: – Not enough free disk space on system:
Tools ORACLE_HOME = c:\oracle\visora\8.0.6
required = 2425.0
actual = 0.0

Operating System Check
command : cmd.exe /c E:\Oracle Apps\stage11i\stage11i\startCD\Disk1\rapidwiz\bin\checkOS.cmd
RW-50011: Error: – Operating System patch/version test has returned an error: 1

and my system configuration is
HD 160 GB
RAM 2GB
Processor Core 2 Duo
OS Windows Xp 32 Bit

Please help me I would be very thankful 2 u.

Reply
Amirul Hasan says November 17, 2012

Hi Atul,

I am waiting for your reply. Please help me.

Reply
Atul Kumar says November 17, 2012

@ Amirul Hasan,
As what user you are installing ?

Is c:\oracle\visora available ? (If not create one)

As what user you are installing ?

During install what users you selected for database and application tier owner ?

Reply
Amirul Hasan says November 17, 2012

Hi Atul thx for reply.

I am installing Oracle Apps 11i on Windows Xp 32 bit.

I am installing this on my laptop. So I dint understand which user you are talking but I know that I am using admin user of my System.
Please help me.

Reply
Manish Patil says February 5, 2013

Hi Atul,

We are planning to move Oracle Apps 11.5.10.2 to RHEL 4.7 (64 Bit version). As per Oracle application is not supported on RHEL 4.7 (64 Bit version).

I have seen one for the reply from you :

Atul Kumar said,in June 1st, 2010 at 8:14 am @ Sumit,
I couldn’t find this in certification list, But I know that it works. I am running similar configuration i.e. 11i (32 bit) on Red Hat 5 (64 bit). Try this and update in case of any issues (Just beware of GCC version) or check this post

This I got in Link:
http://onlineappsdba.com/index.php/2007/10/31/install-oracle-11i-115102-on-linux/

Just wanted to know if application really works on RHEL 64 Bit version? If yes how about Oracle support in case of any issues.

Thanks a ton in advance!

Regards,
Manish Patil
http://onlineappsdba.com/index.php/2007/10/12/access-oracle-apps-r12-11i-from-linux-client-mozilla-firefox/

I can see

Reply
pritesh ranjan says July 23, 2013

hi i have face a problem every time when i m going to install ebs 11i on OEL4.

this ask for rdbms disk location.
below i paste the installation logfile details.

Oracle Applications Rapid Install Wizard Install log

>> Using Rapid Wizard Version : 11.5.9.22
>> Install session started : Tue Jul 23 11:35:13 GMT+05:30 2013
>> Rapid Wizard source location : /tmp/RapidInstall
>> Command Line arguments for this execution : -nthreads , 1

=================================================================

Install Session Information

Host Name : pritesh11i.txis.com
Host Operating System : Linux
User running Install : root

=================================================================

InstUpgPanel – User chooses to Install Oracle Applications
————

NumNodesPanel – Single Node Selected
————-

SIDSeedPanel – The PROD database is set to TEST fresh install database
————

ProductPanel – The following are the selected Product Groups for instance TEST
————

Basic
E-Business Intelligence
Marketing
TeleSales
Field Sales
Order Management
Inventory Management
Purchasing
Discrete Manufacturing
Process Manufacturing
TeleService
Service Contracts
Project Costing
Project Billing
Financials
Human Resources

ProductPanel – The following are the selected Product for instance TEST

0
160
190
265
601
174
175
690
874
709
454
452
450
558
451
530
517
520
549
670
691
882
521
676
880
696
697
660
522
544
869
676
279
697
660
702
401
665
673
401
665
201
202
250
401
702
703
704
705
706
712
550
551
552
553
554
555
556
557
514
511
542
862
696
872
170
866
518
515
510
870
524
542
275
275
101
140
200
222
240
260
600
8400
8401
8450
8901
231
673
800
804
8301
8302

TerritoryPanel – The following are the selected settings for instance TEST
————–

LanguagePanel – The following are the selections from the Language Panel:
————-

US – American_English

US – American_English

UTF8

UTF8

AMERICA

QuickPanel – The following are the selected top directories for instance TEST
———-

/ebs/oracle /ebs/oracle /ebs/oracle /ebs/oracle /ebs/oracle /ebs/oracle appltest dba oratest dba txis.com pritesh11i:0.0

MountsPanel – The following are the mount points selected by the user for instance TEST
———–

/ebs/oracle/testappl
/ebs/oracle/testappl
/ebs/oracle/testappl
/ebs/oracle/testappl
UTF8
UTF-8
/ebs/oracle/testcomn
/ebs/oracle/testdb/9.2.0
/ebs/oracle/testora/8.0.6
/ebs/oracle/testora/iAS
/ebs/oracle/testdata
/ebs/oracle/testdata
/ebs/oracle/testdata
/ebs/oracle/testdata
/ebs/oracle/testcomn/java
/ebs/oracle/testcomn/portal
/ebs/oracle/testcomn/util/jre/1.1.8
/ebs/oracle/testcomn/temp
appltest
dba
oratest
dba
txis.com
pritesh11i:0.0
/usr/opt/jdk1.3.1

SettingsPanel – The following are the selected settings for instance TEST
————-

TEST
TEST
UTF8
AMERICA
1521
1626
7000
8000
8100
8200
8800
9000
9100
9200
9300
9800
10000
10100
10200
10300
16000-16009
17000-17009
18000-18019
19000-19009

AppsConfig temp dir set to: /tmp

ConfigFilePanel – Setting temp directory to: /tmp /tmp/
—————

ConfigFilePanel – Writing configuration file to: /tmp/config.txt
—————

Port Availability Check :
————————-

Database Port Value = 1521…… Available

Forms Listener Port Value = 9000…… Available

Metrics Server Port Value = 9100…… Available

Metrics Client Port Value = 9200…… Available

Report Listener Port Value = 7000…… Available

RPC Port Value = 1626…… Available

Web Listener Port Value = 8000…… Available

Web Listener PLSQL Port Value = 8200…… Available

Servlet Port Value = 8800…… Available

JTF Fulfillment Server Port Value = 9300…… Available

Map Viewer Servlet Port Value = 9800…… Available

OEM Web Utility Port Value = 10000…… Available

VisiBroker OrbServer Agent Port Value = 10100…… Available

MSCA Server Port Value = 10200…… Available

MSCA Dispatcher Port Value = 10300…… Available

OACORE Servlet Port Range Value = 16000…… Available

OACORE Servlet Port Range Value = 16001…… Available

OACORE Servlet Port Range Value = 16002…… Available

OACORE Servlet Port Range Value = 16003…… Available

OACORE Servlet Port Range Value = 16004…… Available

OACORE Servlet Port Range Value = 16005…… Available

OACORE Servlet Port Range Value = 16006…… Available

OACORE Servlet Port Range Value = 16007…… Available

OACORE Servlet Port Range Value = 16008…… Available

OACORE Servlet Port Range Value = 16009…… Available

Discoverer Servlet Port Range Value = 17000…… Available

Discoverer Servlet Port Range Value = 17001…… Available

Discoverer Servlet Port Range Value = 17002…… Available

Discoverer Servlet Port Range Value = 17003…… Available

Discoverer Servlet Port Range Value = 17004…… Available

Discoverer Servlet Port Range Value = 17005…… Available

Discoverer Servlet Port Range Value = 17006…… Available

Discoverer Servlet Port Range Value = 17007…… Available

Discoverer Servlet Port Range Value = 17008…… Available

Discoverer Servlet Port Range Value = 17009…… Available

Forms Servlet Port Range Value = 18000…… Available

Forms Servlet Port Range Value = 18001…… Available

Forms Servlet Port Range Value = 18002…… Available

Forms Servlet Port Range Value = 18003…… Available

Forms Servlet Port Range Value = 18004…… Available

Forms Servlet Port Range Value = 18005…… Available

Forms Servlet Port Range Value = 18006…… Available

Forms Servlet Port Range Value = 18007…… Available

Forms Servlet Port Range Value = 18008…… Available

Forms Servlet Port Range Value = 18009…… Available

Forms Servlet Port Range Value = 18010…… Available

Forms Servlet Port Range Value = 18011…… Available

Forms Servlet Port Range Value = 18012…… Available

Forms Servlet Port Range Value = 18013…… Available

Forms Servlet Port Range Value = 18014…… Available

Forms Servlet Port Range Value = 18015…… Available

Forms Servlet Port Range Value = 18016…… Available

Forms Servlet Port Range Value = 18017…… Available

Forms Servlet Port Range Value = 18018…… Available

Forms Servlet Port Range Value = 18019…… Available

Operating System Check
———————–

command : /tmp/RapidInstall/bin/checkOS.sh

Operating System patch/version test has suceeded

Users Group Check
——————

Install is being done by root so ignoring this test.

Port Uniqueness Check :
———————–

All ports are unique.

File System Check :

———————

Database ORACLE_HOME Created Successfully
Mount Point = /ebs/oracle/testdb/9.2.0

Database ORACLE_HOME admin folder Created Successfully
Mount Point = /ebs/oracle/testdb/9.2.0/appsutil

Database ORACLE_HOME temp folder Created Successfully
Mount Point = /ebs/oracle/testdb/9.2.0/appsutil/temp

Database Install Log Directory Created Successfully
Mount Point = /ebs/oracle/testdb/9.2.0/appsutil/log/TEST_pritesh11i

Changed Permissions for /ebs/oracle/testdb/9.2.0/appsutil/log/TEST_pritesh11i

Database System File Directory Created Successfully
Mount Point = /ebs/oracle/testdata

Database Log File Directory has write privileges:
Mount Point = /ebs/oracle/testdata

Database Data File Directory has write privileges:
Mount Point = /ebs/oracle/testdata

Database Index File Directory has write privileges:
Mount Point = /ebs/oracle/testdata

Error – Unable to create directory with proper privileges:
APPL_TOP
Mount Point = /ebs/oracle/testappl

Error – Unable to create directory with proper privileges:
APPL_TOP admin
Mount Point = /ebs/oracle/testappl/admin

Error – Unable to create directory with proper privileges:
APPL_TOP mount 2
Mount Point = /ebs/oracle/testappl

Error – Unable to create directory with proper privileges:
APPL_TOP mount 3
Mount Point = /ebs/oracle/testappl

Error – Unable to create directory with proper privileges:
APPL_TOP mount 4
Mount Point = /ebs/oracle/testappl

Error – Unable to create directory with proper privileges:
COMMON_TOP
Mount Point = /ebs/oracle/testcomn

Error – Unable to create directory with proper privileges:
Apps ORACLE_HOME
Mount Point = /ebs/oracle/testora/8.0.6

Error – Unable to create directory with proper privileges:
Tools ORACLE_HOME
Mount Point = /ebs/oracle/testora/iAS

Error – Unable to create directory with proper privileges:
JAVA_TOP
Mount Point = /ebs/oracle/testcomn/java

Error – Unable to create directory with proper privileges:
PORTAL_TOP
Mount Point = /ebs/oracle/testcomn/portal

Error – Unable to create directory with proper privileges:
JRE_TOP
Mount Point = /ebs/oracle/testcomn/util/jre/1.1.8

Error – Unable to create directory with proper privileges:
Temp Directory
Mount Point = /ebs/oracle/testcomn/temp

Error – Unable to create directory with proper privileges:
APPL_TOP admin Install Log Directory
Mount Point = /ebs/oracle/testappl/admin/TEST_pritesh11i/log

File Space Check :
——————

Mount Point for /ebs/oracle/testdb/9.2.0 = /
Disk space on system acceptable :
Database ORACLE_HOME = /ebs/oracle/testdb/9.2.0
required = 2905.0
actual = 60547.34765625

Mount Point for /ebs/oracle/testdata = /
Disk space on system acceptable :
Database System File Directory = /ebs/oracle/testdata
required = 8261.0
actual = 57642.34765625

Mount Point for /ebs/oracle/testdata = /
Disk space on system acceptable :
Database Log File Directory = /ebs/oracle/testdata
required = 44.0
actual = 49381.34765625

Mount Point for /ebs/oracle/testdata = /
Disk space on system acceptable :
Database Data File Directory = /ebs/oracle/testdata
required = 6038.0
actual = 49337.34765625

Mount Point for /ebs/oracle/testdata = /
Disk space on system acceptable :
Database Index File Directory = /ebs/oracle/testdata
required = 6939.0
actual = 43299.34765625

Mount Point for /ebs/oracle/testappl =
Error – Free Disk Space on system returns zero:
Probable cause – Mount point does not exist.

Error – Not enough free disk space on system:
APPL_TOP = /ebs/oracle/testappl
required = 5189.0
actual = 0.0

Mount Point for /ebs/oracle/testappl =
Error – Free Disk Space on system returns zero:
Probable cause – Mount point does not exist.

Error – Not enough free disk space on system:
APPL_TOP mount 2 = /ebs/oracle/testappl
required = 2868.0
actual = 0.0

Mount Point for /ebs/oracle/testappl =
Error – Free Disk Space on system returns zero:
Probable cause – Mount point does not exist.

Error – Not enough free disk space on system:
APPL_TOP mount 3 = /ebs/oracle/testappl
required = 3039.0
actual = 0.0

Mount Point for /ebs/oracle/testappl =
Error – Free Disk Space on system returns zero:
Probable cause – Mount point does not exist.

Error – Not enough free disk space on system:
APPL_TOP mount 4 = /ebs/oracle/testappl
required = 2178.0
actual = 0.0

Mount Point for /ebs/oracle/testora/8.0.6 =
Error – Free Disk Space on system returns zero:
Probable cause – Mount point does not exist.

Error – Not enough free disk space on system:
Apps ORACLE_HOME = /ebs/oracle/testora/8.0.6
required = 2350.0
actual = 0.0

Mount Point for /ebs/oracle/testora/iAS =
Error – Free Disk Space on system returns zero:
Probable cause – Mount point does not exist.

Error – Not enough free disk space on system:
Tools ORACLE_HOME = /ebs/oracle/testora/iAS
required = 2286.0
actual = 0.0

Mount Point for /ebs/oracle/testcomn =
Error – Free Disk Space on system returns zero:
Probable cause – Mount point does not exist.

Error – Not enough free disk space on system:
COMMON_TOP = /ebs/oracle/testcomn
required = 2026.0
actual = 0.0

Host/Domain Check :
——————-

command : /bin/ping -c 1 pritesh11i

Error – host ping has returned an error: 2

command : /bin/ping -c 1 pritesh11i.txis.com

PING pritesh11i.txis.com (192.168.1.162) 56(84) bytes of data.
64 bytes from pritesh11i.txis.com (192.168.1.162): icmp_seq=0 ttl=64 time=0.133 ms

— pritesh11i.txis.com ping statistics —
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.133/0.133/0.133/0.000 ms, pipe 2

host.domain ping has suceeded

System variable PATH set to:
/usr/bin:/data/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin

System Utilities Check :
————————

These utilities need to be accessible on your system in order to do administrative tasks.

command : /tmp/RapidInstall/bin/checkutil.sh

Checking for make… found – /usr/bin/make
Checking for ld… found – /usr/bin/ld
Checking for cc… found – /usr/bin/cc
Checking for ar… found – /usr/bin/ar
Utility check completed successfully

System Utilities Availability test has suceeded

JDK Availability Check :
————————

running command : CheckerClass.JDKCheck()

JDK Directory Does not exist, Input was – /usr/opt/jdk1.3.1

Error – JDK Availability Test has returned an error: 1

AppsConfig temp dir set to: /tmp

ConfigFilePanel – Setting temp directory to: /tmp /tmp/
—————

ConfigFilePanel – Writing configuration file to: /tmp/config.txt
—————

Port Availability Check :
————————-

Database Port Value = 1521…… Available

Forms Listener Port Value = 9000…… Available

Metrics Server Port Value = 9100…… Available

Metrics Client Port Value = 9200…… Available

Report Listener Port Value = 7000…… Available

RPC Port Value = 1626…… Available

Web Listener Port Value = 8000…… Available

Web Listener PLSQL Port Value = 8200…… Available

Servlet Port Value = 8800…… Available

JTF Fulfillment Server Port Value = 9300…… Available

Map Viewer Servlet Port Value = 9800…… Available

OEM Web Utility Port Value = 10000…… Available

VisiBroker OrbServer Agent Port Value = 10100…… Available

MSCA Server Port Value = 10200…… Available

MSCA Dispatcher Port Value = 10300…… Available

OACORE Servlet Port Range Value = 16000…… Available

OACORE Servlet Port Range Value = 16001…… Available

OACORE Servlet Port Range Value = 16002…… Available

OACORE Servlet Port Range Value = 16003…… Available

OACORE Servlet Port Range Value = 16004…… Available

OACORE Servlet Port Range Value = 16005…… Available

OACORE Servlet Port Range Value = 16006…… Available

OACORE Servlet Port Range Value = 16007…… Available

OACORE Servlet Port Range Value = 16008…… Available

OACORE Servlet Port Range Value = 16009…… Available

Discoverer Servlet Port Range Value = 17000…… Available

Discoverer Servlet Port Range Value = 17001…… Available

Discoverer Servlet Port Range Value = 17002…… Available

Discoverer Servlet Port Range Value = 17003…… Available

Discoverer Servlet Port Range Value = 17004…… Available

Discoverer Servlet Port Range Value = 17005…… Available

Discoverer Servlet Port Range Value = 17006…… Available

Discoverer Servlet Port Range Value = 17007…… Available

Discoverer Servlet Port Range Value = 17008…… Available

Discoverer Servlet Port Range Value = 17009…… Available

Forms Servlet Port Range Value = 18000…… Available

Forms Servlet Port Range Value = 18001…… Available

Forms Servlet Port Range Value = 18002…… Available

Forms Servlet Port Range Value = 18003…… Available

Forms Servlet Port Range Value = 18004…… Available

Forms Servlet Port Range Value = 18005…… Available

Forms Servlet Port Range Value = 18006…… Available

Forms Servlet Port Range Value = 18007…… Available

Forms Servlet Port Range Value = 18008…… Available

Forms Servlet Port Range Value = 18009…… Available

Forms Servlet Port Range Value = 18010…… Available

Forms Servlet Port Range Value = 18011…… Available

Forms Servlet Port Range Value = 18012…… Available

Forms Servlet Port Range Value = 18013…… Available

Forms Servlet Port Range Value = 18014…… Available

Forms Servlet Port Range Value = 18015…… Available

Forms Servlet Port Range Value = 18016…… Available

Forms Servlet Port Range Value = 18017…… Available

Forms Servlet Port Range Value = 18018…… Available

Forms Servlet Port Range Value = 18019…… Available

Operating System Check
———————–

command : /tmp/RapidInstall/bin/checkOS.sh

Operating System patch/version test has suceeded

Users Group Check
——————

Install is being done by root so ignoring this test.

Port Uniqueness Check :
———————–

All ports are unique.

File System Check :

———————

Database ORACLE_HOME has write privileges:
Mount Point = /ebs/oracle/testdb/9.2.0

Database ORACLE_HOME admin folder has write privileges:
Mount Point = /ebs/oracle/testdb/9.2.0/appsutil

Database ORACLE_HOME temp folder has write privileges:
Mount Point = /ebs/oracle/testdb/9.2.0/appsutil/temp

Database Install Log Directory has write privileges:
Mount Point = /ebs/oracle/testdb/9.2.0/appsutil/log/TEST_pritesh11i

Changed Permissions for /ebs/oracle/testdb/9.2.0/appsutil/log/TEST_pritesh11i

Database System File Directory has write privileges:
Mount Point = /ebs/oracle/testdata

Database Log File Directory has write privileges:
Mount Point = /ebs/oracle/testdata

Database Data File Directory has write privileges:
Mount Point = /ebs/oracle/testdata

Database Index File Directory has write privileges:
Mount Point = /ebs/oracle/testdata

APPL_TOP Created Successfully
Mount Point = /ebs/oracle/testappl

APPL_TOP admin Created Successfully
Mount Point = /ebs/oracle/testappl/admin

APPL_TOP mount 2 has write privileges:
Mount Point = /ebs/oracle/testappl

APPL_TOP mount 3 has write privileges:
Mount Point = /ebs/oracle/testappl

APPL_TOP mount 4 has write privileges:
Mount Point = /ebs/oracle/testappl

COMMON_TOP Created Successfully
Mount Point = /ebs/oracle/testcomn

Apps ORACLE_HOME Created Successfully
Mount Point = /ebs/oracle/testora/8.0.6

Tools ORACLE_HOME Created Successfully
Mount Point = /ebs/oracle/testora/iAS

JAVA_TOP Created Successfully
Mount Point = /ebs/oracle/testcomn/java

PORTAL_TOP Created Successfully
Mount Point = /ebs/oracle/testcomn/portal

JRE_TOP Created Successfully
Mount Point = /ebs/oracle/testcomn/util/jre/1.1.8

Temp Directory Created Successfully
Mount Point = /ebs/oracle/testcomn/temp

APPL_TOP admin Install Log Directory Created Successfully
Mount Point = /ebs/oracle/testappl/admin/TEST_pritesh11i/log

Changed Permissions for /ebs/oracle/testappl/admin/TEST_pritesh11i/log

File Space Check :
——————

Mount Point for /ebs/oracle/testdb/9.2.0 = /
Disk space on system acceptable :
Database ORACLE_HOME = /ebs/oracle/testdb/9.2.0
required = 2905.0
actual = 60547.28125

Mount Point for /ebs/oracle/testdata = /
Disk space on system acceptable :
Database System File Directory = /ebs/oracle/testdata
required = 8261.0
actual = 57642.28125

Mount Point for /ebs/oracle/testdata = /
Disk space on system acceptable :
Database Log File Directory = /ebs/oracle/testdata
required = 44.0
actual = 49381.28125

Mount Point for /ebs/oracle/testdata = /
Disk space on system acceptable :
Database Data File Directory = /ebs/oracle/testdata
required = 6038.0
actual = 49337.28125

Mount Point for /ebs/oracle/testdata = /
Disk space on system acceptable :
Database Index File Directory = /ebs/oracle/testdata
required = 6939.0
actual = 43299.28125

Mount Point for /ebs/oracle/testappl = /
Disk space on system acceptable :
APPL_TOP = /ebs/oracle/testappl
required = 5189.0
actual = 36360.28125

Mount Point for /ebs/oracle/testappl = /
Disk space on system acceptable :
APPL_TOP mount 2 = /ebs/oracle/testappl
required = 2868.0
actual = 31171.28125

Mount Point for /ebs/oracle/testappl = /
Disk space on system acceptable :
APPL_TOP mount 3 = /ebs/oracle/testappl
required = 3039.0
actual = 28303.28125

Mount Point for /ebs/oracle/testappl = /
Disk space on system acceptable :
APPL_TOP mount 4 = /ebs/oracle/testappl
required = 2178.0
actual = 25264.28125

Mount Point for /ebs/oracle/testora/8.0.6 = /
Disk space on system acceptable :
Apps ORACLE_HOME = /ebs/oracle/testora/8.0.6
required = 2350.0
actual = 23086.28125

Mount Point for /ebs/oracle/testora/iAS = /
Disk space on system acceptable :
Tools ORACLE_HOME = /ebs/oracle/testora/iAS
required = 2286.0
actual = 20736.28125

Mount Point for /ebs/oracle/testcomn = /
Disk space on system acceptable :
COMMON_TOP = /ebs/oracle/testcomn
required = 2026.0
actual = 18450.28125

Host/Domain Check :
——————-

command : /bin/ping -c 1 pritesh11i

Error – host ping has returned an error: 2

command : /bin/ping -c 1 pritesh11i.txis.com

PING pritesh11i.txis.com (192.168.1.162) 56(84) bytes of data.
64 bytes from pritesh11i.txis.com (192.168.1.162): icmp_seq=0 ttl=64 time=0.149 ms

— pritesh11i.txis.com ping statistics —
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.149/0.149/0.149/0.000 ms, pipe 2

host.domain ping has suceeded

System variable PATH set to:
/usr/bin:/data/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin

System Utilities Check :
————————

These utilities need to be accessible on your system in order to do administrative tasks.

command : /tmp/RapidInstall/bin/checkutil.sh

Checking for make… found – /usr/bin/make
Checking for ld… found – /usr/bin/ld
Checking for cc… found – /usr/bin/cc
Checking for ar… found – /usr/bin/ar
Utility check completed successfully

System Utilities Availability test has suceeded

JDK Availability Check :
————————

running command : CheckerClass.JDKCheck()

JDK Directory Does not exist, Input was – /usr/opt/jdk1.3.1

Error – JDK Availability Test has returned an error: 1

The Rapid Install Wizard has detected that your configuration requires review. Continue only if all issues have been fully resolved. Do you want to continue your installation now?

Install Check warning has been issued and user chooses to continue.
DoInstallPanel – Summary Text
The Rapid Install Wizard will now install the following:

Install Oracle 9i technology stack for TEST.

Install Oracle Applications Database Seed for TEST.

Install APPL_TOP technology stack for TEST.

Install APPL_TOP for TEST.

DoInstallPanel – User continued install at warning dialog.

————–

DoInstallPanel – Beginning install for all users.

Starting from incomplete stage area /tmp
RapidWiz location: /tmp/RapidInstall
Install Media location: /tmp
APPL_TOP location: /ebs/oracle/testappl
Database ORACLE_HOME: /ebs/oracle/testdb/9.2.0
Database SID: TEST
Database Context Name : TEST_pritesh11i
Creating 9.2.0 DB Context from /tmp/RapidInstall/etc/adxdbctx.tmp to /ebs/oracle/testdb/9.2.0/appsutil/TEST_pritesh11i.xml
instantiate file:
source : /tmp/RapidInstall/etc/adxdbctx.tmp
dest : /tmp/tmpTEST_pritesh11i.xml
instantiate file:
source : /tmp/tmpTEST_pritesh11i.xml
dest : /tmp/tmpTEST_pritesh11i.xml
instantiate file:
source : /tmp/tmpTEST_pritesh11i.xml
dest : /tmp/tmpTEST_pritesh11i.xml
Creating APPL_TOP Context from /tmp/RapidInstall/etc/adxmlctx.tmp to /ebs/oracle/testappl/admin/TEST_pritesh11i.xml
instantiate file:
source : /tmp/RapidInstall/etc/adxmlctx.tmp
dest : /tmp/tmpTEST_pritesh11i.xml
instantiate file:
source : /tmp/tmpTEST_pritesh11i.xml
dest : /tmp/tmpTEST_pritesh11i.xml
instantiate file:
source : /tmp/tmpTEST_pritesh11i.xml
dest : /tmp/tmpTEST_pritesh11i.xml
instantiate file:
source : /tmp/tmpTEST_pritesh11i.xml
dest : /tmp/tmpTEST_pritesh11i.xml

Processing DriverFile = /tmp/RapidInstall/template/adridb.drv
Running Instantiation Drivers for /tmp/RapidInstall/template/adridb.drv
Processing DriverFile = /tmp/RapidInstall/template/adriapps.drv
Running Instantiation Drivers for /tmp/RapidInstall/template/adriapps.drv
Total number of processes in Current Install 5
————–

Processing DriverFile = /tmp/RapidInstall/template/adridb.drv
Running Instantiation Drivers for /tmp/RapidInstall/template/adridb.drv
Invalid target file name in driver file: /admin/out
Creation of Directory – /ebs/oracle/testdb/9.2.0/temp/TEST_pritesh11i Succeeded.
instantiate file:
source : /tmp/RapidInstall/template/adrun8i.sh
dest : /ebs/oracle/testdb/9.2.0/temp/TEST_pritesh11i/adrun8i.sh
backup : /ebs/oracle/testdb/9.2.0/temp/TEST_pritesh11i/adrun8i.sh to /tmp/templbac/adrun8i0.sh
setting permissions: 755
setting ownership: oratest:dba
instantiate file:
source : /tmp/RapidInstall/template/adrun9i.sh
dest : /ebs/oracle/testdb/9.2.0/temp/TEST_pritesh11i/adrun9i.sh
backup : /ebs/oracle/testdb/9.2.0/temp/TEST_pritesh11i/adrun9i.sh to /tmp/templbac/adrun9i0.sh
setting permissions: 755
setting ownership: oratest:dba
instantiate file:
source : /tmp/RapidInstall/template/adrundb.sh
dest : /ebs/oracle/testdb/9.2.0/temp/TEST_pritesh11i/adrundb.sh
backup : /ebs/oracle/testdb/9.2.0/temp/TEST_pritesh11i/adrundb.sh to /tmp/templbac/adrundb0.sh
setting permissions: 755
setting ownership: oratest:dba
Step 0 of 5

Command: /ebs/oracle/testdb/9.2.0/temp/TEST_pritesh11i/adrun8i.sh

Step 1 of 5: Doing UNIX preprocessing
Executing: chmod -R 777 /etc/oraInventory
chmod -R 777 /etc/oraInventory has suceeded

Processing Step 1 of 5

Executing: su oratest -c “/ebs/oracle/testdb/9.2.0/temp/TEST_pritesh11i/adrun8i.sh APPS APPS”
su oratest -c “/ebs/oracle/testdb/9.2.0/temp/TEST_pritesh11i/adrun8i.sh APPS APPS” has suceeded

Step 1 of 5

Command: /ebs/oracle/testdb/9.2.0/temp/TEST_pritesh11i/adrun9i.sh

Step 2 of 5: Doing UNIX preprocessing
Executing: chmod -R 777 /etc/oraInventory
chmod -R 777 /etc/oraInventory has suceeded

Processing Step 2 of 5

Executing: su oratest -c “/ebs/oracle/testdb/9.2.0/temp/TEST_pritesh11i/adrun9i.sh APPS APPS”

STARTED INSTALL PHASE : 9i RDBMS : Tue Jul 23 11:59:02 IST 2013

Executing command:

/tmp/RapidInstall/jre/Linux/1.3.1/bin/java -mx512M -classpath \n /tmp/RapidInstall/jre/Linux/1.3.1/lib/rt.jar:/tmp/RapidInstall/jre/Linux/1.3.1/lib/i18n.jar:/tmp/RapidInstall/jlib/adconfig.zip:/tmp/RapidInstall/jlib/xmlparserv2.zip oracle.apps.ad.autoconfig.InstantiateFile -e /ebs/oracle/testdb/9.2.0/appsutil/TEST_pritesh11i.xml -d

/tmp/RapidInstall/driver/db/driver/gdb920.drv -pwd no_password_here -log /ebs/oracle/testdb/9.2.0/appsutil/log/TEST_pritesh11i/dbInstall.log -verbose

Enter the location of the CD labeled Oracle Applications Rapid Install – RDBMS Disk 1 :

Checking Disk contents in – /tmp/RapidInstall
Checking Disk contents in – /oraDB/Disk1
Checking Disk contents in – /tmp/RapidInstall
Checking Disk contents in – /data
Checking Disk contents in – /data
Checking Disk contents in – /data
Dispose

thanks & regards
pritesh ranjan

Reply
Sunny says September 10, 2014

Hi Atul,

I am trying to Install 11i Ebs on VM(Linux EBS11I 2.6.18-194.el5 #1 SMP Mon Mar 29 22:10:29 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux)
I downloaded software from edelivery Linux x86_64bit(Oracle® E-Business Suite Certified Configuration Release 11.5.10.2 Quarterly Update 4.0 Media Pack for Linux x86-64) which has 28 zip files.

Please correct me If I am wrong,

As I am facing Issues while Installing

Enter the location of the CD labeled Oracle Applications Rapid Install – RDBMS Disk 1 :

It stops at this stage

with a dilouge box having path /tmp/RapidInstall

I have tried Unzipping again and again as many as 20 times but Its having same Issue.

I also tried executing adrun9i.sh as both root and oracle user both didnt complete

as root user 25 files got unzipped out of 67, as oracle user It failed.

Please help me fixing this Issue.

Thanks In advance.

Reply
Sunny says September 11, 2014

Hi Atul,

I am trying to Install 11i Ebs on VM(Linux EBS11I 2.6.18-194.el5 #1 SMP Mon Mar 29 22:10:29 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux)
I downloaded software from edelivery Linux x86_64bit(Oracle® E-Business Suite Certified Configuration Release 11.5.10.2 Quarterly Update 4.0 Media Pack for Linux x86-64) which has 28 zip files.

Please correct me If I am wrong,

As I am facing Issues while Installing

Enter the location of the CD labeled Oracle Applications Rapid Install – RDBMS Disk 1 :

It stops at this stage

with a dilouge box having path /tmp/RapidInstall

I have tried Unzipping again and again as many as 20 times but Its having same Issue.

I also tried executing adrun9i.sh as both root and oracle user both didnt complete

as root user 25 files got unzipped out of 67, as oracle user It failed.

Please help me fixing this Issue.

Thanks In advance.

Reply
SURYA P says October 13, 2014

Hi Atul,

Actually we are going to do a POC on Oracle Linux 4 update 8 OS by

1) 1st installing Ebs 11i (11.5.10.0 64 bit for Linux : Base version 11.5.10.2 patch 3460000 : CU2)
2) Then we want to upgrade 11i (including DB migration if any) to R12.1.3

So I need the list of patches(Pre,installtion,post) that we need to apply during the course of EBS and post upgrade.

The problem is every one giving reference to documents. I need a specific list of patches. Please help.

Thanks,

Surya P

Reply
Add Your Reply

Not found