Home  >  Article  >  Database  >  Oracle 错误“ORA-19809: limit exceeded for recovery files”处理办法

Oracle 错误“ORA-19809: limit exceeded for recovery files”处理办法

WBOY
WBOYOriginal
2016-06-07 17:34:561922browse

Oracle 错误ldquo;ORA-19809: limit exceeded for recovery filesrdquo;处理办法

当运行archive命令的时候,数据库报错:

这个错误的原因是recovery文件的大小超出限制了,解决方法有两个,一个是删除旧有的文件,另一个是扩大空间限制

1. 删除旧文件

这种方式是进入RMAN,,把归档文件删掉一部分(或者全删)

2. 扩大空间限制

首先找到archive文件的位置

可以看到归档日志的位置是DB_RECOVERY_FILE_DEST,精确路径也可以查到

查看空间使用情况

然后就可以增加db_recovery_file_dest_size

相关阅读:

关于ORA-01000: maximum open cursors exceeded" 问题分析总结

关于Oracle游标的问题(ORA-01000: maximum open cursors exceeded)

Oracle ORA-01000:maximum open cursors exceeded

ORA-01000: maximum open cursors exceeded

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn