Restore a DB with archivelog into a new host
Hello
Every day I use HP DataProtector 7.0 with Rman script to perform a online full backup of my production DB "ORAEXT " 11.2.04 Linux 6.4 with archivelog enabled.
Now I would like restore of a 2days older full version the same DB ORAEXT from DP into another LINUX 6.4 Host were oracle 11.2.0.4 is only installed .
My big anxiety is to avoid the problem that Rman will scratch during the restore the actual productive DB files with those from backup.
Is a way or option to indicate Rman to restore the backup DB files into a new directory for example /tmp ?
Which step should be follow? can you help me please