Database
Oracle Instantclient (window 설치)
Jack Moon
2012. 10. 8. 16:11
Oracle Instantclient (window 설치)
(1) 오라클 홈페이지에 접속하여 프로그램을 다운로드 받습니다.
http://www.oracle.com/technology/software/tech/oci/instantclient/index.html
(2) 다운로드 받은 파일의 압축을 해제합니다.
(이하 압축 해제경로를 C:\instantclient_10_2 이라 가정함)
(3) 시스템 환경변수에 다음의 변수들을 추가합니다.
PATH = %PATH%;C:\instantclient_10_2
ORACLE_HOME = C:\instantclient_10_2
TNS_ADMIN = C:\instantclient_10_2
NLS_LANG = KOREAN_KOREA.KO16MSWIN949
(4) C:\instantclient_10_2 경로에 tnsnames.ora 파일을 생성합니다.
네이버 N드라이브 instantclient_10_2.zip 참조