Restore from tag (with multiple tag inside)
925463Aug 13 2012 — edited Aug 14 2012Hi experts,
I would like to have some guide in how to manage to restore from tag if we have multiple same tage in place.
The scenario is, we have offline backup database to be kept for 1 year of specific activities.
Since we have multiple offline backup tag on the server, how do I restore the offline backup from the tag on the specific date.
Right now we only have:
RMAN> run {
2> allocate channel t1 type 'sbt_tape' parms
3> 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
4> restore database from tag 'NSP_OFFLINE';
5> recover database from tag 'NSP_OFFLINE';
6> }
to restore.
Cheers,
Raff