backup failed
Hi,
One of our daily full backup of a big database failed with the following errors:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03008: error while performing automatic resync of recovery catalog
RMAN-20033: control file SEQUENCE# too low
when i checked on v$rman_backup_job_details with the below query:
select session_key, input_type, status, to_char(start_time,'yyyy-mm-dd hh24:mi') start_time, to_char(end_time,'yyyy-mm-dd hh24:mi') end_time, output_bytes_display, time_taken_display from v$rman_backup_job_details order by session_key asc
I found that the archivelog backup of the same database was running in parallel with th efull backup: