在看eygle的“使用RMAN恢复Oracle 10g RAC库至异机” 网址是:
http://www.eygle.com/digest/2009/02/rman_oracle10g_rac.html
有一个疑问是:
文中提到:在恢复的时候有个第3步 3.restore archivelog
具体操作为:
RMAN> run{
2> set archivelog destination to '/racdb_arch';
3> restore archivelog from sequence 49 thread 2;
}
RMAN> run{
2> set archivelog destination to '/racdb_arch';
3> restore archivelog from sequence 44 thread 2;
4> }
然后recover database的时候,确如下的:
RMAN> run{
2> set until sequence 57 thread 1;
3> recover database;
4> }
实在不是很清楚estore thread 2 的archivelog 在干啥呢? 为啥没有estore thread 1的archivelog 呢?
restore archivelog是不是可以不需要啊?直接RMAN> run{
2> set until sequence 57 thread 1;
3> recover database;
4> }
就行了啊?
望指教!!!谢谢了
有一个疑问是:
文中提到:在恢复的时候有个第3步 3.restore archivelog
具体操作为:
RMAN> run{
2> set archivelog destination to '/racdb_arch';
3> restore archivelog from sequence 49 thread 2;
}
RMAN> run{
2> set archivelog destination to '/racdb_arch';
3> restore archivelog from sequence 44 thread 2;
4> }
然后recover database的时候,确如下的:
RMAN> run{
2> set until sequence 57 thread 1;
3> recover database;
4> }
实在不是很清楚estore thread 2 的archivelog 在干啥呢? 为啥没有estore thread 1的archivelog 呢?
restore archivelog是不是可以不需要啊?直接RMAN> run{
2> set until sequence 57 thread 1;
3> recover database;
4> }
就行了啊?
望指教!!!谢谢了
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/8497396/viewspace-748647/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/8497396/viewspace-748647/
本文针对eygle的Oracle 10g RAC数据库恢复教程中提及的RMAN命令提出疑问,并探讨了在恢复过程中指定不同线程归档日志的意义,以及是否可以直接跳过归档日志恢复步骤。
196

被折叠的 条评论
为什么被折叠?



