原文:ORA-01665 control file is not a standby control file

ORA 错误处理 问题描述: 在备库启动至mount状态时,报如下错误: ORA : control file is not a standby control file 解决办法: 在主库备份一个控制文件 SQL gt alter database create standby controlfile as home oracle bak.ctl 然后传到备库,用此控制文件启动数据库即可 ...

2017-09-15 23:17 0 1770 推荐指数:

查看详情

ORA-01665 control file is not a standby control file

dg备库在凌晨突然挂掉。导致主备同步不实时,堆积了很多归档日志。 查看mrp进程,发现一个都没有了 尝试拉起mrp进程,发现报错ora-01665 查Mos说是控制文件有问题,具体为说明。 既然这样,那重新从主库拿一个控制过来尝试重新拉mrp。 正打 ...

Wed May 19 17:39:00 CST 2021 0 948
High waits on control file sequential read

High waits on control file sequential read (文档 ID 2277867.1) In case we run into an issue where control file sequential read is the top event ...

Mon Jan 01 06:20:00 CST 2018 0 1232
control file sequential read 等待事件

可能的原因 control file sequential read Reading from the control file. This happens in many cases. For example, while: 1、Making a backup of the control ...

Fri Nov 06 00:19:00 CST 2015 0 3752
番外:Oracle 中关于 Control File 的备份说明

番外系列说明:该系列所有文章都将作为独立篇章进行知识点讲解,是对其他系列博文进行的补充说明,来自于博客园AskScuti。 主题:关于 Control File 控制文件备份的说明 内容预览:本篇涉及控制文件作用、多路复用和备份。(控制文件的重建恢复不在本系列,将纳入己亥清爽恢复系列 ...

Wed May 22 05:26:00 CST 2019 0 472
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM