Daily backup error “RMAN-08137:" after Disabled Dataguard instance due to server failure.
Good Day,
Daily backup error “RMAN-08137: WARNING: archive log not deleted as it is still needed”
The 10g Physical Standby server went out of commission. It will not be rebuilt until next week. Before it failed I was able to execute the ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL;
The dataguard broker configuration has been disabled.
SQL> ALTER SYSTEM SET DG_BROKER_START=FALSE;
The primary database shows that the LOG_ARCHIVE_DEST_STATE_2 is set to defer.
SQL> alter system set log_archive_dest_state_2=DEFER;
My backups are performed via Netbackup.
(Q)How do I get the system to stop piling up archive logs awaiting the return of the standby?