当前位置:网站首页>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
边栏推荐
- Find the minimum value of flipped array [Abstract bisection]
- DNS review
- Joint simulation of STEP7 and WinCC_ Old bear passing by_ Sina blog
- smt贴片加工行业常见术语及知识汇总
- 86.(cesium篇)cesium叠加面接收阴影效果(gltf模型)
- 10.2.3、Kylin_kylin的使用,维度必选
- Search rotation array ii[Abstract dichotomy exercise]
- Literature research (IV): Hourly building power consumption prediction based on case-based reasoning, Ann and PCA
- 文獻調研(三):數據驅動的建築能耗預測模型綜述
- (Reprint) visual explanation of processes and threads
猜你喜欢

【ROS进阶篇】第一讲 常用API介绍

手工制作 pl-2303hx 的USB转TTL电平串口的电路_过路老熊_新浪博客

Installation of third-party library iGraph for social network visualization

关于scrapy爬虫时,由spider文件将item传递到管道的方法注意事项

Reading notes on how to connect the network - hubs, routers and routers (III)

Circuit de fabrication manuelle d'un port série de niveau USB à TTL pour PL - 2303hx Old bear passing Sina blog

兆欧表电压档位选择_过路老熊_新浪博客

About Simple Data Visualization

anchor free dection简介

关于运行scrapy项目时提示 ModuleNotFoundError: No module named 'pymongo‘的解决方案
随机推荐
Reading notes on how to connect the network - hubs, routers and routers (III)
SMT贴片加工pcba立碑现象的原因和解决方法
Mysql5.7.31自定义安装详细说明
MongoDB的一些基础用法
【ROS进阶篇】第一讲 常用API介绍
yolov5 提速多GPU训练显存低的问题
Record some CF questions
10.4.1 données intermédiaires
DNS复习
10.3.1、FineBI_finebi的安装
Redis之内存淘汰机制
正则表达式介绍及一些语法
About Simple Data Visualization
解决线程并发安全问题
手工制作 pl-2303hx 的USB轉TTL電平串口的電路_過路老熊_新浪博客
dbca静默安装及建库
ffmpeg 版本切换
Building cloud computers with FRP
How ASA configures port mapping and pat
Thrift入门学习