Thursday, July 28, 2016

How to set 32 bit emulation mode in linux 64bit

During oracle application server IAs 10g (32 bit) installation got below error because we tried in 64 bit OS.

Now we need to change the current terminal session environment to 32 bit OS by using " linux32 bash" command.

Error:

$ ./runInstaller 
On a 64-bit Linux operating system, Oracle Applicaton Server 10g needs 32-bit emulation mode in this release. Please set 32-bit emulation mode by running following command and restart the installation.
# linux32 bash


Solution:

$ linux32 bash

[applmgr@ofapjay2 Disk1]$ ./runInstaller
Starting Oracle Universal Installer...


No comments:

Post a Comment

How to Compile Forms , Reports & Custom.pll in R12.2

How to Compile Custom.pll   cd $AU_TOP/resource  cp CUSTOM.plx CUSTOM.plx_bkup  cp CUSTOM.pll CUSTOM.pll_bkup  frmcmp_batch module=CUSTOM.pl...