ADG - Active

问题

DG备库无法转为读写

尝试解决方案

shutdown immediate;
startup mount;
alter database open read write;

ADG - Active
ADG - Active
ADG - Active

alter database clear logfile group 11:
alter database clear unarchived logfile group 11;

最终解决方案

alter database clear unarchived logfile group 20;
alter database activate standby database;
select open_mode from v$database;
read write
上一篇:ADG主库 FAILED DESTINATION


下一篇:ADG备库某个PDB不同步(disable recovery)故障处理