问题现象:

在业务数据库中查询:SELECT a.NAME FROM SYSOBJECTS a WHERE a.NAME LIKE '%2015' AND a.XTYPE='u'

提示:消息 21,级别 21,状态 1,第 1 行

Warning: Fatal error 829 occurred at Jan  7 2016  4:58PM. Note the error and time, and contact your system administrator.

 

环境信息如下:

Windows server 2008      Sqlserver 2005 RTM x86

=============================================================================================

drop table LC0029999.TMP_ZWPZINFO07c1b9ff3d

消息 829,级别 21,状态 1,第 1 行
数据库 ID 8,页 (1:80740) 已标记为 RestorePending,可能表明磁盘已损坏。要从此状态恢复,请执行还原操作。

 

=============================================================================================

执行DBCC CHECKDB 发现如下错误:

 

消息 8967,级别 16,状态 216,第 2 行
An internal error occurred in DBCC which prevented further processing. Please contact Product Support.

DBCC results for 'sys.sysschobjs'.
消息 8928,级别 16,状态 1,第 2 行
Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 72057594042449920 (type In-row data): Page (1:80740) could not be processed.  See other errors for details.
消息 8939,级别 16,状态 98,第 2 行
Table error: Object ID 34, index ID 3, partition ID 844424932360192, alloc unit ID 72057594042449920 (type In-row data), page (1:80740). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 348260617 and -6.

 

DBCC results for 'LC0029999.ZWPZKOP'.
消息 8952,级别 16,状态 1,第 2 行
Table error: Table 'LC0029999.ZWPZKOP' (ID 269960038). Index row in index '^' (ID 2) does not match any data row. Possible extra or invalid keys for:
消息 8956,级别 16,状态 1,第 2 行
Index row (1:701643:6) with values (ZWPZK_DWBH = '010601' and ZWPZK_KJND = '2015' and ZWPZK_PZNM = '3174' and ZWPZK_ID = '59911c42-e01b-4cfa-9f34-936dbed3dd54') pointing to the data row identified by (ZWPZK_ID = '59911c42-e01b-4cfa-9f34-936dbed3dd54').
消息 8952,级别 16,状态 1,第 2 行
Table error: Table 'LC0029999.ZWPZKOP' (ID 269960038). Index row in index 'က'i' (ID 3) does not match any data row. Possible extra or invalid keys for:
消息 8956,级别 16,状态 1,第 2 行
Index row (1:413120:6) with values (SysUserID = 'feiyan' and ZWPZK_ID = '59911c42-e01b-4cfa-9f34-936dbed3dd54') pointing to the data row identified by (ZWPZK_ID = '59911c42-e01b-4cfa-9f34-936dbed3dd54').

DBCC results for 'LC0029999.ZWFZYS2015'.
消息 8951,级别 16,状态 1,第 2 行
Table error: Table 'LC0029999.ZWFZYS2015' (ID 466703835). Data row does not have a matching index row in index '^' (ID 2). Possible missing or invalid keys for the index row matching:
消息 8955,级别 16,状态 1,第 2 行
Data row (1:735306:26) identified by (HEAP RID = (1:735306:26)) with index values (ZWFZYS_DWBH = '010604' and ZWFZYS_KMBH = '1001' and ZWFZYS_BMBH = NULL and ZWFZYS_ZGBH = NULL and ZWFZYS_WLDWBH = NULL and ZWFZYS_XMBH = '00000w' and HEAP RID = (1:735306:26)).

DBCC results for 'LC0029999.GSPAudit1511'.
消息 8964,级别 16,状态 1,第 2 行
Table error: Object ID 609195718, index ID 1, partition ID 72057630440685568, alloc unit ID 72057638908985344 (type LOB data). The off-row data node at page (1:735224), slot 8, text ID 175683338240 is not referenced.
消息 8964,级别 16,状态 1,第 2 行
Table error: Object ID 609195718, index ID 1, partition ID 72057630440685568, alloc unit ID 72057638908985344 (type LOB data). The off-row data node at page (1:735227), slot 27, text ID 175695790080 is not referenced.

 

问题截图如下:

Fatal error 829---数据库 ID 8,页 (1:80740) 已标记为 RestorePending,可能表明磁盘已损坏(日志备份和热备、双机的重要性)的更多相关文章

  1. 数据库页已标记为 RestorePending,可能表明磁盘已损坏。要从此状态恢复,请执行还原操作。

    错误提示: 消息 829,级别 21,状态 1,第 1 行 数据库 ID 15,页 (1:21826) 已标记为 RestorePending,可能表明磁盘已损坏.要从此状态恢复,请执行还原操作. 引 ...

  2. VC连接mysql数据库错误:libmysql.lib : fatal error LNK1113: invalid machine 解决方法

    VC连接MySQL的配置过程在上一篇博文中,不过当你设置好,以为万事大吉的时候,运行却出现这个错误:libmysql.lib : fatal error LNK1113: invalid machin ...

  3. 完美解决VS2003.Net fatal error LNK1201: 写入程序数据库“.pdb”时出错

    我的开发环境是Win7旗舰64位+VS2003.Net,经常卡pdb错误,文末给出一个完美的解决方案和一个懒人补丁包.问题描述如下:在重新编译的时候,经常报错: fatal error LNK1201 ...

  4. [Fatal Error] :3:13: Open quote is expected for attribute "{1}" associated with an element type "id".

    用DOM解析XML时出现了如下错误: [Fatal Error] :3:13: Open quote is expected for attribute "{1}" associa ...

  5. 织梦更新列表页提示Fatal error: Call to a member function GetInnerText() on a non-object 解决方法

    今天在做一个站时用到了自定义模型,遇到了些问题,在更新列表页时提示: Fatal error: Call to a member function GetInnerText() on a non-ob ...

  6. Fatal error: Incompatible file format: The encoded file has format major ID 1...解决方式

    申请好域名和空间后.将站点源代码上传到空间,解析好域名后.在地址栏输入域名出现以下错误: Fatal error: Incompatible file format: The encoded file ...

  7. 导出wordpress数据库Fatal error: Cannot 'break' 2 levels

    今天我打算备份一下我在Linux下用宝塔面板搭建的phpmyadmin导出wordpress数据库.选择数据库后给我一个Fatal error: Cannot 'break' 2 levels in ...

  8. fatal error C1045: 编译器限制 : 链接规范嵌套太深

    前言 我相信你是遇到了同样的问题.通过搜索引擎来到这里的.为了不耽误排查问题的时间,我提前说明一下这篇文章所描述的问题范畴: 我遇到的问题和 c++ 模板相关: 如果我减少传递的参数的话,是有可能避免 ...

  9. E-Business Suite 12.2 startCD 50 Install Fails with Fatal Error: TXK Install Service oracle.apps.fnd.txk.config.ProcessStateException: OUI process failed Cannot install Web Tier Utilities

    在rhel7.2上,使用startCD 50安装ebs r12.2的使用,安装到38%的时候就报错,遇到了和以下文章类似的问题: http://www.cnblogs.com/abclife/p/49 ...

随机推荐

  1. 解决ORA-14450:试图访问已经在使用的事务处理临时表

    select * from dba_objects where object_name='TEMP_MZGL_BRSFD'; select 'alter system kill session ''' ...

  2. PIC XC8 EEPROM操作

    要做一个报警功能的东东,要求可以通过遥控来改变遥控内容.由于对系统的稳定性要求很高,所以用了看门狗. 可是看门狗复位会引起所有寄存器重置,恢复到默认状态.遥控要改变的内容也被复位了,所以只能借助EEP ...

  3. understand equal and gethashcode

    Supposed we have a class below public class TestHash { public int x; int y; public TestHash(int x, i ...

  4. NSOperation的几种使用方式

    1.NSInvocationOperation 创建NSInvocationOperation对象 - (id)initWithTarget:(id)target selector:(SEL)sel ...

  5. iOS判断程序在前台还是后台

    [UIApplication sharedApplication].applicationState will return current state, check it possible valu ...

  6. 对git的理解及常用指令

    以前总听说git[分布式版本控制系统]自己愣是搞不懂它到底要干哈-什么叫版本控制系统根本理解不了.现在工作需要必须要用到,结果好像就突然懂了git是干什么滴. 所以!原理这个东西的理解是要建立在大量的 ...

  7. C#串口通讯实例

    本文参考<C#网络通信程序设计>(张晓明  编著) 程序界面如下图: 参数设置界面代码如下: using System; using System.Collections.Generic; ...

  8. MySql数据库忘记root密码

    以windows为例: 1. 关闭正在运行的MySQL服务.(services.msc运行停止服务) 2. 打开DOS窗口,转到mysql\bin目录.(输入cd..返回到c盘根目录下,一般MySQL ...

  9. ubuntu10.04.4下安装JDK

    第一步:http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html下载安装包(本来是可以通过 ...

  10. listview优化技术

    1.在adapter中的getView方法中尽量少使用逻辑 2.尽最大可能避免GC 3.滑动的时候不加载图片 4.将ListView的scrollingCache和animateCache设置为fal ...