ora-16038 ora-19809 ora-00312报错处理

启动报错
SQL> startup
ORACLE instance started.

Total System Global Area 1.0033E+10 bytes
Fixed Size                  8935488 bytes
Variable Size            1677721600 bytes
Database Buffers         8321499136 bytes
Redo Buffers               24616960 bytes
Database mounted.
ORA-16038: log 2 sequence# 64 cannot be archived
ORA-19809: limit exceeded for recovery files
ORA-00312: online log 2 thread 1: '+DATA/ORCL/ONLINELOG/group_2.262.1144618405'
ORA-00312: online log 2 thread 1: '+ARCH/ORCL/ONLINELOG/group_2.257.1144618413'

日志报错
Errors in file /home/u01/app/oracle/diag/rdbms/orcl/orcl1/trace/orcl1_arc1_702.trc:
ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 104857600 bytes disk space from 10737418240 bytes limit
ARC1 (PID:702): Error 19809 Creating archive log file to '+ARCH'
ARC1 (PID:702): Stuck archiver: inactive mandatory LAD:1
ARC1 (PID:702): Stuck archiver condition declared
2023-11-03T01:45:26.976548+08:00
Errors in file /home/u01/app/oracle/diag/rdbms/orcl/orcl1/trace/orcl1_arc0_698.trc:
ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 174063616 bytes disk space from 10737418240 bytes limit
2023-11-03T01:45:26.976593+08:00
ARC0 (PID:698): Error 19809 Creating archive log file to '+ARCH'
2023-11-03T01:45:27.103230+08:00

处理过程:
SQL> startup mount
ORACLE instance started.

Total System Global Area 1.0033E+10 bytes
Fixed Size                  8935488 bytes
Variable Size            1711276032 bytes
Database Buffers         8287944704 bytes
Redo Buffers               24616960 bytes
Database mounted.
SQL> show parameter recovery

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
db_recovery_file_dest                string      +ARCH
db_recovery_file_dest_size           big integer 10G
recovery_parallelism                 integer     0
remote_recovery_file_dest            string

问题原因是归档日志大小超过了闪回区的大小重启rac db时无法应用日志从而报错

增加闪回区大小
SQL> alter system set db_recovery_file_dest_size=50G;

System altered.

SQL> alter database open;

Database altered.

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

森森淼淼丶

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值