ORA-19809

官方描述:

ORA-19809: limit exceeded for recovery files

Cause: The limit for recovery files specified by the DB_RECOVERY_FILE_DEST_SIZE was exceeded. 
Action: There are five possible solutions: 1) Take frequent backup of recovery area using RMAN. 2) Consider changing RMAN retention policy. 3) Consider changing RMAN archived log deletion policy. 4) Add disk space and increase DB_RECOVERY_FILE_DEST_SIZE. 5) Delete files from recovery area using RMAN.

 

情况一:

DB版本:11.2.0.1.0

OS版本:WIN XP SP3

 

问题描述:

alert中发现大量错误信息:
ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 861184 bytes disk space from 4039114752 limit
ARC1: Error 19809 Creating archive log file to 'F:\APP\ADMINISTRATOR\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2013_03_29\O1_MF_1_141_%U_.ARC'
Errors in file f:\app\administrator\diag\rdbms\orcl\orcl\trace\orcl_arc0_4240.trc:
ORA-19815: WARNING: db_recovery_file_dest_size of 4039114752 bytes is 100.00% used, and has 0 remaining bytes available.

处理过程:

1. 增大闪回空间

alter system set db_recovery_file_dest_size=8G scope=both;

2. 删除部分归档文件(我这里删除了7天前的归档文件)

rman target /

RMAN>DELETE ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE-7';

处理后查看:
14:47:01 SYS@orcl> select file_type, percent_space_used as used,percent_space_reclaimable as reclaimable, number_of_files as "number" from  v$flash_recovery_area_usage;


FILE_TYPE                  USED RECLAIMABLE     number
-------------------- ---------- ----------- ----------
CONTROL FILE                  0           0          0
REDO LOG                      0           0          0
ARCHIVED LOG               4.94           0          6  --处理后空间使用降低到4.94%
BACKUP PIECE                .25         .25          3
IMAGE COPY                    0           0          0
FLASHBACK LOG              4.56        2.18         23
FOREIGN ARCHIVED LOG          0           0          0


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值