내맘대로긍정이 알려주는
Oracle 23ai 신기능
무료 세미나 발표자료
OS환경 : Oracle Linux6.8(64bit)
DB 환경 : Oracle Database 11.2.0.4
쿼리 :
set pages 1000
set lines 200
col index_owner for a10
col index_name for a17
col table_owner for a10
col column_name for a12
select * from dba_ind_columns
where index_name = 'SYS_C00368129' --index 명
order by index_name;
결과값 :
INDEX_OWNE INDEX_NAME TABLE_OWNE TABLE_NAME COLUMN_NAME COLUMN_POSITION COLUMN_LENGTH CHAR_LENGTH DESC
---------- ----------------- ---------- ------------------------------ ------------ --------------- ------------- ----------- ----
SMSADMIN SYS_C00368129 SMIN ERFCE_15 MO_NO 2 22 0 ASC
SMSADMIN SYS_C00368129 SMIN ERFCE_15 STIME 1 22 0 ASC
2 rows selected.
참조 :
'ORACLE > Sql' 카테고리의 다른 글
oracle 10g 자동통계정보수집 table lock , unlock (0) | 2018.05.15 |
---|---|
자동통계수집 job 돌고 있는지 확인 (0) | 2018.05.11 |
오라클 11gR2 Blevel 확인 및 REBUILD 할 INDEX 대상 조회 (0) | 2018.05.04 |
오라클 With절 (0) | 2018.05.03 |
Raw Device 에서 File System 으로 데이타파일 변환하기 (0) | 2018.04.30 |