ORA-03113: End-of-file on Communication Channel Upon Startup of Database

在查阅ORA-03113: end-of-file on communication channel的解决方法的时候,偶然发现了一篇文章:

ORA-03113: End-of-file on Communication Channel Upon Startup of Database (文档 ID 422646.1)

文章超级短,翻译一下:

对于8.1.7到10.2

现象:在启动数据库的时候报错:ORA-03113: End-of-file on Communication Channel Upon Startup of Database 而且在alert日志中没有任何新的记录。

原因:可能是操作系统对于单文件大小的限制。

解决:把alert文件删掉,会自动生成一个新的。

看来,还要注意alert日志文件的大小问题。

时间: 2024-10-06 22:41:45

ORA-03113: End-of-file on Communication Channel Upon Startup of Database的相关文章

oracle报错: ORA-03113: end-of-file on communication channel Process

Database mounted. ORA-03113: end-of-file on communication channel Process ID: 4907 Session ID: 1 Serial number: 5 这种错误的解决方案  出现这个报错之后,明明oracle已经mount,此时查看oracle的状态: select open_mode from v$database; ERROR: ORA-03114: not connected to ORACLE 提示oracle就

ORA-03113: end-of-file on communication channel 解决方法

今天在测试数据库中对一个表插入了大量的数据, 导致数据库卡死 hang 住, 重启数据库后报错如下: C:\Documents and Settings\davidd>sqlplus "/ as sysdba" SQL*Plus: Release 11.2.0.1.0 Production on Fri Dec 5 08:50:23 2014 Copyright (c) 1982, 2010, Oracle.  All rights reserved. Connected to

ORA-03113: end-of-file on communication channel 磁盘慢,数据库启动失败

磁盘慢,数据库启动失败:解决思路:1.让数据文件offline: 2.删除表空间 SQL> startup pfile='/server/oracle/admin/test/pfile/inittest.ora' ORACLE instance started. Total System Global Area 776646656 bytes Fixed Size 2217384 bytes Variable Size 583010904 bytes Database Buffers 18874

open数据库报错ERROR at line 1: ORA-03113: end-of-file on communication channel Process ID: 3880 Session ID: 125 Serial number: 3

1.今天打开数据时,失败,报错 ERROR at line 1:ORA-03113: end-of-file on communication channelProcess ID: 3880Session ID: 125 Serial number: 3 2.想看下数据库的状态,发现提示:not connected to ORACLE[email protected]> select status,instance_name from v$instance;ERROR:ORA-03114: no

Oracle错误ORA-03113: end-of-file on communication channel处理办法

oracle不能启动了,报错ORA-03113: end-of-file on communication channel (通信通道的文件结尾) 解决办法: SQL> startup ORACLE instance started. Total System Global Area 1252663296 bytes Fixed Size 2227944 bytes Variable Size 704643352 bytes Database Buffers 536870912 bytes Re

ORA-03113: end-of-file on communication channel 解决方案

Oracle启动时报如下错误:ORA-03113: end-of-file on communication channel  解决方案如下:1.查看orcle启动日志,确定具体是什么原因引起的错误. cd $ORACLE_HOME/diag/rdbms/实例名/实例名/trace/ ls -alcr | grep alert (c时间排序.r倒序) 定位启动日志.2.tail -f -n 500 alert_ncdbemu.log 然后重启运行startup命令:得到oracle提示如下: Y

ORA-03113: end-of-file on communication channel

故障现象: ORALCE启动时报如下错误: SQL> startup ORACLE instance started. Total System Global Area 3657797632 bytes Fixed Size                  2258600 bytes Variable Size            2013268312 bytes Database Buffers         1627389952 bytes Redo Buffers          

ora-03113 end-of-file on communication channel 故障处理

客户数据库打开时出现 在alter告警日志中提示: 告警日志中没有提示更多的信息,我根据Process ID: 81228这个进程号查找到oracle trace日志: 提示控制文件的sequence号不匹配. 之后的处理过程: 启动数据库到nomount状态,然后利用RMAN从备份当中恢复上次备份的控制文件,然后mount数据库,再执行recover database.‘ 最后open database open resetlogs.   (不知道为什么不能用alter database op

dataGuard client 自动切换

使用dataguard作为HA方案,要解决的一个问题在于:后台数据库发生了切换,client连接如何做到自动切到新的primary数据库上? 如果做通用的方案,需要客户端自己提供自动重连的能力,这点大多数java的occi的连接池都有实现. 但这些已有实现大多是对同一连接配置发起重连,所以需要考虑为application提供透明的连接方式,而不让应用看到具体dataguard的多个ip和service name,这就需要做些额外的配置工作. 一种方式通过vip,真实转发的ip只挂靠在有效数据库的