Tuesday, September 16, 2008

Install Oracle WebLogic Server / Oracle Application Server on linux 64 bit

Not all Oracle products are directly available on Linux 64 bit. This results, that you can not use the product or trust the 32 bit version.

To use the 32 bit products on a 64 bits operating system, you must have installed the 32 bit packages. With tools such as YAST or another package managers, you can easily add these packages:
  • linux32
  • compat-32bit
  • gcc-32bit
  • glib-32bit
  • glibc-32bit
  • and other dependencies
To install the 32 bits code on the 64bits O/S you first start the 32 bits shell.

$ linux32 bash


Then start your scripts, for example:

./runInstaller

./startNodeManager.sh

./server923_linux32.bin

Post a Comment