Oracle application server 10g needs 32 bit emulation mode in this release
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.
Now we need to change the current terminal session environment to 32 bit OS by using ” linux32 bash” command.
Error:
Solution:
[oracle@gbpd2k Disk1]$ linux32 bash
[oracle@gbpd2k Disk1]$./runInstaller

Comments
Post a Comment