Archive Log Full
Hi! Our customer is on Oracle Database 12c (12.2.0.1). The database has turned on archivelog mode and has a RMAN script to backup daily at night and then move the backup files to another server. The service user running the RMAN script encountered issue and cannot backup for some days until they discover the application is unable to connect the DB due to db_recovery_file_dest_size is 100% used. Below error is observed in DB alert log.
ORA-19815: WARNING: db_recovery_file_dest_size of 10737418240 bytes is 100.00% used, and has 0 remaining bytes available.
They shutdown the DB and switch the DB to noarchivelog mode.