Database Backup and Recovery (MOSC)

MOSC Banner

RMAN duplicate using backup ..

edited Jul 20, 2017 5:04AM in Database Backup and Recovery (MOSC) 7 commentsAnswered

I have the followiing RMAN duplicate script ...

run

{

allocate auxiliary channel ch1 type disk;

allocate auxiliary channel ch2 type disk;

DUPLICATE DATABASE TO TEST

UNTIL TIME "TO_DATE('06-19-2017 04:00:00', 'MM-DD-YYYY HH24:MI:SS')"

BACKUP LOCATION '/backup/stage';

}

=====

these are  the backups available  to me. Aarchive logs are backed up along with the DB backups.

full backups from 6/16 10PM

inc1 backups from 6/17 10PM

inc1 backups from 6/18 10PM

inc1 backups from 6/19 10PM

also control file backups from all these dates.

=====

what are the backups i needed (to be in /backup/stage),  6/16 full backup and 6/19 inc1 backup only?

which controlfile backup do i need (6/19 controlfile backup?).  why?

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