티스토리 뷰
인덱스 깨진거 조회
select index_name, status, owner from dba_indexes where STATUS = 'UNUSABLE';
인덱스 깨진거 리빌드
select 'alter index '||owner||'.'||index_name||' rebuild;' from dba_indexes where STATUS = 'UNUSABLE';
'IT > DATABASE' 카테고리의 다른 글
오라클 조회결과가 없을 경우 처리 (0) | 2018.08.14 |
---|---|
ORA-28002: the password will expire within 7 days (0) | 2018.03.05 |
mysql function 만들지 못할 경우 (0) | 2017.08.29 |
오라클 클라이언트 삭제 (0) | 2017.08.22 |
오라클 덤프(exp, imp) (0) | 2017.08.11 |
댓글