码迷,mamicode.com
首页 > 其他好文 > 详细

053-400

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

标签:str   table   methods   com   ons   following   util   correct   struct   

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

标签:str   table   methods   com   ons   following   util   correct   struct   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!