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
- import
- port
- find
- Windows 10
- 단축키
- bash
- VirtualBox
- ssh
- Quartz
- Source
- vscode
- Eclipse
- GIT
- grep
- profile
- xargs
- Mac
- lsof
- IntelliJ
- context
- netsh
- Windows
- web.xml
- 네트워크
- resource
- plugin
- 줄바꿈 문자
- maVen
- JavaScript
Archives
- Today
- Total
develog
[Oracle] function-based index 조회 본문
SELECT *
FROM USER_IND_EXPRESSIONS
;
SELECT *
FROM USER_INDEXES
WHERE 1=1
AND INDEX_TYPE LIKE 'FUNCTION-BASED%'
;
'DB > Oracle' 카테고리의 다른 글
[Oracle] Trigger, enable, disable (0) | 2016.05.13 |
---|---|
[Oracle] RECYCLEBIN, 휴지통 비우기 (0) | 2016.02.04 |
[Oracle] SYSTIMESTAMP time zone (0) | 2016.02.03 |
[Oracle] time zone, utc, local time (0) | 2015.11.02 |
[Oracle] time zone (0) | 2015.11.02 |
Comments