800 views
in RAC by Sr (300 points)

1 Answer

by Sr (260 points)
archive log destination is full then database in hang state, take the backup of the archive log and delete using rman, other wise execute below command in RMAN to take backup and delete automatically.

RMAN > backup archivelog all delete input.
...