See the Instant Client Home Page for more information about Instant Client.
The installation instructions are at the foot of the page.
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) |
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) |
cd /opt/oracle/instantclient_10_2
ln -s libclntsh.so.10.1 libclntsh.so
ln -s libocci.so.10.1 libocci.so
export LD_LIBRARY_PATH=/opt/oracle/instantclient_10_2:$LD_LIBRARY_PATH
export PATH=/opt/oracle/instantclient_10_2:$PATH?