首页 > 其他 > 详细

053-400

时间:2017-11-13 19:13:58      阅读:165      评论:0      收藏:0      [点我收藏+]

Which of the following methods can be used to detect block corruption?
A. ANALYZE operations
B. dbv
C. SQL queries that access the potentially corrupt block
D. RMAN
E. All of the above

  Option A is correct because if you attempt to analyze a table or index that has a corrupt block,the ANALYZE command will indicate it .Option B is correct because the dbv command(DBVERIFY utility) is used to verify the data-structure integrity of an offline datafile.DBVERIFY will let you know if the datafile fails the integrity check.Option C is correct unless you have used DBMS_REPAIR.SKIP_CORRUPT_BLOCKS to permit queries to skip corrupt blocks.D is correct because the RMAN BACKUP command will detect corruption by default.

053-400

原文:http://www.cnblogs.com/Babylon/p/7827552.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!