Duplicate Database using RMAN backup image file in place
Hi experts,
Is there a way to duplicate a clone database from the RMAN backup image and re-use all the image files?
My procedure is like following:
- I have copied all the RMAN image files to the data host in location <a>
- create the password file and pfile
- start the clone database in nomount mode
- rman auxiliary /
- rman> duplicate database to 'clone' backup location '<a>'
But the duplicated clone database does not use the RMAN image files
If I define the db_create_file_dest
all the files will be copied to that location
If I do not define anything