欢迎光临
我们一直在努力

ORA-00352: all logs for thread string need to be archived – cannot enable ORACLE 报错 故障修复 远程处理

文档解释

ORA-00352: all logs for thread string need to be archived – cannot enable

Cause: Attempting to enable a thread with all logs needing to be archived, and media recovery has been enabled. There is no log that can be made the new current log for the thread.

Action: Archive a log for the thread or disable media recovery.

ORA-00352: all logs for thread string need to be archived – cannot enable 错误是由于线程不能从未归档的日志中启用。

官方解释

ORA-00352表示,必须归档所有线程的日志,才能启用它们。

常见案例

这个错误通常发生在当并发应用程序正在写入arclogs时,而DBWR正在检索要被归档的日志。

正常处理方法及步骤

1.确保归档机制正在运行正确。

2.确定受“ORA-00352”错误影响的归档日志,使用V$LOG或V$LOGFILE视图。

3.将受影响的归档日志转储到硬盘或其他外部存储中。

4.检查受影响的归档日志是否被备份。

5.如果一台服务器上有多个活动的应用程序,建议对每个应用程序各分配一个ARCLOGD进程。

6.重新分配V$LOG视图中的GROUP#参数。

7.释放受影响的归档日志。

赞(0)
【声明】:本博客不参与任何交易,也非中介,仅记录个人感兴趣的主机测评结果和优惠活动,内容均不作直接、间接、法定、约定的保证。访问本博客请务必遵守有关互联网的相关法律、规定与规则。一旦您访问本博客,即表示您已经知晓并接受了此声明通告。