To “reset” the log archives to an Oracle backup, just run a crosscheck.
Log into SO (user for Oracle)
$ rman target / nocatalog;
RMAN> crosscheck archivelog all;
To “reset” the log backup for Oracle, just run a crosscheck.
Log into SO (user for Oracle)
$ rman target / nocatalog;
RMAN> crosscheck backup;