Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- PostgreSQL 기동 정지
- PostgreSQL 테이블스페이스 생성 삭제
- table lock 조치 방법
- PostgreSQL SQL 처리 과정
- Linux
- oracle error
- PostgreSQL Parameter
- PostgreSQL Install
- PostgreSQL 아키텍처
- sql문 짤릴 때
- PostgreSQL 테이블스페이스 관리
- PostgreSQL Admin
- db upgrade
- PostgreSQL Database 관리
- multitenant
- 19c tde
- PostgreSQL 외부 접속 방법
- PostgreSQL Parameter 설정 방법
- pg_basebackup
- pg_dumpall
- PostgreSQL Backup and Recovery
- pg_hba.conf
- psql 복구
- pgcrypto
- sql문 전체 출력 방법
- PostgreSQL 스키마 관리
- 아카이브로그 삭제
- PostgreSQL Vacuum
- oracle
- Database 생성 삭제 조회 변경
Archives
- Today
- Total
목록아카이브로그 삭제 (1)
인성장
[Oracle] Archivelog 삭제 (RMAN)
Archivelog 삭제 만료된 Archivelog 삭제RMAN> crosscheck archivelog all;RMAN> delete noprompt expired archivelog all;* noprompt 는 지정 의사를 물어보지 않고 삭제하는 옵션입니다. 제외하고 수행 시 삭제 여부를 사용자에게 물어봅니다. Archivelog 강제 삭제* Dataguard, Backup 등 여러 원인으로 삭제가 되지 않을 때 force 를 붙여주면 됨RMAN> delete noprompt force archivelog all; Archivelog 8일치만 남기고 나머지 삭제RMAN> delete noprompt archivelog until time 'sysdate-8'; until time 옵션 사용하여 ..
Oracle/Admin
2023. 12. 19. 18:24