Backup database to file system and restore to ASM
I have to transfer database files from one host to another. I have Oracle 10gR2 database on ASM. I want to copy the data files to a new host.
I did backed it up to file system using RMAN nocatalog
backup database format '/backup/%U.bck'
After I SCP it to the new host, How can I restore it to +DATA diskgroup in the new host to be as the old host ASM directory sturcture?
Please help ..
Thank you in advance.
C.