Dataguard(Standby) 後臺程式
檢查Standby資料庫上是否歸檔有被應用:
在standby 上檢視 select process,status from v$managed_standby; 是否出現mrp程式
SQL> select process,status from v$managed_standby;
PROCESS STATUS
------- ------------
ARCH CONNECTED
ARCH CONNECTED
MRP0 WAIT_FOR_LOG
RFS RECEIVING
如果沒有MRP程式,說明沒有開啟為 recover managed standby database狀態 ;
可以使用 alter database recover managed standby database disconnect from session ; 開standby。
MRP就是備庫的恢復程式
RFS程式接受從主庫來的日誌
沒有MRP程式,說明你的備庫沒有處於恢復狀態
-------------------------------------------------------------------------------------------------------------------------------------------
程式:
RFS:remote file server
On the standby system, the remote file server (RFS) receives redo data over the network from the
LGWR process and writes the redo data to the standby redo log files.
LNSn:
On the primary database, the LGWR process submits the redo data to one or more network server
(LNSn) processes, which then initiate the network I/O in parallel to multiple remote destinations.
MRP: managed recovery process
The managed recovery process (MRP) applies archived redo log files to the physical standby database,
and automatically determines the optimal number of parallel recovery processes at the time it starts.
The number of parallel recovery slaves spawned is based on the number of CPUs available on the
standby server.
LSP:logical standby process
The logical standby process (LSP) uses parallel execution (Pnnn) processes to apply archived redo
log files to the logical standby database, using SQL interfaces.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/15747463/viewspace-758237/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Dataguard(Standby) 後臺程式及歸檔應用瞭解
- DataGuard:Physical Standby Switchover
- DataGuard搭建物理StandBy
- DataGuard搭建邏輯StandBy
- DataGuard:Physical Standby FailoverAI
- DataGuard:Logical Standby Switchover
- Linux平臺Oracle 11g DataGuard Physical Standby 非正常關閉後的啟動LinuxOracle
- ORACLE 11G DataGuard Failover後如何修復standby庫OracleAI
- oracle 之dataguard standby 切換Oracle
- Oracle 9I dataguard(standby)Oracle
- DataGuard:Logical Standby FailoverAI
- 附錄A Oracle Dataguard 物理Standby跨平臺組合支援列表Oracle
- Dataguard物理Standby Switchover 角色轉換
- Oracle DataGuard環境failover後通過舊備份建立物理StandbyOracleAI
- 【DataGuard】Oracle 11g DataGuard 新特性之 Snapshot Standby DatabaseOracleDatabase
- dataguard之物理standby 日誌切換
- 【DataGuard】Oracle 11g physical standby switchoverOracle
- Dataguard (Standby) 相關的檢視(View)View
- Oracle DataGuard Standby database ID mismatch錯誤OracleDatabase
- oracle 12c 支援級聯 standby dataguardOracle
- ORACLE10g DataGuard 配置Physical Standby DatabaseOracleDatabase
- dataguard之物理standby庫failover 切換AI
- [轉帖]Oracle9i Standby (Dataguard) 建立Oracle
- 關於建立DataGuard Physical Standby資料庫資料庫
- 【DATAGUARD 學習】測試standby應用REDO
- 【DATAGUARD 學習】如何停止standby資料庫資料庫
- dataguard standby備庫磁碟空間滿(ZT)
- 單機Linux平臺Oracle 10g DataGuard Logical Standby 搭建例項LinuxOracle 10g
- 單機Linux平臺Oracle 10g DataGuard Physical Standby 搭建例項(10)LinuxOracle 10g
- 單機Linux平臺Oracle 10g DataGuard Physical Standby 搭建例項(9)LinuxOracle 10g
- 單機Linux平臺Oracle 10g DataGuard Physical Standby 搭建例項(8)LinuxOracle 10g
- 單機Linux平臺Oracle 10g DataGuard Physical Standby 搭建例項(7)LinuxOracle 10g
- 單機Linux平臺Oracle 10g DataGuard Physical Standby 搭建例項(6)LinuxOracle 10g
- 單機Linux平臺Oracle 10g DataGuard Physical Standby 搭建例項(5)LinuxOracle 10g
- 單機Linux平臺Oracle 10g DataGuard Physical Standby 搭建例項(4)LinuxOracle 10g
- 單機Linux平臺Oracle 10g DataGuard Physical Standby 搭建例項(3)LinuxOracle 10g
- 單機Linux平臺Oracle 10g DataGuard Physical Standby 搭建例項(2)LinuxOracle 10g
- 單機Linux平臺Oracle 10g DataGuard Physical Standby 搭建例項(1)LinuxOracle 10g