1. Report 命令用户判断数据库的当前可恢复状态和提供数据库备份的特定信息1.1 指定最近没有备份的数据文件查询3天内没有备份过的表空间,可以用如下命令:RMAN> report need backup days=3;1.2 报告备份冗余或恢复窗口可以用report need backup redundancy 命令来确定为满足备份冗余策略而需要备份的数据文件.RMAN> report need backup redundancy =4;RMAN> report need back
本篇总结一下RMAN命令中的DELETE操作,DELETE命令用于删除RMAN备份记录以及相应的物理文件. To delete physical backups and copies as well as do the following: 1: Update their repository records in the target control file to status DELETED 2: Remove their repository records from the recov
一.list常用命令总结备忘 list命令列出控制文件.RMAN恢复目录中备份信息, 是我们对所有可见的数据库备份文件的一个最直观的了解的方法 list incarnation; list backup summary; list backup of database summary; list backup of tablespace summary; list backup of datafile n,n summary; list archivelog all