Oracle查詢回滾大事務所需時間
取ktuxesiz 欄位10S差值 ,計算出每秒恢復的量,剩餘總量除以每秒恢復的量
select
s.username,
t.xidusn,
t.xidslot,
t.xidsqn,
x.ktuxesiz
from
sys.x$ktuxe x,
sys.v_$transaction t,
sys.v_$session s
where
x.inst_id = userenv('Instance') and
x.ktuxesta = 'ACTIVE' and
x.ktuxesiz > 1 and
t.xidusn = x.ktuxeusn and
t.xidslot = x.ktuxeslt and
t.xidsqn = x.ktuxesqn and
s.saddr = t.ses_addr;
轉自 https://www.cnblogs.com/alexbob/p/14580882.html:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25583515/viewspace-2914732/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 臨時表空間和回滾表空間使用率查詢
- Oracle日期時間範圍查詢Oracle
- Oracle 11G 閃回技術 閃回版本查詢和閃回事務查詢Oracle
- oracle回滾溯源Oracle
- 拉鍊表的建立、查詢和回滾
- Oracle 11G 閃回技術 使用Oracle閃回事務查詢Oracle
- 關於Oracle資料庫的時間查詢Oracle資料庫
- Oracle 資料回滾Oracle
- oracle查詢sql執行耗時、執行時間、sql_idOracleSQL
- 關於oracle的空間查詢Oracle
- MySQL查詢時間段MySql
- JPA時間段查詢
- Win10系統怎麼設定回滾時間 win10系統設定回滾時間的方法Win10
- 關於ORACLE大型事務回滾的幾個點Oracle
- oracle表空間使用率查詢Oracle
- ORACLE資料庫遞迴查詢時間區間,可傳入指定日期Oracle資料庫遞迴
- MySQL 5.6大查詢和大事務監控指令碼(Python 2)MySql指令碼Python
- 大事務導致資料庫恢復時間長資料庫
- Oracle 查詢Oracle
- 查詢https證書到期時間HTTP
- MySQL字串轉時間戳查詢MySql字串時間戳
- 查詢時間從前7天到當前時間
- Laravel MongoDB 時間區間查詢的問題LaravelMongoDB
- Oracle查詢表空間的每日增長量Oracle
- 【UNDO】Oracle系統回滾段說明Oracle
- 總結Oracle根據時間查詢的一些常見情況Oracle
- ssl證書到期時間查詢方法
- 使用.NET查詢日出日落時間
- 如何實現模糊查詢時間段
- Oracle psu查詢Oracle
- oracle 基本查詢Oracle
- oracle常用查詢Oracle
- oracle 精確查詢和模糊查詢Oracle
- Oracle 查詢佔用臨時表空間大的歷史會話和SQLOracle會話SQL
- 利用oracle的日誌挖掘實現回滾Oracle
- vue+element-ui根據時間查詢VueUI
- 查詢oracle正在執行的SQL和事務OracleSQL
- Oracle-多表查詢Oracle