- 最后登录
- 2013-12-19
- 在线时间
- 13 小时
- 威望
- 0
- 金钱
- 84
- 注册时间
- 2011-10-13
- 阅读权限
- 10
- 帖子
- 16
- 精华
- 0
- 积分
- 0
- UID
- 22
|
9#
发表于 2011-12-31 09:33:49
原帖由 maclean 于 2011-12-30 18:14 发表
WARNING: cache read a corrupted block gn=1 fn=260 indblk=7 from disk 1
Group number=1 file number=260 disk number=1
跑一下
select s.name, a.BLOCKS, a.block_size, a.REDUNDANCY, a.STRIPED, a.type
...
SQL> select s.name, a.BLOCKS, a.block_size, a.REDUNDANCY, a.STRIPED, a.type
2 from v$asm_file a, v$asm_alias s
3 where a.GROUP_NUMBER = s.GROUP_NUMBER
4 and a.FILE_NUMBER = s.FILE_NUMBER
5 and a.group_number = 1
6 and a.file_number = 260;
NAME
--------------------------------------------------------------------------------
BLOCKS BLOCK_SIZE REDUNDANCY STRIPED
---------- ---------- ------------ ------------
TYPE
--------------------------------------------------------------------------------
UNDOTBS1.260.727093353
102401 8192 UNPROT COARSE
DATAFILE |
|