SQL> select * from v$database_block_corruption where file#=2;
FILE# BLOCK# BLOCKS CORRUPTION_CHANGE# CORRUPTIO
---------- ---------- ---------- ------------------ ---------
2 14 1 0 FRACTURED
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/35489/viewspace-694616/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/35489/viewspace-694616/
本文通过SQL查询展示了Oracle数据库中文件号为2的区块存在损坏情况,具体表现为第14块出现断裂(Fractured)。此类问题通常需要DBA介入进行修复。

3177

被折叠的 条评论
为什么被折叠?



