Oracle Linux Odbc: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Odbc Configuration Sample == [OracleODBC-10g] Description = Oracle ODBC driver for Oracle 10g Driver = /usr/lib/oracle/10.2.0.3/client/lib/libsqora.so.10.1 FileUsage = 1 Dr...") |
|||
Line 1: | Line 1: | ||
== Odbc Installation == | |||
Download driver | |||
[http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html | instant Client Downloads for linux] | |||
Download Instant Client Package - Basic and Instant Client Package - ODBC | |||
unzip both zip file | |||
<pre> | |||
cd /opt/oracle/instantclient_12_1 | |||
ln -s libclntsh.so.12.1 libclntsh.so | |||
ln -s libocci.so.12.1 libocci.so | |||
</pre> | |||
export LD_LIBRARY_PATH and PATH | |||
<pr> | |||
export LD_LIBRARY_PATH=/opt/oracle/instantclient_12_1:$LD_LIBRARY_PATH | |||
export PATH=/opt/oracle/instantclient_12_1:$PATH | |||
</pre> | |||
== Odbc Configuration Sample == | == Odbc Configuration Sample == | ||
[OracleODBC-10g] | [OracleODBC-10g] |
Revision as of 19:39, 19 June 2015
Odbc Installation
Download driver | instant Client Downloads for linux
Download Instant Client Package - Basic and Instant Client Package - ODBC
unzip both zip file
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 and PATH <pr> export LD_LIBRARY_PATH=/opt/oracle/instantclient_12_1:$LD_LIBRARY_PATH export PATH=/opt/oracle/instantclient_12_1:$PATH
Odbc Configuration Sample
[OracleODBC-10g] Description = Oracle ODBC driver for Oracle 10g Driver = /usr/lib/oracle/10.2.0.3/client/lib/libsqora.so.10.1 FileUsage = 1 Driver Logging = 7