ORA-26926: Unable to attach because capture “string” is missing dictionary redo logs ORA
文档解释
ORA-26926: Unable to attach because capture “string” is missing dictionary redo logs
Cause: The specified capture was unable to locate the dictionary redo log.
Action: Check the state of the specified capture from GV$STREAMS_CAPTURE to determine the SCN or file name of the missing log file. Confirm that the file name exists and is accessible online and also in the DBA_REGISTERED_ARCHIVED_LOG view. In addition, for local capture, confirm that an entry exists for the file in the V$ARCHIVED_LOG view. If an entry is missing, it can be added using the ALTER DATABASE REGISTER …. LOGFILE command, specifying the keyword LOGICAL LOGFILE or PHYSICAL LOGFILE as appropriate.
ORA-26926 : 该错误说明在尝试将字典REDO日志 “字符串”连接到归档日志流时出现问题。
官方解释
常见案例
一般处理方法及步骤
Create dictionary redo log
SQL> ALTER DATABASE ADD LOGFILE GROUP 5 (‘\′) SIZE
SQL> ALTER DATABASE ADD LOGFILE GROUP 6 (‘\′) SIZE
接下来,您将能够安全地连接字典REDO日志,并正确恢复到此时间点。
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341