场景

数据库突然崩溃了,重启会报ORA-03113错误,通过查询发现是归档日志满了

解决

使用sqlplus /nolog进入sql中
执行startup mount

查看归档日志使用率select * from v$flash_recovery_area_usage;


发现是归档日志使用率太高了 ARCHIVED LOG使用率已经接近百分之百

解决思路:
1.扩大归档空间为4000Malter system set db_recovery_file_dest_size=4000M;
2.使用rman命令清理现在的归档日志

另开一个窗口执行如下命令:
rman是进入rman执行命令行
crosscheck archivelog all; 是检查归档日志
delete expired archivelog all; 是删除所有过期归档日志
delete archivelog all completed before 'sysdate - 3' 手动删除不需要的归档日志文件 (删除 3 天以前的日志记录)

rman
crosscheck archivelog all;
delete expired archivelog all;

ORA-03113: end-of-file on communication channel 解决方法相关推荐

  1. Got timeout reading communication packets解决方法

    Got timeout reading communication packets解决方法http://www.th7.cn/db/mysql/201702/225243.shtml[Note] Ab ...

  2. xlrd.biffh.XLRDError: Excel xlsx file; not supported解决方法

    xlrd.biffh.XLRDError: Excel xlsx file: not supported解决方法 在运用python中xlrd库读取.xlsx文件时报错,无法读取.这是由于当前pyth ...

  3. Linux执行可执行文件提示No such file or directory的解决方法

    Linux执行可执行文件提示No such file or directory的解决方法 查阅资料后,原因是系统位数与该可执行文件需要的lib库位数不匹配. 用uname命令打印系统信息,发现系统是6 ...

  4. STlink下载出现st-link usb communication error解决方法

    STlink下载出现st-link usb communication error解决方法 参考文章: (1)STlink下载出现st-link usb communication error解决方法 ...

  5. 安卓(android)建立项目时失败,出现Android Manifest.xml file missing几种解决方法?...

    安卓(android)建立项目时失败,出现AndroidManifest.xml file missing几种解决方法? Eclipse新建项目,遇到这样的问题,注意如下: 1.文件名最好不要用中文. ...

  6. ST-LINK USB communication error解决方法

    今天在用stlink-v2下载程序时出现ST-LINK USB communication error,突然就出现了这个问题,在网上找了好多解决办法都不可以用,下面给出我的解决方案,文章末尾给出了网上 ...

  7. python打包软件后报错 :SyntaxError: Non-UTF-8 code starting with ‘\x90‘ in file 的原因及解决方法

    本篇文章主要讲解,python打包软件后报错 :SyntaxError: Non-UTF-8 code starting with '\x90' in file 的原因及解决方法 作者:任聪聪 报错说 ...

  8. 安卓(android)建立项目时失败,出现Android Manifest.xml file missing几种解决方法?(总结中)

    安卓(android)建立项目时失败,出现Android Manifest.xml file missing几种解决方法?(总结中) 参考文章: (1)安卓(android)建立项目时失败,出现And ...

  9. PHP no input file specified 三种解决方法

    PHP no input file specified 三种解决方法 参考文章: (1)PHP no input file specified 三种解决方法 (2)https://www.cnblog ...

最新文章

  1. Android中AIDL的使用详解
  2. Java笔记14:泛型初探
  3. discuz(dz) SSO(单点,同歩,异步)登录 --转
  4. freemarker 概述
  5. 在JDK 8中连接字符串
  6. [html] 关于<form>标签的enctype属性你有哪些了解?
  7. Hibernate @JoinTable 注解
  8. 【BZOJ】【3669】【NOI2014】魔法森林
  9. java调用指定浏览器打开指定网址
  10. 51单片机数值存储c语言教程,单片机c语言教程:C51变量
  11. OpenCV教程(C++)
  12. NPDP产品经理认证班将于近期开课
  13. 【税务硕士论文】跨国公司无形资产转让定价税制改革探究(节选)
  14. CSDN图片加载不出来,edge浏览器能够解决
  15. 模仿美团跑腿做的跑腿小程序
  16. react native的WebView报错: Unable to open URL:****
  17. mongodb学习之:mongo安装以及远程访问
  18. 植树节汇报之后的突发奇想
  19. Efficient Heterogeneous Collaborative Filtering without Negative Sampling for Recommendation (2020)
  20. 《深入理解计算机系统(原书第三版)》pdf

热门文章

  1. 安装两个虚拟机只为验证一个猜测,结果不出所料(Unity | deviceUniqueIdentifier | 设备ID相同)
  2. Jenkins+GitHub+fir_cli 一行命令从源码到fir im
  3. P1413 坚果保龄球洛谷c++题解
  4. HDU 5234 Happy birthday 01背包
  5. Proximity indication
  6. Semantic Proximity Search on Heterogeneous Graph by Proximity Embedding
  7. zigbee设备类型
  8. linux搭建kubernetes集群(一主二从)
  9. 《30天吃掉那只 TensorFlow2.0》 开篇辞(Tensorflow 学习之路)
  10. python控制苹果手机触摸屏失灵怎么办_苹果手机触摸屏失灵的各种解决方法