close
以下的RMAN Script 可將之前RMAN備份的Archive Log還原到新的路徑:
run {
allocate channel d1 type disk;
set archivelog destination to 'D:\oracle\oradata\NEWDB\archive';
restore archivelog from logseq 100 until logseq 120;
release channel d1;
}
全站熱搜