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 | 31 |
Tags
- xargs
- context
- Quartz
- 단축키
- profile
- VirtualBox
- Mac
- Windows 10
- Source
- 네트워크
- ssh
- bash
- web.xml
- resource
- find
- GIT
- IntelliJ
- Windows
- vscode
- lsof
- plugin
- tomcat
- 줄바꿈 문자
- netsh
- grep
- port
- Eclipse
- JavaScript
- import
- maVen
Archives
- Today
- Total
develog
[Oracle] database link 본문
database link 생성
CREATE DATABASE LINK 디비링크이름 |
database link 삭제
DROP DATABASE LINK 디비링크이름; |
database link 사용
SELECT * FROM 테이블이름@디비링크이름 ; |
'DB > Oracle' 카테고리의 다른 글
[Oracle] outer join test (0) | 2019.05.28 |
---|---|
[Oracle] sqlplus 엑셀 export (0) | 2019.03.21 |
[Oracle] jar download (0) | 2018.11.06 |
[Oracle] JDBC driver version (0) | 2018.04.09 |
[Oracle] 중복 데이터 제거 (0) | 2017.06.13 |
Comments