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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Java 18 新特性:使用Java程式碼啟動jwebserverJavaWebServer
- Oracle 19c 新特性:ADG的自動DML重定向增強讀寫分離--ADG_REDIRECT_DMLOracle
- Oracle 12.2 新特性: Online PDB relocate (PDB hot move)Oracle
- unix cm單節點啟動
- 【劉文彬】EOS多節點組網:商業場景分析以及節點啟動時序
- oracle12.2 adg ORA-46952: standby database format mismatch for password fileOracleDatabaseORM
- 如何在12.2版本ADG備庫生成AWR報告
- Oracle 12.2新特性: PDB級閃回資料庫(Flashback PDB)Oracle資料庫
- Oracle 12.2 新特性 | PDB不同字符集變更深入解析Oracle
- Hadoop 啟動namenode節點失敗Hadoop
- RAC二節點啟動異常
- Zookeeper 節點特性介紹
- Oracle 12.2 新特性:線上PDB資料庫克隆(Pluggable Hot Clone)Oracle資料庫
- minio多節點
- oracle 12c RAC安裝,例項不能多節點同時啟動Oracle
- [Kubernetes]node節點pod無法啟動/節點刪除網路重置
- 當心ORACLE 12.2 RAC新特性引入的BUG導致ORA-4031Oracle
- consul 多節點/單節點叢集搭建
- fabric多機多節點部署
- 【RAC】Oracle19.13之後的grid,節點重啟後不會自動驅動Oracle
- JavaScript學習之DOM(節點、節點層級、節點操作)JavaScript
- docker-swarm容器固定到node節點啟動DockerSwarm
- DRM特性引起的RAC節點當機
- ORACLE ADG 最大可用模式下例項啟動失敗分析Oracle模式
- [原始碼解析] PyTorch 分散式之彈性訓練(2)---啟動&單節點流程原始碼PyTorch分散式
- 多節點ipfs安裝
- Java 10 新特性之 AppCDSJavaAPP
- CentOS7 單節點和多節點 HPL測試CentOS
- RAC節點啟動失敗--ASM無法連線ASM
- rac新增節點前之清除節點資訊
- 終身程式設計之新起點程式設計
- DG備庫未啟動SCN 新特性引起ORA-600 2252
- Oracle 12.2應用PSU後資料庫無法啟動Oracle資料庫
- Java 8 新特性之方法引用Java
- IOS11新特性之maskedCornersiOS
- iOS 8 之後UINavigationController新特性iOSUINavigationController
- ES6 新特性之SymbolSymbol
- JDK8新特性之stream()JDK