#338
[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:<TNS_NAME> = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = <DB_HOSTNAME>) (PORT = <DB_PORT>)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME=<DB_SID>) ) )
[VirtualBox] Compact/Resize Virtual HDD [Weblogic] Change tmp/temp folder
Comments are currently closed.