当前位置:网站首页>ADG standby mrp0 status wait_ FOR_ GAP
ADG standby mrp0 status wait_ FOR_ GAP
2022-06-13 10:16:00 【Drunken Xiaobai】
problem
--stbstatus.sql--
select PID,PROCESS,STATUS,SEQUENCE#,THREAD#,BLOCKS,DELAY_MINS from v$managed_standby;
select * from v$gap;

restart MRP
alter database recover managed standby database cancel;
alter database recover managed standby database using current logfile disconnect from session;
Check the log 
col name format a90
select name,applied from v$archived_log where sequence#=11988;
Show applied , There are... In the archive ...
Solution
Transfer from the primary database to the backup database , Restart after registration MRP,OPEN For the library .
边栏推荐
- Memory management -- Viewing memory space from the perspective of executing programs and processes
- 简述请求过程
- [51nod p2106] an odd number of times [bit operation]
- Learning makefile with me
- [Luogu p1403] Research on divisor
- vivo大规模 Kubernetes 集群自动化运维实践
- C# Oracle 多表查询
- Chapter I Section I
- GCC compilation process
- Smart210 uses SD card to burn uboot
猜你喜欢
![[Luogu p1090, ssl1040] merged fruit [pile]](/img/65/2206dead12cc61fed9ff582acb34c0.jpg)
[Luogu p1090, ssl1040] merged fruit [pile]

Apple zoom! It's done so well

Introduction to knowledge map

【ELM分类】基于粒子群优化卷积神经网络CNN结合极限学习机ELM实现数据分类附matlab代码

Implementation of fruit mall wholesale platform based on SSM

Docker部署Mysql

UNIX Environment advanced programming --8- process control ---8.5 function exit-8.6 function wait and waitpid

Idea life extension plug-in

Oracle custom data type question

Leetcode (question 15) - sum of three numbers
随机推荐
The rise of cloud computing enterprises and the shaking of Oracle database market dominance
QTcpServer. QTcpSocket. QUdpSocket之间的区别
Node red series (24): use MySQL nodes in node red to add, delete, modify and query databases
微信小程序客服自动回复——PHP实现
Design of simple electronic clock based on single chip microcomputer
Oracle自定义数据类型Type疑问
ThingsBoard教程(二十):使用规则链过滤遥测数据
LeetCode 2016. Maximum difference between incremental elements
[51nod p3216] Award [bit operation]
[51nod p2106] an odd number of times [bit operation]
GCC compilation process
Blue Bridge Cup group 2021a - two way sorting
多线程 从UE4的无锁队列开始 (线程安全)
关于#数据库#的问题:反复检查过了查不出来
36 krypton launched | built domestic actuarial forecasting engine and other products, and "Shenzhen light technology" completed three consecutive rounds of financing
About the problem of database: it can't be found after repeated inspection
go-zero微服务实战系列(三、API定义和表结构设计)
It was so simple to implement system call
C language structure
[51nod p2102] or subtraction and [bit operation]