[20170803]如何檢視dg的redo應用率.txt
[20170803]如何檢視dg的redo應用率.txt
--//昨天別人問的問題,實際上如果安裝配置DGMGRL,在11.2.0.4下變得很簡單.直接執行:
1.環境:
SYS@xxxxdg2> @ &r/ver1
PORT_STRING VERSION BANNER
------------------------------ -------------- --------------------------------------------------------------------------------
x86_64/Linux 2.4.xx 11.2.0.4.0 Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
2.登入DGMGRL,執行:
DGMGRL> show database xxxxdg
Database - xxxxdg
Enterprise Manager Name: xxxx_dg
Role: PHYSICAL STANDBY
Intended State: APPLY-ON
Transport Lag: 0 seconds (computed 0 seconds ago)
Apply Lag: 0 seconds (computed 0 seconds ago)
Apply Rate: 532.00 KByte/s
Real Time Query: ON
Instance(s):
xxxxdg
Database Status:
SUCCESS
--//可以很輕鬆的知道當前的redo Apply Rate.如果11.2.0.3,使用DGMGRL就無效了.
3.11.2.0.3環境:
SYS@xxxxxx> select * from v$version where rownum<=1;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
DGMGRL> show database xxxxxxdg
Database - xxxxxxdg
Role: PHYSICAL STANDBY
Intended State: APPLY-ON
Transport Lag: 0 seconds
Apply Lag: 0 seconds
Real Time Query: ON
Instance(s):
xxxxxxdg
Database Status:
SUCCESS
4.10g下有1個檢視V$STANDBY_APPLY_SNAPSHOT,可以獲得當前的應用率,11g下取消了這個檢視定義.
SYS@xxxdg2> @ &r/ver
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
SYS@xxxdg2> select * from V$STANDBY_APPLY_SNAPSHOT;
SNAPSHOT_TIME SESSION_ID THREAD# RESET_TIMESTAMP SEQUENCE# BLOCK# APPLIED_SCN APPLIED_TIME NEWEST_RESET_TIMESTAMP NEWEST_ARCHIVED_SEQ# NEWEST_TIME NEWEST_USED NEWEST_SRL_SEQ# BLOCKSIZE APPLY_RATE
------------------- --------------- --------------- --------------- --------------- --------------- --------------- ------------------- ---------------------- -------------------- ------------------- --------------- --------------- --------------- ---------------
2017-08-03 15:47:02 1 628034536 54123 53541 19068156503 2017-08-03 15:46:59 628034536 54122 2017-08-03 15:47:01 27412992 54123 512 122
SYS@xxxdg2> select snapshot_time, thread#, sequence#, applied_scn,apply_rate from V$standby_apply_snapshot;
SNAPSHOT_TIME THREAD# SEQUENCE# APPLIED_SCN APPLY_RATE
------------------- --------------- --------------- --------------- ---------------
2017-08-03 15:48:02 1 54123 19068170132 122
5.至於其他有什麼好方法,我就不是很清除了.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-2143037/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 檢視DG是否是實時應用
- 檢視Oracle DG是否是實時應用Oracle
- Linux中如何檢視CPU使用率?Linux
- 檢視oracle臨時表空間佔用率的檢視Oracle
- 11g RAC開啟DG的redo實時應用
- win10 怎麼檢視gpu佔用率_win10檢視gpu使用率的步驟Win10GPU
- Linux檢視CPU使用率Linux
- 超出父檢視的子檢視如何響應點選事件事件
- 如何調優物理備庫的重作日誌應用速率_redo apply_dg_data guardAPP
- [20170411]bbed計算redo檢查和.txt
- Oracle DG管理Redo Transport服務Oracle
- 檢視Oracle的redo日誌切換頻率Oracle
- 如何檢視 Linux 下 CPU、記憶體和交換分割槽的佔用率?Linux記憶體
- 檢視oracle的redo日誌組切換頻率Oracle
- ORACLE RAC+DG調整redo大小Oracle
- [Oracle] 檢視tablespace的使用率(Including temp tablespace)Oracle
- Linux 磁碟 使用率 檢視 處理Linux
- 檢視程式cpu和記憶體佔用率記憶體
- 檢視linux系統CPU利用率Linux
- usage.sql檢視檔案使用率SQL
- [20210422]如何檢視字元的ascii編碼.txt字元ASCII
- DG學習筆記(12)_相關檢視筆記
- oracle物理DG管理-redo資料傳輸,應用與三種模式Oracle模式
- DG學習筆記(5)_Standby Redo Log筆記
- [20160223]檢查redo日誌的完整性.txt
- 在Linux中,如何檢視linux中記憶體使用率最高的程序?Linux記憶體
- Oracle檢視錶空間大小和使用率Oracle
- [20120307]檢視v$session檢視的定義.txtSession
- How to 計算當前redo日誌的使用率
- Win10怎麼看cpu使用率?Win10檢視CPU使用率的方法Win10
- Oracle RAC+DG 調整redo/standby log fileOracle
- DG-備庫日誌的應用遲時檢查
- 【體系結構】dump檢視update操作redo日誌
- linux系統檢視記憶體使用率Linux記憶體
- Oracle檢視錶空間使用率SQL指令碼OracleSQL指令碼
- k8s 檢視容器資源使用率K8S
- 物理DG、邏輯DG和快照DG的搭建(視訊講解)
- [20240911]檢視超長檢視的定義2.txt