Quote: |
Suppose I have 2 backup set. If I restore then latest one will be restored. But I want to restore the oldest one. How I will do that? Got my point?
|
RMAN>BACKUP DATABASE TAG = 'FULL_BACKUP';
RMAN>RESTORE DATABASE from TAG ='FULL_BACKUP;
TAG OPTION overrides the default selection of the most recent backups or file copy available. The tag restricts the automatic selection to backup sets or file copies that have the specified tag. If multiple backup sets or file copies have a matching tag, then RMAN selects the most recent one.
[Updated on: Thu, 21 June 2007 12:03]
Report message to a moderator