Oracle/Query

[Oracle] Table에 생성되어 있는 Index 확인

알 수 없는 사용자 2015. 5. 21. 11:07

SELECT * FROM USER_INDEXES WHERE TABLE_NAME='테이블명'