DB/오라클
오라클 index 확인 쿼리
개발자와코더사이가 PM일까?
2015. 3. 5. 09:30
반응형
--인덱스 명
select * from user_indexes where table_name ='TABLE_NAME';
--인덱스 컬럼
select * from user_ind_columns where table_name = 'TABLE_NAME'