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
- tomcat
- profile
- plugin
- IntelliJ
- context
- Windows 10
- Eclipse
- Mac
- port
- xargs
- vscode
- Windows
- GIT
- grep
- Quartz
- VirtualBox
- maVen
- JavaScript
- web.xml
- resource
- ssh
- find
- netsh
- 단축키
- lsof
- import
- 줄바꿈 문자
- Source
- bash
- 네트워크
Archives
- Today
- Total
develog
[Oracle] index 컬럼 찾기 본문
SELECT TABLE_NAME, COLUMN_NAME
FROM USER_IND_COLUMNS
WHERE INDEX_NAME = 'IDX_MY_TABLE_01'
'DB > Oracle' 카테고리의 다른 글
[Oracle] Privileges (0) | 2014.09.02 |
---|---|
[Oracle] RAISE_APPLICATION_ERROR (0) | 2014.09.01 |
인덱스 재생성 (0) | 2014.06.17 |
Oracle Locks (0) | 2014.05.14 |
ORA-32035: unreferenced query name defined in WITH clause (0) | 2014.02.26 |
Comments