« 祝福大家新年好 2008梦想成真 | Blog首页 | 遥远与安宁-2008新年记事 »
RAC环境下根据sequence恢复指定日志
作者:eygle |【转载时请以超链接形式标明文章出处和作者信息及本声明】链接:http://www.eygle.com/archives/2008/02/rac_rman_sequence.html
RAC环境下,可以通过如下命令来恢复备份集中的归档日志。
1.使用From Until语句
restore archivelog from sequence 69346 until sequence 69397 thread 1;
restore archivelog from sequence 75193 until sequence 75263 thread 2;
2.使用Between语句
restore archivelog sequence between 134 and 136 thread 1;
restore archivelog sequence between 56 and 58 thread 2;
关键是要指明Thread参数。
历史上的今天...
>> 2009-02-07文章:
>> 2007-02-07文章:
>> 2006-02-07文章:
>> 2005-02-07文章:
------
这篇 【RAC环境下根据sequence恢复指定日志】来自 eygle.com | CSDN网摘| del.icio.us|Google订阅 | 鲜果订阅 | 抓虾订阅
By eygle on 2008-02-07 23:43 | Comments (0) | Posted to Backup&Recovery | Edit |
搜索本站:
