返回顶部
首页 > 资讯 > 错误编码 >ORA-16145: archival for thread# string sequence# string in progress ORACLE 报错 故障修复 远程处理
  • 173
分享到

ORA-16145: archival for thread# string sequence# string in progress ORACLE 报错 故障修复 远程处理

报错故障archival 2023-11-05 20:11:51 173人浏览 独家记忆
摘要

文档解释 ORA-16145: archival for thread# string sequence# string in progress Cause: The indicated arcHived log file is not a

文档解释

ORA-16145: archival for thread# string sequence# string in progress

Cause: The indicated arcHived log file is not available for recovery due to the fact that it is still being archived.

Action: Verify that archival of the indicated log file has completed and reissue the RECOVER STANDBY DATABASE command.

ORA-16145错误表明正在执行有关某个线程的文件归档操作,尽管它仍在进度中。

官方解释

ORA-16145通常由你启动数据库之前错误关闭了数据库,这使系统控制文件登记了一条未结束的Coordinated archived log备份进程。

常见案例

一般处理方法及步骤

1.在数据库上运行ALTER SYSTEM SWITCH LOGFILE;

2.关闭并重启数据库,然后再次启动管理器:

Shutdown Immediate;

Startup;

Alter System Start MListner;

3.使用参数“WHENEVER OCEAN ERROR CONTINUE”来恢复归档日志备份后端的活动状态。

4.检查dba_archive_logs视图看是否有未完成的归档备份操作。

5.检查逻辑复制管理员的V$MANAGESTATUS视图,看看是否有未完成的逻辑复制操作。

--结束END--

本文标题: ORA-16145: archival for thread# string sequence# string in progress ORACLE 报错 故障修复 远程处理

本文链接: https://www.lsjlt.com/news/543013.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作