oracle 查詢殺死死鎖方案
程式在執行的過程中,點選確定或儲存按鈕,程式沒有響應,也沒有出現報錯。
-------------------------------------->>涉及到的資料字典:
------->>系統級別
---------->>會話級別:
--------->>官方文件相關指南:
10.1.3.3 Dynamic Performance Views Containing Wait Event Statistics
These dynamic performance views can be queried for wait event statistics:
-
V$ACTIVE_SESSION_HISTORY
The V$ACTIVE_SESSION_HISTORY view displays active database session activity, sampled once every second. See .
-
V$SESS_TIME_MODEL and V$SYS_TIME_MODEL
The V$SESS_TIME_MODEL and V$SYS_TIME_MODEL views contain time model statistics, including DB time which is the total time spent in database calls.
-
V$SESSION_WAIT
The V$SESSION_WAIT view displays information about the current or last wait for each session (such as wait ID, class, and time).
-
V$SESSION
The V$SESSION view displays information about each current session and contains the same wait statistics as those found in the V$SESSION_WAIT view. If applicable, this view also contains detailed information about the object that the session is currently waiting for (such as object number, block number, file number, and row number), the blocking session responsible for the current wait (such as the blocking session ID, status, and type), and the amount of time waited.
-
V$SESSION_EVENT
The V$SESSION_EVENT view provides summary of all the events the session has waited for since it started.
-
V$SESSION_WAIT_CLASS
The V$SESSION_WAIT_CLASS view provides the number of waits and the time spent in each class of wait events for each session.
-
V$SESSION_WAIT_HISTORY
The V$SESSION_WAIT_HISTORY view displays information about the last ten wait events for each active session (such as event type and wait time).
-
V$SYSTEM_EVENT
The V$SYSTEM_EVENT view provides a summary of all the event waits on the instance since it started.
-
V$EVENT_HISTOGRAM
The V$EVENT_HISTOGRAM view displays a histogram of the number of waits, the maximum wait, and total wait time on an event basis.
-
V$FILE_HISTOGRAM
The V$FILE_HISTOGRAM view displays a histogram of times waited during single block reads for each file.
-
V$SYSTEM_WAIT_CLASS
The V$SYSTEM_WAIT_CLASS view provides the instance wide time totals for the number of waits and the time spent in each class of wait events.
-
V$TEMP_HISTOGRAM
The V$TEMP_HISTOGRAM view displays a histogram of times waited during single block reads for each temporary file.
出處:http://blog.chinaunix.net/uid-25472509-id-4455966.html
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30152793/viewspace-1454634/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle 中查詢被鎖的物件,並殺死死鎖程式的方法Oracle物件
- oracle 查詢鎖 && 解鎖Oracle
- Oracle查詢鎖、解鎖Oracle
- oracle 鎖資訊查詢
- Oracle阻塞(鎖等待)查詢Oracle
- oracle 死鎖查詢處理Oracle
- mysql慢查詢,死鎖解決方案MySql
- oracle查詢並殺掉鎖表及物件的session及相關係統程式Oracle物件Session
- 查詢並解除oracle的死鎖Oracle
- Oracle死鎖查詢及處理Oracle
- 殺會話之查詢鎖表的物件及相關操作會話物件
- db2查殺死鎖DB2
- innodb查詢鎖
- TX鎖查詢
- 殺死Oracle死鎖程式Oracle
- 查詢並刪除Oracle中等待的鎖Oracle
- 查殺oracle的阻塞Oracle
- mysql鎖表查詢MySql
- 查詢鎖的原因
- oracle殺死鎖表的程式Oracle
- Oracle 查詢鎖之間的依賴關係Oracle
- 查詢 Oracle 使用者鎖的DLL SQL(轉)OracleSQL
- ORACLE SQL的查詢表的鎖的情況OracleSQL
- package鎖的查詢與解鎖Package
- [鎖機制] 鎖相關查詢
- Oracle10g中阻塞鎖查詢更簡單Oracle
- ORACLE中殺死鎖程式的方法Oracle
- 查詢鎖表記錄
- MySql 鎖表 查詢 命令MySql
- SQL SERVER 查詢鎖資訊SQLServer
- 查詢鎖等待情況
- 查詢物件是否被鎖物件
- sqlserver查詢時不加鎖SQLServer
- Oracle 查詢Oracle
- ORACLE 鎖表的解決方法及查詢引起鎖表SQL語句[轉]OracleSQL
- ORACLE 鎖表的解決方法及查詢引起鎖表SQL語句方法OracleSQL
- 效能查詢並殺CPU高耗程式
- Oracle vs PostgreSQL,研發注意事項(1)-查詢鎖表OracleSQL