Siebel Analytics Platform Installation and Configuration Guide > Configuring the Siebel Analytics Data Sources >

Configuring HP-UX with Oracle 9i Clients


Analytics License: All licenses.

Operating System: HP-UX only.

Databases: Oracle only.

This topic is part of the Roadmap for Configuring Siebel Analytics Platform.

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 (may not be true for your deployment):

    /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 Platform Installation and Configuration Guide