Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Restore from tag (with multiple tag inside)

925463Aug 13 2012 — edited Aug 14 2012
Hi 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
This post has been answered by mseberg on Aug 13 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 11 2012
Added on Aug 13 2012
12 comments
3,491 views