Restore archivelogs from RMAN backup





Restore archive logs from RMAN backup


rman> restore archivelog from logseq=37501 until logseq=37798 thread=1;

or

rmna> restore archivelog between sequence 37501 and 37798 ;

Comments

Popular posts from this blog

chr function and its values - CHR and ASCII values

RMAN-06820: WARNING: failed to archive current log at primary database

ORACLE FAL_CLIENT and FAL_SERVER explained