iis服务器助手广告广告
返回顶部
首页 > 资讯 > 错误编码 >ORA-00742: Log read detects lost write in thread number sequence number block number ORACLE 报错 故障修复
  • 139
分享到

ORA-00742: Log read detects lost write in thread number sequence number block number ORACLE 报错 故障修复

报错故障read 2023-11-04 22:11:02 139人浏览 独家记忆
摘要

文档解释 ORA-00742: Log read detects lost write in thread number sequence number block number Cause: Either a write issued b

文档解释

ORA-00742: Log read detects lost write in thread number sequence number block number

Cause: Either a write issued by oracle was lost by the underlying operating system or storage system or an Oracle internal error occurred.

Action: The trace file shows the lost write location. Dump the problematic log file to see whether it is a real lost write. Contact Oracle Support Services.

ORA-00742错误指的是Oracle中光标读取日志时发现账户中可能遗失了写入操作。

官方解释

这个错误表示Oracle识别出来,在thread字符串、 sequence number字符串和 block number字符串的情况下可能遗失write操作。

常见案例

正常处理方法及步骤

1. 检查数据库告警日志,寻找对应I/O故障,确定是哪类故障导致ORA-00742出现;

2. 尝试解决I/O故障,并重启数据库

3. 在数据库重启后,可以执行下面的sql语句检查日志遗失情况:

SELECT thread#,sequence#,block#,bytes,members FROM v$log_history WHERE thread#=1 ORDER BY sequence#;

4. 如果检查发现遗失的Log,需要执行recovery进行数据库的恢复,请参考下面的文档:

Http://www.oracle-base.com/articles/10g/transactions-loss-in-10g.PHP

--结束END--

本文标题: ORA-00742: Log read detects lost write in thread number sequence number block number ORACLE 报错 故障修复

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

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

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

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

  • 微信公众号

  • 商务合作