Restore archivelog from RMAN at specific destination in Oracle

Restore the archivelog with RMAN Script

run 
{ 
allocate channel c1 type disk ;
set archivelog destination to 'c:\rman\';
restore archivelog from sequence 1020 until sequence 1050;
release channel c1;
}
This entry was posted in Oracle on by .
Unknown's avatar

About SandeepSingh

Hi, I am working in IT industry with having more than 15 year of experience, worked as an Oracle DBA with a Company and handling different databases like Oracle, SQL Server , DB2 etc Worked as a Development and Database Administrator.

Leave a Reply