一、 概述:
当Rman是 nocatalog模式时,需要手动备份control 文件。
二、 查看Rman模式
RMAN> show all;
using target database control file instead of recovery catalog
三、 备份步骤:
3.1 查看初始化文件中控制文件的位置
cd /orainst/product/10g/dbs
cat spfilecba.ora
找到:“*.control_files='/oradata/cba/control01.ctl','/oradata/cba/control02.ctl','/oradata/cba/control03.ctl'#Restore Controlfile”
到相应路径备份相同的控制文件,如上就是备份3份。
四、总结:
Rman有2中模式一个是Catalog模式,需要提前创建备份与恢复目录,备份信息写在里面。第二种模式就是nocatalog模式,备份信息写在控制文件里面。
阅读(688) | 评论(0) | 转发(0) |