Applying incremental level 1 backup to backup set [message #336310] |
Fri, 25 July 2008 10:58 |
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 #336318 is a reply to message #336310] |
Fri, 25 July 2008 11:21 |
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
|
|
|
|