ADDM 활성 비활성 정보 ( 타 블로그에서 찾음 )
DBA_HIST_시리즈들이 데이터가 전부 0건이어서 ADDM 이 파업하고 쉬나보다~ 해서 깨워보고자 이것저것 찾아보던중
한블로그에서 10g 와 11g에서 활성하는 방법을 정리해서 그부분을 가져옴.
블로그 URL : http://jhdba.wordpress.com/2009/01/17/disabling-addm-in-10g-and-11g/
해당 블로그 갈무리한 정보
10g
Use the package to modify the snapshot interval to 0
Execute dbms_workload_repository.modify_snapshot_settings
(retention=>20160, interval=> 0);
11g
The initialization parameter should be set to DIAGNOSTIC+TUNING (default) or DIAGNOSTIC to enable automatic database diagnostic monitoring. Setting CONTROL_MANAGEMENT_PACK_ACCESS to NONE disables many Oracle Database features, including ADDM, and is strongly discouraged, but seems to be the only way to disable the automatic monitoring.
Tuning relies on having a diagnostic license which explains why the options are NONE, DIAGNOSTIC or DIAGNOSTIC+TUNING
'Oracle > Oracle 오류기타' 카테고리의 다른 글
이관찌꺼기 DROP (0) | 2013.11.18 |
---|---|
설치된 oracle 패치 정보 리스트 (0) | 2013.10.14 |
Private strand flush not complete (0) | 2013.09.27 |
Active Session History (ASH) performed an emergency flush (0) | 2013.09.27 |
PROCEDURE 에서 V$ 나 DICTIONARY 가 참조가 안된다고 할때 (0) | 2013.09.23 |