Code Snippet

Just another Code Snippet site

windows

[Oracle] Configure ODBC Client

Download Instant Clients Version 11.2.0.1.0 from Oracle WebSite (http://www.oracle.com/technetwork/topics/winsoft-085727.html) instantclient-basic instantclient-odbc Extract both ZIP in the same directory. Run odbc_install.exe Define following Env. properties : ORACLE_PATH=c:\path\to\instantclient_11_2 TNS_ADMIN=%ORACLE_PATH% add “;%ORACLE_PATH%” to the PATH variable Create TNSNAMES.ORA file in the %ORACLE_PATH% referencing database(s) example:

, ,

Previous Posts