Oracle Instant Client Downloads for Linux Itanium

See the Instant Client Home Page for more information about Instant Client.

The installation instructions are at the foot of the page.

Version 10.2.0.4

Name

Download

Description

Instant Client Package - Basic All files required to run OCI, OCCI, and JDBC-OCI applications

(43,908,840 bytes) (cksum - 467508809)

Instant Client Package - Basic Lite Smaller version of the Basic, with only English error messages and Unicode, ASCII, and Western European character set support (10.2 only)

(21,178,163 bytes) (cksum - 1319100407)

Instant Client Package - JDBC Supplement Additional support for XA, Internationalization, and RowSet operations under JDBC

(1,495,815 bytes) (cksum - 625643976)

Instant Client Package - SQL*Plus Additional libraries and executable for running SQL*Plus with Instant Client

(1,120,883 bytes) (cksum - 105597400)

Instant Client Package - SDK Additional header files and an example makefile for developing Oracle applications with Instant Client

(603,633 bytes) (cksum - 3946666086)

Instant Client Package - ODBC Additional libraries for enabling ODBC applications

(538,804 bytes) (cksum - 949562618)

Version 10.1.0.5

Name

Download

Description

Instant Client Package - Basic All files required to run OCI, OCCI, and JDBC-OCI applications

(39,960,336 bytes) (cksum - 2398852410)

Instant Client Package - JDBC Supplement Additional support for XA, Internationalization, and RowSet operations under JDBC

(4,662,674 bytes) (cksum - 2804117080)

Instant Client Package - SQL*Plus Additional libraries and executable for running SQL*Plus with Instant Client

(862,014 bytes) (cksum - 3659081884)

Instant Client Package - SDK Additional header files and an example makefile for developing Oracle applications with Instant Client

(294,636 bytes) (cksum - 1831298044)

Installation

  1. Download the appropriate Instant Client packages for your platform. All installations require the Basic or Basic Lite package.
  2. Unzip the packages into a single directory such as "/opt/oracle/instantclient_10_2" that is accessible to your application.
  3. 
    
    cd /opt/oracle/instantclient_10_2
    ln -s libclntsh.so.10.1 libclntsh.so
    ln -s libocci.so.10.1 libocci.so
    
    
  4. Set the library loading path in your environment to the directory in Step 2. For example,
  5. export LD_LIBRARY_PATH=/opt/oracle/instantclient_10_2:$LD_LIBRARY_PATH

  6. To use supplied binaries such as SQL*Plus, update your PATH environment variable, for example:
  7. export PATH=/opt/oracle/instantclient_10_2:$PATH?

  8. Start your application.