时间:2021-07-01 10:21:17 帮助过:217人阅读
ORA-01665错误处理
问题描述:
在备库启动至mount状态时,报如下错误:
ORA-01665: control file is not a standby control file
解决办法:
在主库备份一个控制文件
SQL> alter database create standby controlfile as ‘/home/oracle/bak.ctl‘;
然后传到备库,用此控制文件启动数据库即可
ORA-01665 control file is not a standby control file
标签:not nbsp bsp 备份 sql tab 错误处理 standby 解决