Database Backup and Recovery (MOSC)

MOSC Banner

duplicate from backup RMAN-06023: no backup or copy of datafile XXX found to restore

edited Dec 20, 2016 4:01AM in Database Backup and Recovery (MOSC) 18 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center