V$SESSION_LONGOPS bug
V$SESSION_LONGOPS bug
概念瞭解:
此View顯示使用者操作時間超過6 seconds 的執行狀態。
這些操作包括 備份恢復功能,統計資訊收集,執行查詢和其他一些oracle 操作。
需要監視查詢的執行,資料庫必須使用 CBO 並且設定 Parameters
timed_statistics=true or sql_trace=true
使用analyze 語句或dbms_stats package 收集物件的統計資訊。
bug 顯現
SID | SERIAL# | TARGET_DESC | SOFAR | TOTALWORK | START_TIME | LAST_UPDATE_TIME | USERNAME | SQL_ADDRESS |
29 | 183 | 256 | 256 | 2006-06-05 12:55:49 | BQY | ? 2358537492 | ||
29 | 5912 | x虁 | 7984 | 7984 | 2054-10-25 03:14:09 | 2006-06-06 16:38:03 | BQY | ? 2615825342 |
31 | 391 | 137438953504 | 137438953504 | 1988-01-01 00:00:32 | 2006-06-06 08:19:17 | BQY | ? 3290242800 | |
31 | 391 | p | 9223372041150663488 | 9223372041150663488 | 2054-10-25 03:14:09 | 2006-06-06 08:19:18 | BQY | ? 3290242800 |
Column Datatype Description
SID NUMBER Session identifier
SERIAL# NUMBER Session serial number
OPNAME VARCHAR2(64) Brief description of the operation
TARGET VARCHAR2(64) The object on which the operation is carried out
TARGET_DESC VARCHAR2(32) Description of the target
SOFAR NUMBER The units of work done so far
TOTALWORK NUMBER The total units of work
UNITS VARCHAR2(32) The units of measurement
START_TIME DATE The starting time of operation
LAST_UPDATE_TIME DATE Time when statistics last updated
TIME_REMAINING NUMBER Estimate (in seconds) of time remaining for the operation to complete.
ELAPSED_SECONDS NUMBER The number of elapsed seconds from the start of operations
CONTEXT NUMBER Context
MESSAGE VARCHAR2(512) Statistics summary message
USERNAME VARCHAR2(30) User ID of the user performing the operation.
SQL_ADDRESS RAW(4) Used with the value of the SQL_HASH_VALUE column to identify the
SQL statement associated with the operation.
SQL_HASH_VALUE NUMER Used with the value of the SQL_ADDRESS column to identify the SQL
statement associated with the operation.
QCSID NUMBER Session identifier of the parallel coordinator.
SERIAL# NUMBER Session serial number
OPNAME VARCHAR2(64) Brief description of the operation
TARGET VARCHAR2(64) The object on which the operation is carried out
TARGET_DESC VARCHAR2(32) Description of the target
SOFAR NUMBER The units of work done so far
TOTALWORK NUMBER The total units of work
UNITS VARCHAR2(32) The units of measurement
START_TIME DATE The starting time of operation
LAST_UPDATE_TIME DATE Time when statistics last updated
TIME_REMAINING NUMBER Estimate (in seconds) of time remaining for the operation to complete.
ELAPSED_SECONDS NUMBER The number of elapsed seconds from the start of operations
CONTEXT NUMBER Context
MESSAGE VARCHAR2(512) Statistics summary message
USERNAME VARCHAR2(30) User ID of the user performing the operation.
SQL_ADDRESS RAW(4) Used with the value of the SQL_HASH_VALUE column to identify the
SQL statement associated with the operation.
SQL_HASH_VALUE NUMER Used with the value of the SQL_ADDRESS column to identify the SQL
statement associated with the operation.
QCSID NUMBER Session identifier of the parallel coordinator.
紅色部分現在2054年,但在Schema 描述的是 The starting time of operation. 顯然結果和描述是不相符的。
[@more@]Version=8.1.7.4
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/34596/viewspace-840999/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- V$SESSION_LONGOPS bug 【Blog 搬家】SessionGo
- V$SESSION_LONGOPSSessionGo
- 效能檢視 V$Session_LONGOPSSessionGo
- V$SESSION_LONGOPS 檢視的用法SessionGo
- 利用v$session_longops監控長操作SessionGo
- v$session_longops 檢視回滾進度SessionGo
- 動態檢視V$SESSION_LONGOPS學習SessionGo
- V$SESSION_LONGOPS超過系統時間SessionGo
- 利用v$session_longops監控long RUN操作SessionGo
- 學習動態效能表(十)--V$SESSION_LONGOPSSessionGo
- [zt] 用v$session_longops監控long RUN操作SessionGo
- 利用v$session_longops監控long RUN操作(轉)SessionGo
- Oracle動態效能檢視之v$session_longops ztOracleSessionGo
- 使用v$session_longops來監控rman備份進度SessionGo
- (轉):學習Oracle動態效能表-(13)-V$SESSION_LONGOPSOracleSessionGo
- 監控Oracle長時間執行的工作(v$session_longops)OracleSessionGo
- 破解DebugApiSpy v3.2.1.56API
- rman備份的時候讀取v$session_longops失敗導致備份失敗SessionGo
- RobotGo v0.46.0 釋出, 修復重要 bugOTGGo
- Swoole v4.6.1 版本釋出,Bug 修復版本
- JS_debuger v1.35免費版JS
- 記錄:Bug 8575528 Missing entries in V$MUTEX_SLEEP.locationMutex
- v-distpicker "重慶市 市轄區 江北區" bug解決
- V8 的 typeof null 返回 "undefined" 的 bug 是怎麼回事NullUndefined
- 社交系統ThinkSNS+從V0.8.7到V0.8.9我們到底修復了多少個bug?
- [BUG反饋]v1.1版本高階搜尋錯誤
- 黑客找到Steam免費玩遊戲bug V社獎勵2萬美元黑客遊戲
- Oracle10g V$OSSTAT 關於PHYSICAL_MEMORY_BYTES 的 BugOracle
- 它說你的程式碼有 Bug「GitHub 熱點速覽 v.21.44」Github
- expdp Hit bug( Bug 5879865)
- [BUG反饋]文件模型bug模型
- [BUG反饋]安裝bug?
- Oracle Debug ---- oradebugOracle
- Oracle10g V$OSSTAT 關於PHYSICAL_MEMORY_BYTES 的 Bug【Blog 搬家】Oracle
- 給找 Bug 的工具(larastan)找 BugAST
- 【bug】掘金md文字解析器bug
- [BUG反饋]模型增加欄位BUG模型
- oracle bugOracle