Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- xargs
- plugin
- import
- IntelliJ
- 네트워크
- web.xml
- lsof
- JavaScript
- 줄바꿈 문자
- find
- context
- resource
- profile
- netsh
- GIT
- ssh
- Windows 10
- Mac
- Quartz
- 단축키
- tomcat
- bash
- vscode
- maVen
- port
- Eclipse
- Windows
- grep
- Source
- VirtualBox
Archives
- Today
- Total
develog
Tora (Client Tool) 본문
▶ Tora 웹사이트
▶ Tora 다운로드
http://sourceforge.net/projects/tora/files/tora/2.1.3/windows/tora2.1.3-win32.zip
▶ oci.dll 파일명 변경
※ 다운로드 받은 파일 압축풀고 oci.dll -> oci.dll.old
※ Oracle Client 의 oci.dll 파일을 사용하도록 변경
▶ 환경변수 설정
%ORACLE_HOME% = D:\oracle\product\10.2.0\client_1
%TNS_ADMIN% = %ORACLE_HOME%\NETWORK\ADMIN
▶ 접속시 옵션 설정
Connection provider : Oracle (TNS)
Options : SQL*Net
※ Oracle Client 설치되어 있어야 함
'DB > Oracle' 카테고리의 다른 글
oracle, sql, with (0) | 2014.02.26 |
---|---|
SELECT 랜덤하게 (0) | 2014.01.22 |
VIEW 수정시 권한 재설정 필수 (0) | 2013.07.22 |
[Oracle] GRANT, REVOKE (0) | 2013.07.18 |
connect by level (0) | 2013.07.12 |
Comments