当前位置:Gxlcms > 数据库问题 > 『ORACLE』修改归档时报错:instance recovery required, cannot set ARCHIVELOG mode

『ORACLE』修改归档时报错:instance recovery required, cannot set ARCHIVELOG mode

时间:2021-07-01 10:21:17 帮助过:22人阅读

SQL> alter database archivelog;
alter database archivelog
*
ERROR at line 1:
ORA-00265: instance recovery required, cannot set ARCHIVELOG mode

 

正常关库、启库使数据库一致性关闭

SQL>shutdown immediate

SQL>startup

在关库、启动到mount状态

SQL>shutdown immediate

SQL>startup mount;

SQL> alter database archivelog;

『ORACLE』修改归档时报错:instance recovery required, cannot set ARCHIVELOG mode

标签:can   bsp   ase   归档   rtu   状态   require   error   base   

人气教程排行