TECH
QUESTION
자주하는 질문답변 입니다.
Oracle
작성자 | 유건데이타 | 등록일 | 2015-08-10 |
제목 | analyze table tname validate structure 명령이 | ||
---|---|---|---|
analyze table tname validate structure
analyze { index/table/cluster } (schema.){ index/table/cluster } validate structure (cascade) (into schema.table); index/table/cluster의 구조에 대한 integrity check에 사용된다. oracle이 성공적으로 structure에 대한 검증을 마치게 되면 아무런 message를 남기지 않지만, corruption을 발견하게 되는 경우에는 error message를 내주게 되며, 이 경우 해당 object를 drop 후 recreate하는 작업이 수행되어야 한다. object에 대하여 validate structure 작업을 진행 중에는 해당 object에 대한 select, insert, update, delete 작업을 수행할 수 없으므로, 해당 object에 대하여 빈번한 access가 발생하는 경우에는 수행하지 말아야 한다. |
Comment | |||
---|---|---|---|
등록된 코멘트가 없습니다. |