12.2新特性之ADG多節點啟動MRP程式
12.2新特性,ADG是RAC環境,在多個例項可以啟動MRP程式recover,命令如ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION INSTANCES ALL
該特性只適用RAC和RAC one node環境資料庫,不支援塊跟蹤,不支援In-Memeory列儲存
注:MRP程式只在執行命令的節點執行,其他節點會產生pr* recovery processes程式。
D.1.1 Setting Up Multi-Instance Redo Apply
As of Oracle Database 12
c
Release 2 (12.2.0.1), a new
INSTANCES [ ALL |
integer
]
clause is available on the SQL
ALTER DATABASE RECOVER MANAGED STANDBY DATABASE
command.
-
The clause is applicable only for Oracle Real Application Clusters (Oracle RAC) or Oracle RAC One Node databases.
-
Block Change tracking is not supported.
-
In-Memory column store is not supported with multi-instance redo apply in an Active Data Guard (ADG) environment.
The
ALL
option causes redo apply to run on all instances in an Oracle RAC standby database that are in an open or mounted state at the time recovery is started. .All instances must be in the same state — either open or mounted. A mix of states is not allowed.
The
integer
option restricts the number of instances that redo apply uses to the number you specify. For integer, specify an integer value from 1 to the number of instances in the standby database. The database chooses the instances on which to perform Redo Apply; you cannot specify particular instances.
The
V$RECOVERY_PROGRESS
view is only populated on the instance where recovery was started (where the MRP0 process resides).
If you omit the
INSTANCES
clause, then recovery happens on only one instance where the command was issued.
Because recovery processes ship redo among instances, redo apply performance is directly related to network bandwidth and latency.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10271187/viewspace-2637644/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 12.2的新特性之PDB級別閃回Oracle
- Oracle Database 12.2本機配置ADGOracleDatabase
- Java 18 新特性:使用Java程式碼啟動jwebserverJavaWebServer
- goldengate 12c 12.2 新特性(updated)Go
- 【劉文彬】EOS多節點組網:商業場景分析以及節點啟動時序
- Oracle Database 12.2新特性詳解 --該國強OracleDatabase
- Oracle 19c 新特性:ADG的自動DML重定向增強讀寫分離--ADG_REDIRECT_DMLOracle
- Oracle 12.2 新特性: Online PDB relocate (PDB hot move)Oracle
- Goldengate 12.2新特性-自描述的佇列檔案Go佇列
- Zookeeper 節點特性介紹
- 如何在12.2版本ADG備庫生成AWR報告
- Oracle11g新特性點評之RMANOracle
- Hadoop 啟動namenode節點失敗Hadoop
- 一節點啟動不起來(ocssd)CSS
- oracle 12c RAC安裝,例項不能多節點同時啟動Oracle
- Oracle 12.2 新特性 | PDB不同字符集變更深入解析Oracle
- Oracle 12.2新特性: PDB級閃回資料庫(Flashback PDB)Oracle資料庫
- R12.2新特性:彈性域值集安全策略
- minio多節點
- 透過RMAN備份搭建單節點ADG(oracle11g)Oracle
- Oracle 12.2 新特性:線上PDB資料庫克隆(Pluggable Hot Clone)Oracle資料庫
- consul 多節點/單節點叢集搭建
- oracle12.2 adg ORA-46952: standby database format mismatch for password fileOracleDatabaseORM
- [Kubernetes]node節點pod無法啟動/節點刪除網路重置
- docker-swarm容器固定到node節點啟動DockerSwarm
- JavaScript學習之DOM(節點、節點層級、節點操作)JavaScript
- Oracle 11g新特性之收集多列統計資訊Oracle
- 10G新特性筆記之自動管理筆記
- 多節點ipfs安裝
- 10G新特性筆記之安裝新特性筆記
- Oracle RAC 一個節點不能自動啟動 怪問題Oracle
- 【RAC】Oracle19.13之後的grid,節點重啟後不會自動驅動Oracle
- RAC節點啟動失敗--ASM無法連線ASM
- codeblocks中,啟動、編譯、除錯ROS節點BloC編譯除錯ROS
- Activiti 流程啟動及節點流轉原始碼分析原始碼
- DRM特性引起的RAC節點當機
- 11g 新特性之自動分割槽-numtoyminterval/numtodsinterval
- 當心ORACLE 12.2 RAC新特性引入的BUG導致ORA-4031Oracle