码迷,mamicode.com
首页 > 数据库 > 详细

Performing a full database disaster recovery with RMAN

时间:2015-03-31 10:46:44      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:

Performing a full database disaster recovery with RMAN
1. Make the RMAN backup set pieces available.
2. Restore the database spfile from autobackups.  --先恢复参数文件
3. Restore the control file from autobackups.--再恢复控制文件
4. Run the RMAN restore and recover command.  --mount状态下restore和recover数据文件
5. Open the database with the alter database open resetlogs command. --以resetlogs方式打开数据库

Performing a full database disaster recovery with RMAN

标签:

原文地址:http://www.cnblogs.com/rusking/p/4380092.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!