11GR2 : rman duplicate database failing RMAN-06136: ORACLE error from auxiliary database
Hi,
We are trying to duplicate a test database from production hot rman backup. This is the script.
connect auxiliary /
run
{
allocate auxiliary channel aux1 device type disk;
allocate auxiliary channel aux2 device type disk;
allocate auxiliary channel aux3 device type disk;
allocate auxiliary channel aux4 device type disk;
duplicate database to "r12sit" backup location '/backup/R12SIT' nofilenamecheck noredo;
release channel aux1;
release channel aux2;
release channel aux3;
release channel aux4;
}
EOF
failed with
RMAN-03002: failure of Duplicate Db command at 11/29/2015
13:30:56
RMAN-05501: aborting duplication of target database
RMAN-03015: error occurred in stored script Memory Script
RMAN-06136: ORACLE error from auxiliary database: ORA-01194: