[oracle] Oracle Expert 사용법

실행 : EM->조정모음->Oracle Expert

주의 : system으로 로그인, but 권한문제때문에.. O7_diction…. = true 로 할것
          + EM full setting이 되어야 함.

수집시 메모리 사용량
(1- (사용중메모리-오라클메모리)/총 메모리) * 100%

— 테이블 재배치
alter table scott.emp move tablespace users;

— 인덱스 재배치
alter index scott.pk_deptno rebuild tablespace users;

Loading