ORA-03113: end-of-file on communication channel 都启动不到nomout状态
ORA-03113: end-of-file on communication channel
我来答
添加附件
收藏
复制链接
微信扫码分享
在小程序上查看
分享
添加附件
问题补充
5条回答
默认
最新
看网上都说死归档满了 是刚建立的库 。查看fra 目录还有90%的空闲
评论
有用 01、通常与Redo Log日志文件损坏有关;
2、请提供下alert_SID.log的启动时,报错部分的日志信息;
3、同时将数据库启动到mount状态;执行以下SQL语句,并反馈下
select group#,status from v$log;
评论
有用 0oerr ORA 03113
03113, 00000, "end-of-file on communication channel"
// *Cause: The connection between Client and Server process was broken.
// *Action: There was a communication error that requires further investigation.
// First, check for network problems and review the SQL*Net setup.
// Also, look in the alert.log file for any errors. Finally, test to
// see whether the server process is dead and whether a trace file
// was generated at failure time.
1、检查是否存在网络问题
2、检查SQLNET文件配置
3、查看alert日志是否有报错
4、检查是否有数据库进程挂了
评论
有用 0回答交流
提交
问题信息
请登录之后查看
邀请回答
暂无人订阅该标签,敬请期待~~
墨值悬赏


