Oracle TIMED_STATISTICS 引數 說明
MOS上有關TIMED_STATISTICS引數說明:
Init.ora Parameter "TIMED_STATISTICS" Reference Note [ID 30824.1]
Health CheckAlert: Consider setting TIMED_STATISTICS and STATISTICS_LEVEL to recommendedlevels [ID 957433.1]
Version | Parameter |
| Type | Modifiable |
11.1.0.7 | timed_statistics | BOOLEAN | ALTER SESSION | |
11.1.0.6 | timed_statistics | BOOLEAN | ALTER SESSION | |
10.2.0.4 | timed_statistics | BOOLEAN | ALTER SESSION | |
10.2.0.3 | timed_statistics | BOOLEAN | ALTER SESSION | |
10.1.0.5 | timed_statistics | BOOLEAN | ALTER SESSION | |
10.1.0.4 | timed_statistics | BOOLEAN | ALTER SESSION | |
9.2.0.8 | timed_statistics | BOOLEAN | ALTER SESSION | |
9.0.1.4 | timed_statistics | BOOLEAN | ALTER SESSION | |
8.1.7.4 | timed_statistics | BOOLEAN | ALTER SESSION |
TIMED_STATISTICSspecifies whether or not statistics related to time are collected. It isimportant to set TIMED_STATISTICS=TRUE for obtaining timing information whichwill help in tuning the database.
--TIMED_STATISTICS 指定是否收集於時間相關的統計資訊,當設定為TURE時會獲取有關時間的更多資訊,從而幫助我們來優化DB.
有如下三種方法來設定該引數:
(1)初始化引數
The parameter can be set in theinitialisation file e.g.
timed_statistics= TRUE
(2)system 級別:
This parameter can be set at system levele.g.
ALTER SYSTEM SETtimed_statistics = TRUE
(3)session 級別:
This parameter can be set at session levele.g.
ALTER SESSION SET timed_statistics = TRUE
When TIMED_STATISTICS is enabled statistics are generated for the following:
(1)PARSE, EXEC and FETCH CPU costs intrace files
(2)V$WAITSTAT
(3)V$FILESTAT and V$TEMPSTAT
(4)V$SYSSTAT and V$SESSTAT timedstatistics
Statistics affected by enabling TIMED_STATISTICS include
|
Wait times arerecorded in V$SESSION_EVENT, V$SYSTEM_EVENT and V$SESSION_WAIT irrespective ofthe setting of TIMED_STATISTICS (9.2.0)
關於該引數的預設值,在官網上有關TIMED_STATISTICS 引數的說明:
http://docs.oracle.com/cd/E11882_01/server.112/e25513/initparams255.htm#REFRN10218
If STATISTICS_LEVEL is set to TYPICAL or ALL,then true
If STATISTICS_LEVEL is set to BASIC,then false
如果STATISTICS_LEVEL 設定為TYPICAL或者ALL,那麼TIMED_STATISTICS 則預設為true。 如果STATISTICS_LEVEL設定為BASIC,則TIMED_STATISTICS 預設為false。
MOS上對STATISTICS_LEVEL的說明:
STATISTICS_LEVELspecifies the level of collection for the database and operating systemstatistics. The Oracle Database collects these statistics for a variety ofreasons, including making self-management decisions. Setting theSTATISTICS_LEVEL parameter to BASIC disables the collection of many importantstatistics required by Oracle Database features and functionality.STATISTICS_LEVEL=ALL should only be set for diagnostic purposes as required.
有關該引數在之前整理的Blog裡有說明:
http://blog.csdn.net/tianlesoftware/article/details/4668723
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/15880878/viewspace-715448/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle引數說明(zt)Oracle
- Oracle Table建立引數說明Oracle
- Oracle Table 建立引數 說明Oracle
- Oracle Sequence Cache 引數說明Oracle
- Oracle 啟動例程 STARTUP引數說明Oracle
- Oracle 表空間 建立引數 說明Oracle
- TOP引數說明
- mysqldump引數說明MySql
- mysqldump 引數說明MySql
- MySQL引數說明MySql
- oracle安裝記憶體引數說明Oracle記憶體
- Elasticsearch 引數配置說明Elasticsearch
- kafka 引數配置說明Kafka
- redis 3.0 引數說明Redis
- golden gate 引數說明Go
- ORACLE安裝引數sysctl.conf說明Oracle
- oracle10g初始化引數說明Oracle
- Oracle sessions,processes 和 transactions 引數 關係 說明OracleSession
- mysqldump引數詳細說明MySql
- mosquitto命令引數說明UI
- 【MYSQL】MHA引數列表說明MySql
- Mysql JDBC Url引數說明MySqlJDBC
- Oracle GoldenGate系統之----相關引數說明OracleGo
- Nginx的gzip配置引數說明Nginx
- linux常用核心引數說明Linux
- GoldenGate HANDLECOLLISIONS引數使用說明Go
- 【7】JVM引數說明和分析JVM
- 2.--Goldgate常用引數說明Go
- 【MySQL】SemisynchronousReplication配置和引數說明MySql
- Linux SHELL if 命令引數說明Linux
- Redis配置檔案引數說明Redis
- MySQL CMake引數說明手冊MySql
- mysql innodb相關引數說明MySql
- Goldengate引數簡要說明Go
- 【ASM學習】ASM引數說明ASM
- 編譯引數-ObjC的說明編譯OBJ
- Oracle 11g DDL_LOCK_TIMEOUT引數說明Oracle
- Oracle資料泵impdp的table_exists_action引數說明Oracle