Restore RMAN Backup from Tape to Disk
Hi All,
We are currently working to document refreshing a test environment using RMAN backup from tape. Unfortunately, we're having difficulty restoring the backup from tape to disk. Is there any documentation for this?
Thank you..
We do this all the time for DR testing - restore Oracle database from tape to alternate host.
#1 - have DBA set up the database area. Path is not really relevant, since RMAN controls where everything goes.
#2 - run RMAN restore script from destination using SOURCE client and policy name variables.
Watch for typos in script, 90% of what I find is misspelled client name, or policy
If using physical tape, you may need to extend the media timeout, tape contention can be a factor, I have had to run restore through multiple times, and RMAN will detect what is missing and just restore that on the second pass.