ORA-00391: All threads must switch to new log format at the same time ORACLE 报错 故障修复 远程处理
文档解释
ORA-00391: All threads must switch to new log format at the same time
Cause: An attempt to switch the current log of a single thread is not allowed because the compatiblity requirements force a new log format version number. When changing log formats, all threads must switch to the new format at the same time.
Action: Open the database to cause the coordinated log switch. If that is not possible then return to the same software version and compatibility setting last used to open the database.
这是一个Oracle数据库报错,表示应用服务器把大量线程分配到同一个Apache Web Server上时发生的一个报错。
官方解释
ORA-00391错误代码表示,所有线程必须同时完成对新日志文件格式的切换。如果一个线程还没有完成切换,其他线程就不能使用新的日志文件格式。
常见案例
当一个线程正在切换到新的日志文件格式,而其他的线程已经切换到新的日志文件格式时,就会发生ORA-00391错误。
正常处理方法及步骤
1.关闭所有数据库连接器客户端。
2.将系统连接转换到新的日志文件格式,然后确认每个进程都正确完成了切换过程。
3.重新打开连接器客户端,正常运行系统。
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341