当前位置:网站首页>Multi-Instance Redo Apply
Multi-Instance Redo Apply
2022-06-26 00:11:00 【Document Porter】
Reference documents :
Oracle Data Guard and Oracle Real Application Clusters
D.1.1 Setting Up Multi-Instance Redo Apply
As of Oracle Database 12c Release 2 (12.2.0.1), a new INSTANCES [ ALL | integer] clause is available on the SQL ALTER DATABASE RECOVER MANAGED STANDBY DATABASE command.
It has the following restrictions:
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.
-- Usually , Enable mrp process
alter database recover managed standby database disconnect from session;-- from 12.2.0.1 Start ,mrp Processes can be started on all standby nodes
alter database recover managed standby database disconnect from session instances all;
[email protected]_stdby>select database_role from v$database;
DATABASE_ROLE
----------------
PHYSICAL STANDBY
[email protected]_stdby>alter database recover managed standby database disconnect from session instances all;
Database altered.
[email protected]_stdby>-- You can also specify instance Up operation mrp process
alter database recover managed standby database disconnect from session instances 1;
[email protected]_stdby>alter database recover managed standby database cancel;
Database altered.
[email protected]_stdby>alter database recover managed standby database disconnect from session instances 1;
Database altered.
[email protected]_stdby>-- It can be downloaded from v$recovery_progress View some information . A little .
END
边栏推荐
- yolov5 提速多GPU训练显存低的问题
- Multi-Instance Redo Apply
- DNS review
- Literature research (IV): Hourly building power consumption prediction based on case-based reasoning, Ann and PCA
- Find the minimum value of flipped array [Abstract bisection]
- 10.4.1、数据中台
- 用js根据当前季度获取上一季度
- Redis之内存淘汰机制
- ASA如何配置端口映射及PAT
- [reprint]rslogix 5000 instance tutorial
猜你喜欢

Some common operation methods of array
![Search rotation array ii[Abstract dichotomy exercise]](/img/db/3ea01cf1ad8446a7007891ef1d8e7f.png)
Search rotation array ii[Abstract dichotomy exercise]

社交网络可视化第三方库igraph的安装

7. common instructions (Part 2): common operations of v-on, v-bind and V-model

My blog is 2 years old and 167 days old today. I received the pioneer blogger Badge_ Old bear passing by_ Sina blog

DHCP review

About Simple Data Visualization

Literature research (III): overview of data-driven building energy consumption prediction models

dhcp复习

关于scrapy爬虫时,由spider文件将item传递到管道的方法注意事项
随机推荐
Prototype chain test questions in JS --foo and getname
深圳台电:联合国的“沟通”之道
7. common instructions (Part 2): common operations of v-on, v-bind and V-model
How ASA configures port mapping and pat
Explain in detail the three types of local variables, global variables and static variables
The role of iomanip header file in actual combat
mysql 主从复制
MySQL master-slave replication
Rocket之消息存储
Redis memory elimination mechanism
Smt贴片机保养与维护要点
文献调研(二):基于短期能源预测的建筑节能性能定量评估
西门子S7-200PLC和丹佛斯变频器的通讯协议改造_过路老熊_新浪博客
10.4.1、数据中台
ASA如何配置端口映射及PAT
10.4.1 données intermédiaires
Smt贴片加工出现元件立碑的解决方法
EBS R12.2.0升级到R12.2.6
关于运行scrapy项目时提示 ModuleNotFoundError: No module named 'pymongo‘的解决方案
Thrift入门学习