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
- Windows 10
- find
- vscode
- 네트워크
- resource
- import
- JavaScript
- Mac
- maVen
- bash
- web.xml
- plugin
- netsh
- IntelliJ
- xargs
- VirtualBox
- tomcat
- ssh
- GIT
- 줄바꿈 문자
- Eclipse
- profile
- Quartz
- Source
- 단축키
- port
- lsof
- context
- Windows
- grep
Archives
- Today
- Total
목록2024/11/05 (1)
develog
[oracle] SID / Service Name 접속시 차이 (sqlplus, jdbc)
sqlplus 로 접속# SID 로 접속 (:orcl)sqlplus username/password@127.0.0.1:1521:orcl# Service Name 으로 접속 (/orcl)sqlplus username/password@127.0.0.1:1521/orcl jdbc 로 연결# SID 로 연결시 ( @hostname, :SID )jdbc:oracle:thin:@hostname:port:SID# ServiceName 으로 연결시 ( @//hostname, /ServiceName )jdbc:oracle:thin:@//hostname:port/servicename# SID 로 연결시jdbc:oracle:thin:@127.0.0.1:1521:ORCL# ServiceName 으로 연결시jdbc:oracle..
카테고리 없음
2024. 11. 5. 15:06