Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN Recovery without Catalog
> My doubt here is .. how will RMAN get the files ? Where will it go and
find
> /read the files from ?
It will read the controlfile you copied and get the backupset locations from there - so it'll get the backupsets from the same directory name where you used to back them up. It won't log on to your original host_A or anything, you have to make this directory available on your host_B as well (using NFS for example).
And the database files will be restored exactly to the same directories as they've used to be in the source database, but you can change the locations using SET NEWNAME command before restoring in RMAN.
Tanel.
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu Apr 15 2004 - 04:43:47 CDT
![]() |
![]() |