ADG - Active
作者:互联网
问题
DG备库无法转为读写
尝试解决方案
shutdown immediate;
startup mount;
alter database open read write;
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
标签:group,database,clear,ADG,unarchived,Active,logfile,alter 来源: https://blog.csdn.net/hezuijiudexiaobai/article/details/120104670