Chinaunix首页 | 论坛 | 博客
  • 博客访问: 526892
  • 博文数量: 159
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 1264
  • 用 户 组: 普通用户
  • 注册时间: 2011-02-20 14:15
个人简介

LoveMoney

文章存档

2016年(2)

2015年(8)

2014年(148)

2011年(1)

分类: Oracle

2014-09-28 15:10:18

一、 概述:
当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模式,备份信息写在控制文件里面。
阅读(634) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~