Puzzled by RMAN
Hi all,
Ran the following command:
rman auxiliary / <<EOF
run
{
allocate auxiliary channel ch1 type disk;
allocate auxiliary channel ch2 type disk;
allocate auxiliary channel ch3 type disk;
allocate auxiliary channel ch4 type disk;
allocate auxiliary channel ch5 type disk;
allocate auxiliary channel ch6 type disk;
duplicate database to UCDB backup location '/oradata/source_bkp/RMAN' nofilenamecheck;
release channel ch1;
release channel ch2;
release channel ch3;
release channel ch4;
release channel ch5;
release channel ch6;
}
EOF
But before running the above, moved two of the backup pieces elsewhere, just to see what error RMAN will throw up:
[oracle@uat source_bkp]$ ll