Life without love is like a tree without blossoms or fruit.
缺少爱的生活就像从未开花结果的枯树
RMAN备份工具
crosscheck backup; 检查备份文件的状态
crosscheck archivelog all; 检查归档日志
delete obsolete; 删除过期的备份针对策略
catalog start with '/data/backup/'; 将备份集以及归档日志文件列表导入到控制文件中
不完全恢复
rman target /
restore database;
recover database;
run{
set until sequence 15 thread 1;
restore database;
recover database;
}