Welcome 微信登录

首页 / 数据库 / MySQL / ORA-19815:警告:db_recovery_file_dest_size 已使用100%

前几天,由于批量导入数据,在不能关闭归档的情况下,归档路径把+flash撑爆了!(归档放在这我还是计较好奇为啥的,之前没有遇到过,不知道是出于什么考虑) ora-19815:警告:db_recovery_file_dest_size 已使用100%select * from v$flash_recovery_area_usage;从输出结果中可以很明了的看到每个部分的占用率由于归档是放在这里的,那就好办了,直接改删除归档脚本的保留策略就好了。可是如果不能改而是扩展空间该怎么办那,下面就是我做的实验了,希望有用。select * from v$flash_recovery_area_usage;查看使用量:select sum(percent_space_used)*300/100 from v$flash_recovery_area_usage;我的大小为300G 当然*300了,按实际情况来定!修改db_recovery_file_dest_size:alter system set db_recovery_file_dest_size=300G scope=both;关闭数据库shutdown immediate重新启动:startup这样就好了!相关阅读:Oracle ORA-01555 快照过旧 说明 http://www.linuxidc.com/Linux/2012-08/66997.htmORA-01078 和 LRM-00109 报错解决方法 http://www.linuxidc.com/Linux/2012-07/66044.htmORA-01555超长的Query Duration时间 http://www.linuxidc.com/Linux/2013-12/93901.htmORA-00471 处理方法笔记 http://www.linuxidc.com/Linux/2013-09/90017.htmORA-00314,redolog 损坏,或丢失处理方法 http://www.linuxidc.com/Linux/2013-09/90646.htmORA-00257 归档日志过大导致无法存储的解决办法 http://www.linuxidc.com/Linux/2013-09/90594.htm更多Oracle相关信息见Oracle 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=12ORA-00020:maximum number of processes 不能停机怎么办根据ora_rowscn删除重复插入的数据相关资讯      ORA-19815  本文评论 查看全部评论 (0)
表情: 姓名: 字数