Trying to duplicate a database
Here is a portion of my script to duplicate a database. For this client they have the backups spread across multiple file systems. Is the syntax below acceptable? I need to identify all 3 backup locations.
DUPLICATE DATABASE TO 'PBAN811G'
BACKUP LOCATION '/backup/BANPROD/,/backup1/BANPROD/,/backup2/BANPROD'
UNTIL TIME "TO_DATE('01/30/2013 08:00:00', 'MM/DD/YYYY HH24:MI:SS')"