首页 > 数据库技术 > 详细

Performing a full database disaster recovery with RMAN

时间:2015-03-31 10:44:42      阅读:229      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!