Oracle Instant Client libraries for ECDA Option for Oracle

As of version 15.0.1, ECDA Option for Oracle no longer ships with Oracle client libraries. Obtain the Oracle Instant Client libraries from the Oracle Web site and install them into the DirectConnect for Oracle (DCO) directory.

Steps Downloading the Oracle Instant Client package

  1. Create a temporary directory.

  2. Go to the Oracle Web site.

  3. Select Downloads | Databases | Instant Client.

  4. Select the Instant Client for your platform.

    Platform

    Download link

    HP-UX Itanium

    Instant Client for HP-UX Itanium (64-bit)

    IBM AIX

    Instant Client for AIX5L (32-bit)

    Linux

    Instant Client for Linux x86

    Solaris SPARC

    Instant Client for Solaris Operating System (SPARC) (32-bit)

  5. Read and accept the OTN Development and Distribution License Agreement for Instant Client.

  6. Select Version 10.2.0.5 and click:

    Platform

    Package

    HP-UX Itanium

    basic-10.2.0.5.0-hpux-ia64.zip

    IBM AIX

    basic-10.2.0.5.0-aix-ppc32.zip

    Linux

    basic-10.2.0.5.0-linux.zip

    Solaris SPARC

    basic-10.2.0.5.0-solaris-sparc32.zip

  7. Log in to the Oracle download site.

  8. Download and extract the Instant Client package into the temporary directory.

    To extract the Instant Client package, download and use the unzip utility.

Steps Installing Oracle Instant Client libraries into the DCO directory

After installing ECDA Option for Oracle, install the Oracle Instant Client libraries into the DCO directory.

  1. Prepare the DCO directory for the Oracle Instant Client libraries:

    cd <install_dir>/DCO-15_0/lib
    rm libclntsh.so
    ln -s libclntsh.so.10.1 libclntsh.so
    
  2. Copy the Oracle Instant Client libraries into the DCO directory:

    cd <install_dir>/DCO-15_0/lib
    cp <tempdir>/instantclient_10_2/*.
    

    where tempdir is the directory to which you extracted the Oracle Instant Client libraries.

  3. Restart the DCO or use the DCWizard utility to configure the DCO for a new installation.