Restoring database on a different host using backup
Hello
We are cloning a 19c database from one host to another using disk based backup
We followed MOS Doc ID 415579.1
The REDO logs location on the source database on +REDO disk group and on the target database it is +RECO
In the init.ora file that we used to start up the AUX instance we used log_file_name_convert='+REDO','+RECO'
We started the process and completed upto step 8 in that document and the restore and recovery completed successfully
When we queried the v$logfile we noticed that the redo logs were still pointing to the old / source database