Home » RDBMS Server » Backup & Recovery » Applying incremental level 1 backup to backup set (10g, Solaris)
Applying incremental level 1 backup to backup set [message #336310] Fri, 25 July 2008 10:58 Go to next message
zaff
Messages: 50
Registered: July 2008
Member
Hi guys,

I’m running Oracle 10g and I’m trying to find out how one can apply a level 1 incremental backup to a level 0 backup set (not image copy).

I have been trying to find a similar group of commands for backup sets:

RUN {
RECOVER COPY OF DATABASE WITH TAG 'zz_test2';
BACKUP INCREMENTAL LEVEL 1 FOR RECOVER OF COPY WITH TAG 'zz_test2' DATABASE;
}

The above is for images copies. I just can’t seem to find the RECOVER-part of the command for backup set:

RUN {
RECOVER ????????????????????????;
BACKUP INCREMENTAL LEVEL 1 FOR RECOVER OF TAG 'zz_test2' DATABASE;
}

Any ideas? Your help will be much appreciated.

Thanks in advance,
Zaff
Re: Applying incremental level 1 backup to backup set [message #336316 is a reply to message #336310] Fri, 25 July 2008 11:16 Go to previous messageGo to next message
Michel Cadot
Messages: 68647
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
There is none, it is just for copy.

Regards
Michel
Re: Applying incremental level 1 backup to backup set [message #336318 is a reply to message #336310] Fri, 25 July 2008 11:21 Go to previous messageGo to next message
zaff
Messages: 50
Registered: July 2008
Member
Hi, thanks for the reply.
...but the "RECOVER COPY OF DATABASE WITH TAG 'zz_test2';" command does not apply an incremental backup to the existing level 1 backup set. RMAN tries to look for image copies of the datafiles, which do not exist as i want to use backup sets.

regards,
Zaf
Re: Applying incremental level 1 backup to backup set [message #336326 is a reply to message #336318] Fri, 25 July 2008 12:22 Go to previous message
Michel Cadot
Messages: 68647
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
So you can't use this.
You have to choose.

Regards
Michel
Previous Topic: RMAN Backup Strategy
Next Topic: Duplication of db with rman
Goto Forum:
  


Current Time: Mon Apr 29 07:44:18 CDT 2024