Oracle/기타2010. 2. 11. 18:59
reorganization이란?

글자그대로 해석하면 재조직이다.
오라클에서에 이 재조직이라 함은 table, index, sequence과 같은 오브젝트를 기존과는 다른 형태로 재구성한다는 것이 아닐까?


reorganization에는 어떤 것들이 있을까?



reorganization이 필요하다는 것은 어떻게 알 수 있을까?

analyze


실제적으로 실습을 해보자.


SQL> alter table 테이블명 dellocate unused;


SQL> alter index 인덱스명 rebuild (다양한 옵션);


create table
as
select  SQL문

export/import utilities

SQL*Loader

alter table move tablespace

온라인 reorganization
DBMS_REDEFINITION


참고 : http://blog.naver.com/orapybubu?Redirect=Log&logNo=40021506268
         http://blog.naver.com/orapybubu?Redirect=Log&logNo=40045446472
         http://blog.naver.com/imbyuri?Redirect=Log&logNo=110070124618
         http://kr.forums.oracle.com/forums/thread.jspa?messageID=1465894

'Oracle > 기타' 카테고리의 다른 글

오라클 30초 간격으로 동일한 값 넣는 쿼리  (1) 2010.02.24
import 성능 향상시키는 방법  (0) 2010.02.11
Read the alert log with SQL  (0) 2010.01.13
[펌]오라클의 뷰가 만들어지는 과정  (0) 2009.12.23
login.sql셋팅  (0) 2009.12.15
Posted by 자수성가한 부자