RMAN Duplicate

  • From: Sumit Kumar T <dba.tyagisumit@xxxxxxxxx>
  • To: Oracle L <oracle-l@xxxxxxxxxxxxx>
  • Date: Sat, 10 Sep 2016 02:48:31 +0530

HI Oracle experts

CAn we perform a RMAN duplicate if our backups are distributed under 2
different mount point locations  ?
We have space crunch on server so can't keep all the backup pieces under
one mount point .


RMAN> run
{
 duplicate database to uat
  SPFILE
    parameter_value_convert ('ORCL', 'UAT')
    set control_files='+UAT_DATA'
    set db_file_name_convert='+DATA', '+UAT_DATA'
    set log_file_name_convert='+DATA', '+UAT_DATA'
set db_name ='uat'
BACKUP LOCATION  *'/data01/BACKUP2*/'
    BACKUP LOCATION  '*/data02/BACKU3/*' ;
}

Starting Duplicate Db at 09-SEP-16
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 09/09/2016 17:08:59
RMAN-05501: aborting duplication of target database
RMAN-05516: duplicate operand specified: backup location


-- 

*--*
*BR*
*Sumit Tyagi*
*+91-7829543355*

Other related posts: