我的编程空间,编程开发者的网络收藏夹
学习永远不晚

ORA-00313 ORA-00312 redo日志报错怎么处理

短信预约 -IT技能 免费直播动态提醒
省份

北京

  • 北京
  • 上海
  • 天津
  • 重庆
  • 河北
  • 山东
  • 辽宁
  • 黑龙江
  • 吉林
  • 甘肃
  • 青海
  • 河南
  • 江苏
  • 湖北
  • 湖南
  • 江西
  • 浙江
  • 广东
  • 云南
  • 福建
  • 海南
  • 山西
  • 四川
  • 陕西
  • 贵州
  • 安徽
  • 广西
  • 内蒙
  • 西藏
  • 新疆
  • 宁夏
  • 兵团
手机号立即预约

请填写图片验证码后获取短信验证码

看不清楚,换张图片

免费获取短信验证码

ORA-00313 ORA-00312 redo日志报错怎么处理

小编给大家分享一下ORA-00313 ORA-00312 redo日志报错怎么处理,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!

1、前台启动数据库报错
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-03113: end-of-file on communication channel
Process ID: 18809
Session ID: 1 Serial number: 50801
2、后台alter$ORACLE_SID.log 报错
alter database open
2017-09-16T21:38:38.117453+08:00
Ping without log force is disabled:
  instance mounted in exclusive mode.
Endian type of dictionary set to little
2017-09-16T21:38:38.136378+08:00
Errors in file /u01/app/oracle/diag/rdbms/orcl/orcl/trace/orcl_lgwr_18769.trc:
ORA-00313: open failed for members of log group 7 of thread 1
ORA-00312: online log 7 thread 1: '/u01/app/oracle/oradata/ORCL/onlinelog/redolog12.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 7
ORA-00312: online log 7 thread 1: '/u01/app/oracle/oradata/ORCL/onlinelog/redolog8.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 7
2017-09-16T21:38:38.136457+08:00
Errors in file /u01/app/oracle/diag/rdbms/orcl/orcl/trace/orcl_lgwr_18769.trc:
ORA-00313: open failed for members of log group 7 of thread 1
ORA-00312: online log 7 thread 1: '/u01/app/oracle/oradata/ORCL/onlinelog/redolog12.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 7
ORA-00312: online log 7 thread 1: '/u01/app/oracle/oradata/ORCL/onlinelog/redolog8.log'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 7
2017-09-16T21:38:38.137207+08:00
Errors in file /u01/app/oracle/diag/rdbms/orcl/orcl/trace/orcl_ora_18809.trc:
ORA-00313: open failed for members of log group 1 of thread 
ORA-00312: online log 7 thread 1: '/u01/app/oracle/oradata/ORCL/onlinelog/redolog8.log'
ORA-00312: online log 7 thread 1: '/u01/app/oracle/oradata/ORCL/onlinelog/redolog12.log'
2017-09-16T21:38:38.152526+08:00
TT00: Gap Manager starting (PID:19017)
2017-09-16T21:38:38.168038+08:00
USER (ospid: 18809): terminating the instance due to error 313
2017-09-16T21:38:38.253720+08:00
System state dump requested by (instance=1, osid=18809), summary=[abnormal instance termination].
System State dumped to trace file /u01/app/oracle/diag/rdbms/orcl/orcl/trace/orcl_diag_18751_20170916213838.trc
2017-09-16T21:38:38.393632+08:00
Dumping diagnostic data in directory=[cdmp_20170916213838], requested by (instance=1, osid=18809), summary=[abnormal instance termination].
2017-09-16T21:38:39.702685+08:00
Instance terminated by USER, pid = 18809


处理办法:
清除归档日志
alter database clear unarchived logfile group 7;
--alter database clear unarchived logfile group 2;
--alter database clear unarchived logfile group 3;


alter database open;

以上是“ORA-00313 ORA-00312 redo日志报错怎么处理”这篇文章的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注亿速云行业资讯频道!

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

ORA-00313 ORA-00312 redo日志报错怎么处理

下载Word文档到电脑,方便收藏和打印~

下载Word文档

猜你喜欢

ORA-16774: cannot stop Redo Apply ORACLE 报错 故障修复 远程处理

文档解释ORA-16774: cannot stop Redo ApplyCause: The Data Guard broker failed to stop Redo Apply.Action: Check the Data
ORA-16774: cannot stop Redo Apply ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-16773: cannot start Redo Apply ORACLE 报错 故障修复 远程处理

文档解释ORA-16773: cannot start Redo ApplyCause: The Data Guard broker failed to start Redo Apply.Action: Check the Data
ORA-16773: cannot start Redo Apply ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-16009: invalid redo transport destination ORACLE 报错 故障修复 远程处理

文档解释ORA-16009: invalid redo transport destinationCause: The redo transport destination could not accept redo data
ORA-16009: invalid redo transport destination ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-16765: Redo Apply is running ORACLE 报错 故障修复 远程处理

文档解释ORA-16765: Redo Apply is runningCause: Redo Apply was running when it should have been stopped.Action: If
ORA-16765: Redo Apply is running ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-38876: redo logs not required ORACLE 报错 故障修复 远程处理

文档解释ORA-38876: redo logs not requiredCause: The FLASHBACK DATABASE command was performed in test mode and determined
ORA-38876: redo logs not required ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-00303: cannot process Parallel Redo ORACLE 报错 故障修复 远程处理

文档解释ORA-00303: cannot process Parallel RedoCause: A redo log containing Parallel Redo has been detected. The current
ORA-00303: cannot process Parallel Redo ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-16766: Redo Apply is stopped ORACLE 报错 故障修复 远程处理

文档解释ORA-16766: Redo Apply is stoppedCause: Redo Apply was stopped when it should have been running.Action: Check the
ORA-16766: Redo Apply is stopped ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-16086: Redo data cannot be written to the standby redo log ORACLE 报错 故障修复 远程处理

文档解释ORA-16086: Redo data cannot be written to the standby redo logCause: The primary database was in MAXIMUM PROTECTION
ORA-16086: Redo data cannot be written to the standby redo log ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-08344: srapp: failed to send redo data to the redo server ORACLE 报错 故障修复 远程处理

文档解释ORA-08344: srapp: failed to send redo data to the redo serverCause: An error occurred trying to send redo to the
ORA-08344: srapp: failed to send redo data to the redo server ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-16449: incomplete redo thread enable operation ORACLE 报错 故障修复 远程处理

文档解释ORA-16449: incomplete redo thread enable operationCause: The switchover operation could not continue because it
ORA-16449: incomplete redo thread enable operation ORACLE 报错 故障修复 远程处理
2023-11-04

ORA-16043: Redo apply has been canceled. ORACLE 报错 故障修复 远程处理

文档解释ORA-16043: Redo apply has been canceled.Cause: Redo apply was canceled per user request or operation
ORA-16043: Redo apply has been canceled. ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-16799: Redo Apply is not running ORACLE 报错 故障修复 远程处理

文档解释ORA-16799: Redo Apply is not runningCause: Either the Data Guard broker configuration indicates that Redo Apply was
ORA-16799: Redo Apply is not running ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-16789: standby redo logs not configured ORACLE 报错 故障修复 远程处理

文档解释ORA-16789: standby redo logs not configuredCause: Standby redo logs were not configured for the database.Action:
ORA-16789: standby redo logs not configured ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-07621: smscre: illegal redo block size ORACLE 报错 故障修复 远程处理

文档解释ORA-07621: smscre: illegal redo block sizeCause: An illegal redo log buffer size was specified in the parameter
ORA-07621: smscre: illegal redo block size ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-00354: corrupt redo log block header ORACLE 报错 故障修复 远程处理

文档解释ORA-00354: corrupt redo log block headerCause: The block header on the redo block indicated by the accompanying
ORA-00354: corrupt redo log block header ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-38877: required redo logs are available ORACLE 报错 故障修复 远程处理

文档解释ORA-38877: required redo logs are availableCause: The FLASHBACK DATABASE command was performed in test mode and
ORA-38877: required redo logs are available ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-07304: ksmcsg: illegal redo buffer size. ORACLE 报错 故障修复 远程处理

文档解释ORA-07304: ksmcsg: illegal redo buffer size.Cause: The redo buffer size must be a multiple of machine block
ORA-07304: ksmcsg: illegal redo buffer size. ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-00368: checksum error in redo log block ORACLE 报错 故障修复 远程处理

文档解释ORA-00368: checksum error in redo log blockCause: The redo block indicated by the accompanying error, is not vaild.
ORA-00368: checksum error in redo log block ORACLE 报错 故障修复 远程处理
2023-11-05

编程热搜

目录