I am rewriting the restore scripts for the development environment and I an having a problem getting the restore command to read from a different path nteh the controlfile directs. The archivelogs from production are rsynced periodically to an NFS server and I'd like to recover from that mountpoint but I cannot figure out how to tell "recover database" to use that directory. RMAN restore works fine but recover insists on using the path in the controlfile.
Is there way to tell RMAN to revcover from files in a diffenret path than the production environment wrote them to?
We are using Oracle version 10.2.0 and there is no catalog database.
controlfile path = /u01/FLDPRD/arc/
desired path = /mnt/backup/flood/FLOOD/arc