AWR不能自動生成快照解決方法?

lovehewenyu發表於2016-09-19
AWR不能自動生成快照解決方法

問題描述:RAC歸檔滿後,出現AWR不能自動生成快照。經原理應該是MMON HANG住導致,所以嘗試重啟MMON後問題解決。;


MMON HANG解決辦法

1)重啟一下mmon的重新整理 
alter system set "_swrf_mmon_flush"=false; 
alter system set "_swrf_mmon_flush"=true; 


2)或者,找到mmon程式殺掉,讓資料庫自動重啟一個新的mmon程式,或者重啟下例項。 
ps -ef|grep mmon 
kill -9 xxxxxx 


Manageability Monitor Processes (MMON and MMNL)
The manageability monitor process (MMON) performs many tasks related to the Automatic Workload Repository (AWR). For example, MMON writes when a metric violates its threshold value, taking snapshots, and capturing statistics value for recently modified SQL objects.


The manageability monitor lite process (MMNL) writes statistics from the Active Session History (ASH) buffer in the SGA to disk. MMNL writes to disk when the ASH buffer is full.


See Also:
"Automatic Workload Repository (AWR)" and "Active Session History (ASH)"




AWR和ASH後臺執行程式
AWR ==>MMON
ASH ==>MMNL


MMON負責執行與AWR相關的任務。包括收集資料庫統計資訊,收集AWR快照,啟動各種自動維護作業JOB,生成超過閥值告警資訊。
MMNL負責執行與ASH相關的任務。

########################################################################################
版權所有,文章允許轉載,但必須以連結方式註明源地址,否則追究法律責任!【QQ交流群:53993419】
QQ:14040928 E-mail:dbadoudou@163.com
本文連結: http://blog.itpub.net/26442936/viewspace-2125130/
########################################################################################


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26442936/viewspace-2125130/,如需轉載,請註明出處,否則將追究法律責任。

相關文章