当前位置:网站首页>ADG备库MRP0状态WAIT_FOR_GAP
ADG备库MRP0状态WAIT_FOR_GAP
2022-06-13 10:10:00 【喝醉酒的小白】
问题
--stbstatus.sql--
select PID,PROCESS,STATUS,SEQUENCE#,THREAD#,BLOCKS,DELAY_MINS from v$managed_standby;
select * from v$gap;

重启MRP
alter database recover managed standby database cancel;
alter database recover managed standby database using current logfile disconnect from session;
查看日志
col name format a90
select name,applied from v$archived_log where sequence#=11988;
显示已应用,切归档中存在。。。
解决方案
从主库传归档到备库,注册后重启MRP,OPEN备库。
边栏推荐
猜你喜欢

说说MySQL索引机制

Classes and objects -- Inheritance

ASCII码值是怎么计算的,怎么计算arccos的值

Talk about the bottom playing method of C # method overloading

周末赠书:Power BI数据可视化实战
![[51nod p2527] or and sum [bit operation]](/img/50/75ee9ee40ef0ca9b99e6900018b61a.jpg)
[51nod p2527] or and sum [bit operation]

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

Cynthia project defect management system

Design of simple electronic clock based on single chip microcomputer

SQL server cannot find user or group when creating windows login account
随机推荐
Exception handling operation
ThingsBoard教程(二十):使用规则链过滤遥测数据
微信小程序客服自动回复——PHP实现
Memory management -- Viewing memory space from the perspective of executing programs and processes
Mobile web effects
36氪首发|打造国产精算预测引擎等产品,「深轻科技」连续完成三轮融资
C language structure
【云享新鲜】社区周刊·Vol.66-华为伙伴暨开发者大会2022精彩议程公布
[51nod p2653] interval XOR [bit operation]
Trees and binary trees: Construction of binary trees
Overloading of typical operators
Design of simple electronic clock based on single chip microcomputer
了解RPC和REST
matlab轮毂电机分析模糊pid控制垂向振动分析
苹果放大招!这件事干的太漂亮了……
说说MySQL索引机制
Redundancy code question type -- the difference between adding 0 after
Test redundancy code for error problem type solution - excerpt
Execution order of subclass and parent constructor
【动态规划】入门篇