duplicate from backup RMAN-06023: no backup or copy of datafile XXX found to restore
Hello everybody/
I use oracle 11.2.0.3 EE on both prod and test server - same version!
My backup was created on the production server by the script below
run{
crosscheck backup;
crosscheck copy;
crosscheck archivelog all;
delete noprompt obsolete;
DELETE noprompt EXPIRED ARCHIVELOG ALL;
DELETE noprompt EXPIRED BACKUP;
RECOVER COPY OF DATABASE WITH TAG 'B2' until time 'SYSDATE-8';
BACKUP INCREMENTAL LEVEL 1 FOR RECOVER OF COPY WITH TAG 'B2' DATABASE;
BACKUP VALIDATE CHECK LOGICAL DATABASE ARCHIVELOG ALL;
restore validate database;
report unrecoverable;
}
That script creates the backup inside the fra area of the production server!
on the test-server wich is im going to refresh i use