进入字符界面: sqlplus / as sysdba startup nomount; alter database mount; alter database open; 报如下错误: *ERROR at line 1:ORA-03113: end-of-file ...
今天启动数据库报ORA : end of file on communication channel,查看日志: u app oracle diag rdbms sclerp sclerp trace sclerp ora .trc,错误如下: ORA : WARNING: db recovery file dest size of bytes is . used, and has remaini ...
2013-06-27 15:25 0 17355 推荐指数:
进入字符界面: sqlplus / as sysdba startup nomount; alter database mount; alter database open; 报如下错误: *ERROR at line 1:ORA-03113: end-of-file ...
Oracle启动报错:ORA-03113: end-of-file on communication channel问题背景:客户启动测试环境数据库报错 1> 查看alert日志 ...
ORALCE启动时报如下错误: ORA-03113: end-of-file on communication channel 解决方案如下: 1、查看orcle启动日志,确定具体是什么原因引起的错误。 cd ...
归档放在flash_recovery目录,由于归档占满了闪回目录,数据库启动报错ORA-03113: end-of-file on communication channel tail -1200f /u01/app/oracle/product/11.2.0/dbhome_1 ...
环境描述: 操作系统版本:Red Hat Enterprise Linux Server release 6.5 (Santiago) 数据库版本:Oracle 11.2.0.4 RAC 场景描 ...
1.今天打开数据时,失败,报错 ERROR at line 1:ORA-03113: end-of-file on communication channelProcess ID: 3880Session ID: 125 Serial number: 3 2.想看下数据库的状态,发现提示 ...
场景: 碰到ORA-00257归档日志写满的解决方法这篇日志当中描述的归档日志写满的情况。 此时我想将数据库切换到非归档模式,参考如何启动或关闭oracle的归档(ARCHIVELOG)模式进行操作,但是在执行shutdown immediate;的时候卡死。 此时我重启了windows ...
环境:RHEL6.4 + Oracle 11.2.0.4 步骤摘要:1.启动报错ORA-031132.查看alert日志查找原因3.根据实际情况采取合理的措施,这里我们先增加闪回区大小,把库启动起来4.制定对应的归档日志删除策略 1.启动报错ORA-03113 2.查看 ...