rman backup of archivelogs
Does a backup job fail if there are no archivelog logs? At this point, it appears that the backup fails if there are no archivelogs available that meet the requirements in the code as follows:
BACKUP AS COMPRESSED BACKUPSET ARCHIVELOG UNTIL TIME 'SYSDATE-2' DELETE ALL INPUT TAG 'dbcoldbkpplusarch_arch_piece';
I have been struggling with this one for awhile. Any suggestions would be appreciated!
0