What two locations do you want to backup to ? You've got two of the same locations labeled as 'arch' and one labeled as 'back'.
If you had two disk formats specified as:
configure channel 1 device type disk format 'e:\back1\b_%S';
configure channel 2 device type disk format 'e:\back2\b_%S';
and you specified a PARALLELISM value for DISK device type:
RMAN> CONFIGURE DEVICE TYPE DISK PARALLELISM 3;
then you could back in both locations in parallel as:
RMAN> backup copies 2 datafile 4;
[Updated on: Mon, 26 March 2007 08:41]
Report message to a moderator