加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

oracle 数据库突然宕机 解决办法

发布时间:2020-12-12 14:37:58 所属栏目:百科 来源:网络整理
导读:Oracle数据库突然宕机 查看日志发现(E:appAdministratordiagrdbmsorclorcltracealert_orcl.log) 日志中报错 Thread 1 cannot allocate new log,sequence 287072 Checkpoint not complete 参照:http://blog.csdn.net/huaishu/article/details/1688

Oracle数据库突然宕机

查看日志发现(E:appAdministratordiagrdbmsorclorcltracealert_orcl.log)

日志中报错

Thread 1 cannot allocate new log,sequence 287072
Checkpoint not complete


参照:http://blog.csdn.net/huaishu/article/details/16886111



select group#,sequence#,bytes,members,status from v$log;

alter database add logfile group 4 ('E:APPADMINISTRATORORADATAORCLredo04.log') size 200M; alter database add logfile group 5 ('E:APPADMINISTRATORORADATAORCLredo05.log') size 200M; alter database add logfile group 6 ('E:APPADMINISTRATORORADATAORCLredo06.log') size 200M; alter system switch logfile; alter database drop logfile group 1;

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读