Note: Instant Client 12.2 is now available and is recommended for all environments.
Download it from here.
The 12.1 installation instructions are at the foot of the page.
Instant Client Package - Basic: All files required to run OCI, OCCI, and JDBC-OCI applications
Download |
Description |
---|---|
(63,354,526 bytes) | |
(62,596,673 bytes) |
Instant Client Package - Basic Light: Smaller version of the Basic package, with only English error messages and Unicode, ASCII, and Western European character set support
Download |
Description |
---|---|
(31,306,444 bytes) | |
(30,943,377 bytes) |
Instant Client Package - JDBC Supplement: Additional support for XA, Internationalization, and RowSet operations under JDBC
Download |
Description |
---|---|
(1,571,641 bytes) | |
(1,564,553 bytes) |
Instant Client Package - SQL*Plus: Additional libraries and executable for running SQL*Plus with Instant Client
Download |
Description |
---|---|
(861,127 bytes) | |
(852,220 bytes) |
Instant Client Package - SDK: Additional header files and an example makefile for developing Oracle applications with Instant Client
Download |
Description |
---|---|
(667,177 bytes) | |
(634,835 bytes) |
Instant Client Package - ODBC: Additional libraries for enabling ODBC applications
Download |
Description |
---|---|
(1,840,720 bytes) | |
(949,576 bytes) |
Instant Client Package - WRC: Workload Replay Client used to replay workload for RAT's DB Replay Feature
Download |
Description |
---|---|
(203,514 bytes) | |
(184,970 bytes) |
*Instant Client Package - Precompiler: Additional files for "proc" binary and related files to precompile a Pro*C application and demo
Download |
Description |
---|---|
(6,267,432 bytes) | |
(5,826,632 bytes) |
Installation of ZIP files:
cd /opt/oracle/instantclient_12_1
ln -s libclntsh.so.12.1 libclntsh.so
ln -s libocci.so.12.1 libocci.so
export LD_LIBRARY_PATH=/opt/oracle/instantclient_12_1:$LD_LIBRARY_PATH
Alternatively, add this path to an ldconfig configuration file if there is no other Oracle software that will be impacted.
export PATH=/opt/oracle/instantclient_12_1:$PATH
Installation of RPMs:
rpm -ivh oracle-instantclient12.1-basic-12.1.0.2.0-1.x86_64.rpm
export LD_LIBRARY_PATH=/usr/lib/oracle/12.1/client64/lib:$LD_LIBRARY_PATH
Alternatively, add this path to an ldconfig configuration file if there is no other Oracle software that will be impacted.
export PATH=/usr/lib/oracle/12.1/client64/bin:$PATH