ORA-01033: ORACLE initialization or shutdown in progress

主库查询:
SQL> select error from v$archive_dest where rownum<3;
 
ERROR
-----------------------------------------------------------------
 
ORA-01033: ORACLE initialization or shutdown in progress
 
 
 

DG发生这个问题,一般都是密码文件问题。

 
解决办法:重传密码文件到备库,还是不行就在主库重建密码文件,然后重传密码文件到备库。
 
原文地址:https://www.cnblogs.com/liang545621/p/7529098.html