DataGuard on Oracle 11g初步介紹(2)
DataGuard的三種服務
*************************
Redo Transport Services(RTS)
------------------------------------------
負責把primary database的redo資料傳輸到standby database上去.一個primary可以帶9個standby,standby database可以邏輯的也可以是物理的,傳輸的方式,就是primary將redo data傳輸到其中的一個standby資料庫上,然後這個standby再繼續將他所接受到的redo data傳送到其他剩餘的standby上.這樣的方式減輕了primary的壓力. 傳輸是通過Oracle Net實現的
1.Transmit redo data from the primary to standby in the configuration
2.Manage the process of resoving any gaps in the archived redo log file due to a network failure
3.Automatically detect missing or corrupted archived redo log files on a standby and automatically retrieve replacement archived redo log files from the primary database or another standby database.
Apply Services(AS)
-------------------------
用於在standby資料庫中進行apply日誌檔案.這個日誌可以是歸檔日誌,如果想要primary database的任何改變都立即影響到standby database,則可以直接從standby的redo log file在他滿的時候線上apply,而不必等到standby redo log file archived的時候在apply standby資料庫.
The redo data transmitted from the primary database is written to the standby redo log on the standby database,Apply services automatically apply the redo data on the standby database to maintain the consistency with the primary databasein Oracle 11G,it also allows read-only access to the data
Notice that the main difference between physical and logical standby database is the manner in which apply service apply the archived redo data
在physical standby會以redo apply standard techniques(通常Oracle recover的方式)的方式進行primary和standby進行block對block的redo apply.在Oracle11g中,在同時在apply的時候,客戶端還能query(read only).
而logical standby會通過apply service對接收到的redo data以sql statement為目標進行transforms,對已經transforms成的SQL Statement,以SQL Execution的方式來使得主備一致.同時和physical standby不同的是,客戶端可以以read write的方式對資料庫進行操作.
Role Transitions
----------------------
primary和standby的互相切換的服務.
有兩種
switchover(人為,no loss data)
failover(被動,dba can configure the dataguard to ensure no loss data)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12361284/viewspace-63894/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- DataGuard on Oracle 11g初步介紹(1)Oracle
- DataGuard on Oracle 11g初步介紹(3)Oracle
- 【DATAGUARD】DG系列之11g新特性簡單介紹
- oracle 11g dataguardOracle
- 03-CSS初步介紹CSS
- Oracle之11g DataGuardOracle
- oracle 11G dataguard配置Oracle
- oracle 11g dataguard 建立Oracle
- Oracle 11g Active DataguardOracle
- 【DATAGUARD】Oracle21c Dataguard建立注意事項及主要引數介紹Oracle
- [zt] Oracle 11g DataGuard 配置Oracle
- [Oracle] oracle 11g dataguard (one instance)Oracle
- oracle 11g dataguard 完全手冊Oracle
- ORACLE 11g dataguard配置練習Oracle
- 【DataGuard】Oracle 11g physical standby switchoverOracle
- PHP內建攔截器初步介紹PHP
- 【DataGuard】Oracle 11g DataGuard 新特性之 Snapshot Standby DatabaseOracleDatabase
- 【DataGuard】手工冷備搭建 Oracle 11g DataGuard 物理備庫Oracle
- Oracle 10gR2 JDBC介紹Oracle 10gJDBC
- oracle 11g自動收集統計資訊介紹Oracle
- Oracle DataGuard 11g 雙機實驗Oracle
- Oracle 11g Active Dataguard Switchover實驗Oracle
- 【DataGuard】Oracle 11g DataGuard 角色轉換(一)物理備庫SwitchoverOracle
- Oracle Exadata X2-8 介紹Oracle
- Oracle 11g dataguard 配置簡約步驟Oracle
- 探索ORACLE之11g DataGuard_01概念Oracle
- Oracle 11g dataguard check real time applyOracleAPP
- Oracle 11g RAC 配置單例項 DataGuardOracle單例
- Oracle 11g R2之物理Dataguard 重新命名資料檔案Oracle
- 單機Linux平臺Oracle 11g DataGuard Physical Standby 搭建例項(2)LinuxOracle
- oracle 11g DBMS_SQLTUNE 包的使用方法介紹OracleSQL
- Oracle11gR2 Active DataGuardOracle
- Oracle11gR2 Dataguard搭建Oracle
- 通過 rman duplicate 配置Oracle 11g Active DataguardOracle
- ORACLE 11g dataguard系列,手工切換測試Oracle
- Oracle 11G DataGuard重啟詳細過程Oracle
- ORACLE OWI介紹Oracle
- ORACLE ORION介紹Oracle