RMAN duplicate using multiple backup locations
Hi Experts,
I'm currently working on the targetless duplication from backup location. The following RMAN script is used to do the duplication.
RMAN> duplicate database to "clone" backup location '/stage/' nofilenamecheck;
The duplication works fine if all the backup pieces are located in one location (/stage or +STAGE). But if the backup files are distributed across multiple locations (can be NFS filesystem or ASM diskgroups) how would this work? Can a list of paths be specified?
Thanks for the help in advance.