// 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 redo log directory. What is the RMAN command to delete archived redo log files after they have been backed-up? Answer: In RMAN there is
www.dba-oracle.com
'Oracle' 카테고리의 다른 글
[Oracle] ORA-28002 : the password will expire within %s days (0) | 2021.11.03 |
---|---|
[Oracle] ORA-19206: Invalid value for query or REF CURSOR parameter (0) | 2021.10.13 |
[Oracle] ORA-27037: unable to obtain file status (0) | 2021.09.17 |
[Oracle] Oracle RAC 클러스터 노드 제거 (Delete cluster node) (0) | 2021.08.12 |
[Oracle] ORA-29760: instance_number parameter not specified (0) | 2021.08.09 |