Oracle Block Corruption SQL

博客首页 » Oracle Block Corruption SQL

发布于 11 Dec 2013 06:07
标签 blog
select segment_name, segment_type, owner from dba_extents e, v$database_block_corruption c where e.file_id = c.file# and c.block# between e.block_id and e.block_id + c.blocks - 1;


本页面的文字允许在知识共享 署名-相同方式共享 3.0协议和GNU自由文档许可证下修改和再使用,仅有一个特殊要求,请用链接方式注明文章引用出处及作者。请协助维护作者合法权益。


系列文章

文章列表

  • Oracle Block Corruption SQL

这篇文章对你有帮助吗,投个票吧?

rating: 0+x

留下你的评论

Add a New Comment