Siebel Analytics Installation and Configuration Guide > Configuring Siebel Analytics in the UNIX Environment >

Configuring HP-UX with Oracle 9i Clients


This topic is part of the Configuring Native Databases (UNIX).

Make this change only for HP-UX platforms using Oracle 9i clients.

To configure HP-UX platforms using Oracle 9i clients

  1. Specify the path to the lib32 directory in SHLIB_PATH, not the path to the lib directory.

    The Oracle 9i client installation lib directory contains the 64-bit libraries, but Siebel Analytics only supports 32-bit operations.

    Example of these modifications:

    /export/home/oracle/9.2.0.2/lib32:/vol1/hpbuild1/SiebelAnalytics/Bin:/vol1/hpbuild1/SiebelAnalytics/mainsoft/ odbc/ux11/lib:/vol1/hpbuild1/SiebelAnalytics/mainsoft/mw/lib-ux11:/vol1/hpbuild1/SiebelAnalytics/mainsoft/mw/lib-ux11_optimized:/vol1/hpbuild1/SiebelAnalytics/setup:/opt/j2se/ jre/lib/

  2. Modify the setting of the SHLIB_PATH in the user.sh or user.csh file so that the path to the lib32 directory appears at the beginning.
    • For user.sh:

    SHLIB_PATH=$ORACLE_HOME/lib32:$SHLIB_PATH:/opt/j2se/jre/lib/hp700

    • For user.csh:

    setenv SHLIB_PATH ${ORACLE_HOME}/lib32:${SHLIB_PATH}:/opt/j2se/jre/lib/hp700

Siebel Analytics Installation and Configuration Guide