标签:
【案例】 在重启数据库过程中;
SQL> startup Total System Global Area 1.0489E+10 bytes |
oracle启动报错;具体原因还须查看告警日志
*** 2015-09-21 15:30:40.856
*** SESSION ID:(24.3) 2015-09-21 15:30:40.856
*** CLIENT ID:() 2015-09-21 15:30:40.856
*** SERVICE NAME:() 2015-09-21 15:30:40.856
*** MODULE NAME:(sqlplus@szmlserver95_205.easou.com (TNS V1-V3)) 2015-09-21 15:30:40.856
*** ACTION NAME:() 2015-09-21 15:30:40.856
DDE rules only execution for: ORA 312
----- START Event Driven Actions Dump ----
---- END Event Driven Actions Dump ----
----- START DDE Actions Dump -----
Executing SYNC actions
----- START DDE Action: ‘DB_STRUCTURE_INTEGRITY_CHECK‘ (Async) -----
Successfully dispatched
----- END DDE Action: ‘DB_STRUCTURE_INTEGRITY_CHECK‘ (SUCCESS, 0 csec) -----
Executing ASYNC actions
----- END DDE Actions Dump (total 0 csec) -----
DDE: Problem Key ‘ORA 312‘ was flood controlled (0x1) (no incident)
ORA-00312: online log 1 thread 1: ‘+HZ_DG1/hz/onlinelog/group_1.261.787682297‘
ORA-00312: online log 1 thread 1: ‘+HZ_DG1/hz_dg1/onlinelog/group_1.273.788525363‘
ORA-16014: log 1 sequence# 18130 not archived, no available destinations
ORA-00312: online log 1 thread 1: ‘+HZ_DG1/hz/onlinelog/group_1.261.787682297‘
ORA-00312: online log 1 thread 1: ‘+HZ_DG1/hz_dg1/onlinelog/group_1.273.788525363‘
|
发现日志组1存在问题;到网上查看资料
SQL> shutdown immediate; Total System Global Area 1.0489E+10 bytes Database altered. SQL> shutdown immediate; Total System Global Area 1.0489E+10 bytes |
标签:
原文地址:http://www.cnblogs.com/lottu/p/4826690.html