Chinaunix首页 | 论坛 | 博客
  • 博客访问: 193808
  • 博文数量: 72
  • 博客积分: 1415
  • 博客等级: 上尉
  • 技术积分: 738
  • 用 户 组: 普通用户
  • 注册时间: 2010-09-12 14:51
文章分类

全部博文(72)

文章存档

2011年(34)

2010年(38)

我的朋友

分类: Oracle

2010-09-29 21:22:45

ORA-01578 ORACLE block corrupted (file #string, block #string)

Cause:The data block indicated was corrupted, probably due to program errors.

Action:Determine which object was corrupted using a command like the following:

SELECT SEGMENT_TYPE,OWNER||'.'||SEGMENT_NAME FROM DBA_EXTENTSWHERE file_id = FILE_ID ANDblockBETWEEN BLOCK_ID AND BLOCK_ID+BLOCKS -1;

where values forfileandblockare from the message.

Try to restore the segment containing the block indicated. This may involve dropping the segment and re-creating it. If there is a trace file, report the errors in it to Oracle Support Services.

阅读(417) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~