Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to specify the from location , to restore archive log backups?

user286179Aug 12 2011 — edited Aug 16 2011
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 13 2011
Added on Aug 12 2011
4 comments
758 views