How to specify the from location , to restore archive log backups?
Hi,
My rman / db version is 11gR2
How can we specify the from location, to pick the rman archive logs? . For example my archive log are location /app/oradata/archive. What is the syntax to read all the file from /app/oradata/archive and copy to destination?
below syntax show only destination
RUN
{
SET ARCHIVELOG DESTINATION TO '/oracle/temp_restore';
RESTORE ARCHIVELOG ALL;
}
Thanks
Edited by: user12096071 on Aug 12, 2011 3:02 PM
Edited by: user12096071 on Aug 12, 2011 3:03 PM