一次ORA-03113错误解决

启动数据库时报ORA-03113错误,遂查看alert log。

cd ~/app/oracle/diag/rdbms/orcl/orcl/trace/
tail -100 alert_orcl.log

发现如下错误:

Errors in file /home/oracle/app/oracle/diag/rdbms/orcl/orcl/trace/orcl_ora_5192.trc:
    296 ORA-19815: WARNING: db_recovery_file_dest_size of 4070572032 bytes is 100.00% used, and has 0 remaining bytes available.
    297 ************************************************************************
    298 You have following choices to free up space from recovery area:
    299 1. Consider changing RMAN RETENTION POLICY. If you are using Data Guard,
    300    then consider changing RMAN ARCHIVELOG DELETION POLICY.
    301 2. Back up files to tertiary device such as tape using RMAN
    302    BACKUP RECOVERY AREA command.
    303 3. Add disk space and increase db_recovery_file_dest_size parameter to
    304    reflect the new space.
    305 4. Delete unnecessary files using RMAN DELETE command. If an operating
    306    system command was used to delete files, then use RMAN CROSSCHECK and
    307    DELETE EXPIRED commands.
    308 ************************************************************************
    309 ARCH: Error 19809 Creating archive log file to '/home/oracle/app/oracle/flash_recovery_area/ORCL/archivelog/2014_04_04/o1_mf_1_546_%u_.arc'
    310 Errors in file /home/oracle/app/oracle/diag/rdbms/orcl/orcl/trace/orcl_ora_5192.trc:
    311 ORA-16038: log 3 sequence# 546 cannot be archived
    312 ORA-19809: limit exceeded for recovery files

用RMAN解决:

rman target /
startup mount
delete force archivelog until time 'sysdate - 1';  
startup;

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值