Thursday, June 3, 2010

Copy logs from an RMAN backup to the file system


run {
set archivelog destination to '/tmp';
restore archivelog from logseq=60 until logseq=70;
}

0 comments: