250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Python
- AJAX
- JDBC
- jpa
- Eclipse
- SpringBoot
- myBatis
- STS
- Exception
- ubuntu
- 설정
- Spring Boot
- IntelliJ
- git
- Source
- error
- MSSQL
- PostgreSQL
- Open Source
- Tomcat
- 문서
- spring
- Docker
- maven
- Core Java
- JavaScript
- 오픈소스
- Thymeleaf
- oracle
- MySQL
Archives
- Today
- Total
헤르메스 LIFE
[TOAD] "You have no oracle clients installed" 메시지 뜨면서 Oracle연결 실패 본문
728x90
실행환경
Windows 7 64bit
Oracle 11g 64bit
Toad 9.x, Toad10.x
Toad는 32bit 프로그램이라 64bit Oracle Home을 찾지 못하는 오류가 있는듯 합니다.
이럴땐 instantclient를 설치하면 됩니다.
http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html
Instant Client 환경설정.
PATH = D:\instantclient_11_2;
ORACLE_HOME = D:\instantclient_11_2
TNS_ADMIN = D:\instantclient_11_2
NLS_LANG = KOREAN_KOREA.AL32UTF8
KOREAN_KOREA.KO16KSC5601
KOREAN_KOREA.KO16MSWIN949
tnsnames.ora 파일을 넣어준다.
NLS_LANG 변수는 데이타베이스에게 사용자의 환경을 알려주는 인식표 역할을 한다.
- KOREAN_KOREA.KO16MSWIN949 (in window)
- AMERICAN_AMERICA.KO16MSWIN949
- KOREAN_KOREA.KO16KO16KSC5601 (in unix)
728x90
'장난감들' 카테고리의 다른 글
How to install Turbo C++ on Windows 7 (0) | 2011.11.17 |
---|---|
How to install Turbo C++ on Windows 7 64bit (0) | 2011.11.17 |
[Eclipse] Tomcat version 6.0 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5 Web modules (0) | 2011.10.26 |
[Eclise] JSEclipse :: Installation/Update (0) | 2011.04.26 |
[Eclipse] 이클립스 SVN 계정 변경이 안될때 (0) | 2011.04.19 |