进入字符界面: sqlplus / as sysdba startup nomount; alter database mount; alter database open; 报如下错误: *ERROR at line 1:ORA-03113: end-of-file ...
.今天打开数据时,失败,报错 ERROR at line :ORA : end of file on communication channelProcess ID: Session ID: Serial number: .想看下数据库的状态,发现提示:not connected to ORACLESYS EMREP gt select status,instance name from v i ...
2018-11-24 08:51 0 1442 推荐指数:
进入字符界面: sqlplus / as sysdba startup nomount; alter database mount; alter database open; 报如下错误: *ERROR at line 1:ORA-03113: end-of-file ...
环境描述: 操作系统版本:Red Hat Enterprise Linux Server release 6.5 (Santiago) 数据库版本:Oracle 11.2.0.4 RAC 场景描述: Oracle RAC环境搭建完成之后,数据库可以启动到mounted状态,无法启动 ...
今天启动数据库报ORA-03113: end-of-file on communication channel,查看日志:/u01/app/oracle/diag/rdbms/sclerp/sclerp/trace/sclerp_ora_2175.trc,错误如下: ORA ...
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 ...
环境:RHEL6.4 + Oracle 11.2.0.4 步骤摘要:1.启动报错ORA-031132.查看alert日志查找原因3.根据实际情况采取合理的措施,这里我们先增加闪回区大小,把库启动起来4.制定对应的归档日志删除策略 1.启动报错ORA-03113 2.查看 ...
场景: oracle 12c 数据库,进行了大量的插入操作,导致数据库卡死,启动失败。 关键报错信息:ORA-03113: end-of-file on communication channel 报错原因: 原来是大批量的数据插入导致闪回空间不足, 最常用的办法删除不需要的归档日志文件 ...