Configuring Java CAPS Business Processes

Copying the OCI Driver Library Files

In order for BPM to use the OCI driver, the library file must reside in the Logical Host’s library directory.

ProcedureTo copy the OCI driver library files

  1. Install the Oracle client on the system where Logical Host resides.

  2. Define the monitoring and recovery database in tnsnames.ora.

  3. Copy ojdbc14.jar (for JDK 1.4 or later) or classes12.jar (for JDK 1.2 and 1.3) from the /jdbc/lib subdirectory in the Oracle client installation to the /lib subdirectory in the Logical Host domain-specific directory. For example,

    copy from oracle_home\jdbc\lib

    to logical_host\is\domains\domain1\lib


    
    

    Note –

    The location of the files in the Oracle installation varies depending on the version of Oracle being used and whether it is a client or server installation.


  4. Restart the Logical Host instance to load the driver classes.