// RMAN에서 backup archivelog all delete input 명령어를 통해 아카이브로그를 백업했는데 백업하고 보니 백업된 아카이브로그의 시퀀스번호와 남아있는 아카이브로그의 시퀀스번호 사이에 빠진 아카이브로그가 존재한다는 것을 발견함. // 이러한 버그는 DG운영 중일때 치명적일 수 있다고 생각되어짐. 참조 : http://www.dba-oracle.com/t_rman_delete_archived_redo_logs.htm RMAN delete archived redo log files Question: I have been backing-up my archived redo log files bit the files are not being removed from the archived ..