兩個引數設定

huzhichengforce發表於2013-03-28
STATISTICS_LEVEL:
SQL>show parameter STATISTICS_LEVEL

NAME     TYPE VALUE
------------------------------------ ----------- ------------------------------
statistics_level     string TYPICAL
 
值有三個可以設定:STATISTICS_LEVEL = { ALL | TYPICAL | BASIC }
STATISTICS_LEVEL specifies the level of collection for database and operating system statistics.
TYPICAL 的設定確保了大部分的靜態統計資訊。這個模式適用於大部分情況
ALL:設定統計所有的靜態統計資訊。
BASIC:設定這個引數值會是的很多依賴與統計資訊的功能失效.
以下為設定後影響的功能
1.AWR
2.ADDM
3.所有系統所發生的改變。
4.自動SGA 資源管理
5.自動最佳化靜態收集
6.Object level statistics
7.End to End Application Tracing
8.Database time distribution statistics
9.Service level statistics
10.Buffer cache advisory
11.MTTR advisory#The time required to perform. recovery.
12.Shared pool sizing advisory
13.Segment level statistics
14.PGA Target advisory
15.Timed statistics
16.Monitoring of statistics


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

相關文章