2010년 4월 3일 토요일

Index Tablespace 확인

 

select i.table_name, i.index_name, f.tablespace_name,FILE_NAME
from dba_indexes i, dba_data_files f
where f.TABLESPACE_NAME = i.TABLESPACE_NAME and i.owner = 'PROC100';

- index 가 사용하고 있는 Tablespace 및 저장되어 있는 파일 위치 출력

댓글 없음:

댓글 쓰기