백업 Retention 정책 구성
Oracle Database 11g Release 2 에서 기본 Retention 정책은
Redundancy 1 로 설정되어 있습니다.
1. RMAN 세션으로 돌아가서 현재 Retention 정책 설정을 확인합니다.
RMAN> show retention policy; RMAN configuration parameters for database with db_unique_name ORCL are: CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default RMAN> |
2. Redundancy 가 1 이면 5 단계로 이동하고 종료합니다. Redundancy 가 다른 값일 경우 각 파일의 복사본 하나가 백업되도록 변경합니다.
RMAN> configure retention policy to redundancy 1; old RMAN configuration parameters: CONFIGURE RETENTION POLICY TO NONE; new RMAN configuration parameters: CONFIGURE RETENTION POLICY TO REDUNDANCY 1; new RMAN configuration parameters are successfully stored RMAN> |
3. Retention 정책 설정을 다시 확인합니다.
RMAN> show retention policy; RMAN configuration parameters for database with db_unique_name ORCL are: CONFIGURE RETENTION POLICY TO REDUNDANCY 1; |
4. RMAN 을 종료합니다.
RMAN> exit Recovery Manager complete. |
리두 로그(redo) 파일 구성 (0) | 2016.12.05 |
---|---|
RMAN 컨트롤파일(CONTROL FILE)구성 (0) | 2016.11.30 |
RMAN 백업 장치 구성 (0) | 2016.11.29 |
RMAN 컨트롤파일 자동 백업 활성화 (0) | 2016.11.28 |
RMAN 날짜,시간 형식설정 (0) | 2016.11.28 |