RMAN Duplicate from backup - 19c Database
Hello
We are trying to duplicate one of our 2 node 19c RAC database from source hosts to target hosts from backup
Source database name is TEST and AUX / DESTINATION database is DEV
We fired up the RMAN DUPLICATE script, the contents of which are as follows
rman auxiliary / <<EOF
connect target sys/password@test
run {
set until time "to_date('2021-01-24:00:48:30','YYYY-MM-DD:HH24:MI:SS')";
allocate auxiliary channel ....
....
allocate auxiliary channel ch08 DEVICE TYPE SBT_TAPE PARMS...
duplicate database to dev
}
The script ended with the following message (after the restore part was done)
contents of Memory Script: