- 论坛徽章:
- 0
|
将数据库切换到备机后,4个库中有一个库一直报:
01:00000:00015:2009/08/03 22:05:53.49 server Database 'nmosdb' is now online.
01:00000:00013:2009/08/03 22:06:23.61 server *** WARNING ******************
01:00000:00013:2009/08/03 22:06:23.61 server Unable to find the sysusages row that controls the allocation page -1462370304 while doing the extents accounting for OAM page 47255297, object ID 1271008578, index ID 0, database ID 4 (OAM entry 0).
01:00000:00013:2009/08/03 22:06:23.61 server *** WARNING ******************
01:00000:00013:2009/08/03 22:06:23.61 server Unable to find the sysusages row that controls the allocation page 353465089 while doing the extents accounting for OAM page 47255297, object ID 1271008578, index ID 0, database ID 4 (OAM entry 1).
01:00000:00013:2009/08/03 22:06:23.61 server *** WARNING ******************
01:00000:00013:2009/08/03 22:06:23.61 server Unable to find the sysusages row that controls the allocation page 939578236 while doing the extents accounting for OAM page 47255297, object ID 1271008578, index ID 0, database ID 4 (OAM entry 2).
01:00000:00013:2009/08/03 22:06:23.61 server *** WARNING ******************
01:00000:00013:2009/08/03 22:06:23.61 server Unable to find the sysusages row that controls the allocation page 1278362689 while doing the extents accounting for OAM page 47255297, object ID 1271008578, index ID 0, database ID 4 (OAM entry 3).
01:00000:00013:2009/08/03 22:06:23.61 server *** WARNING ******************
01:00000:00013:2009/08/03 22:06:23.61 server Unable to find the sysusages row that controls the allocation page 959460658 while doing the extents accounting for OAM page 47255297, object ID 1271008578, index ID 0, database ID 4 (OAM entry 4).
01:00000:00013:2009/08/03 22:06:23.61 server *** WARNING ******************
01:00000:00013:2009/08/03 22:06:23.61 server Unable to find the sysusages row that controls the allocation page 893468982 while doing the extents accounting for OAM page 47255297, object ID 1271008578, index ID 0, database ID 4 (OAM entry 5).
01:00000:00013:2009/08/03 22:06:23.61 server *** WARNING ******************
01:00000:00013:2009/08/03 22:06:23.61 server Unable to find the sysusages row that controls the allocation page 1161180984 while doing the extents accounting for OAM page 47255297, object ID 1271008578, index ID 0, database ID 4 (OAM entry 6).
01:00000:00013:2009/08/03 22:06:23.61 server *** WARNING ******************
01:00000:00013:2009/08/03 22:06:23.61 server Unable to find the sysusages row that controls the allocation page 1146835272 while doing the extents accounting for OAM page 47255297, object ID 1271008578, index ID 0, database ID 4 (OAM entry 7).
01:00000:00013:2009/08/03 22:06:23.61 server *** WARNING ******************
01:00000:00013:2009/08/03 22:06:23.61 server Unable to find the sysusages row that controls the allocation page 1111567699 while doing the extents accounting for OAM page 47255297, object ID 1271008578, index ID 0, database ID 4 (OAM entry .
01:00000:00013:2009/08/03 22:06:23.61 server *** WARNING ******************
01:00000:00013:2009/08/03 22:06:23.61 server Unable to find the sysusages row that controls the allocation page 760370224 while doing the extents accounting for OAM page 47255297, object ID 1271008578, index ID 0, database ID 4 (OAM entry 9).
01:00000:00013:2009/08/03 22:06:23.61 server *** WARNING ******************
01:00000:00013:2009/08/03 22:06:23.61 server Unable to find the sysusages row that controls the allocation page 1768382818 while doing the extents accounting for OAM page 47255297, object ID 1271008578, index ID 0, database ID 4 (OAM entry 10).
dbcc checktable(sysusages),结果:
1> use master
2> go
1> dbcc checktable(sysusages)
2> go
Checking sysusages: Logical pagesize is 4096 bytes The total number of data pages in this table is 1. Table has 84 data rows. DBCC execution completed. If DBCC printed error messages, contact a user with System Administrator (SA) role.
其他库正常online,日志已经很大了,是什么问题? |
|