BACKUP ... VALIDATA

You can use the BACKUP VALIDATE command to do the following:

       (1)Check datafiles for physical and logical block corruption

       (2)Confirm that all database files exist and are in the correct locations


  (1)检查数据文件是否存在物理和逻辑块损坏

  (2)确认所有数据库文件均已存在且位置正确
原文链接:https://blog.csdn.net/tianlesoftware/article/details/6460464

RMAN>backup validate database archivelog all;这个指令是针对于物理块

 

RMAN>backup validate check logical database archivelog all;针对逻辑块

posted @ 2020-11-16 10:42  捌玖  阅读(161)  评论(0编辑  收藏  举报