WebSphere Commerce EnterpriseSolarisLinuxAIXWebSphere Commerce Version 7.0.0.2 or laterWebSphere Commerce Professional

Configuring Oracle 11gR2 with 32-bit WebSphere Application Server

If you plan to use a 32-bit WebSphere Application Server with Oracle 11gR2 on a 64-bit AIX, Linux, or Solaris operation system, you will need to manually update the system library path to complete the configuration.

Before you begin

Procedure

  1. Manually update the system library path.
    • AIXIn the following files:
      • non_root_user_home/.profile
      • WC_installdir/bin/wcnonroot.sh
      • WC_installdir/bin/setenv.sh
      change the value of the LIBPATH variable to oracle_home/lib
    • SolarisMake the following changes:
      • In export/home/non_root_user/.profile change the value of the LD_LIBRARY_PATH variable to oracle_home/lib
      • In WC_installdir/bin/wcnonroot.sh change the value of the DBDIR variable to oracle_home
      • In WC_installdir/bin/setenv.sh change the value of the LD_LIBRARY_PATH variable to oracle_home
    • SUSEIn the following files:
      • non_root_user_home/.profile
      • WC_installdir/bin/wcnonroot.sh
      • WC_installdir/bin/setenv.sh
      change the value of the LD_LIBRARY_PATH variable to oracle_home/lib
    • RedhatIn the following files:
      • non_root_user_home/.bash_profile
      • WC_installdir/bin/wcnonroot.sh
      • WC_installdir/bin/setenv.sh
      change the value of the LD_LIBRARY_PATH variable to oracle_home/lib
  2. Optional: If you do not have an instance, you can AIXcreate the WebSphere Commerce instanceLinuxcreate the WebSphere Commerce instanceSolariscreate the WebSphere Commerce instance.