RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on t4 channel at 07/05/2023 03:18:01
ORA-19588: archived log RECID 143154 STAMP 942443843 is no longer valid
While taking rman backup, got this error.
Another reason might be because of few invalid or deleted records in control file.
RMAN> CROSSCHECK ARCHIVELOG ALL; RMAN> DELETE EXPIRED ARCHIVELOG ALL;It is recommended to use delete input option while taking archivelog backup.
RMAN> backup archivelog until time 'sysdate -1' delete input;