- 스탠다드 설치 시 control_management_pack_access 체크 비활성 확인
- 설치 후 조회
select name, value from v$parameter where name=’control_management_pack_access’ ;
- 설치 후 옵션 사용 조회
select * from sys.dba_feature_usage_statistics;
- 파라미터 수정
- 파라미터 수정 후 조회
- awr 수행
스냅샷 조회
select * from dba_hist_snapshot order by begin_interval_time desc ;
awr 생성 후 조회
재 조회