温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

oracle启动报错:ORA-03113:通信通道的文件结尾

发布时间:2020-05-26 21:03:04 来源:网络 阅读:1958 作者:yfshare 栏目:关系型数据库

环境:RHEL 5.8

发现数据库startup启动时报

ORA-03113:通信通道的文件结尾

进程 ID :6988

回话 ID:191 序列号:3

[oracle@localhost ~]$ cd $ORACLE_BASE
[oracle@localhost oracle]$ cd diag/rdbms/oracle/oracle/trace/
[oracle@localhost trace]$ ll -rt |tail
[oracle@localhost trace]$ vim oracle_ora_13430.trc

oracle启动报错:ORA-03113:通信通道的文件结尾

[oracle@localhost trace]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on 星期四 2月 25 13:49:56 2016
Copyright (c) 1982, 2011, Oracle.  All rights reserved.
Connected to an idle instance.
SQL> startup mount;
ORACLE instance started.
Total System Global Area 2471931904 bytes
Fixed Size    2230872 bytes
Variable Size 1560282536 bytes
Database Buffers  889192448 bytes
Redo Buffers   20226048 bytes
Database mounted.
SQL> select NAME||'|'||SPACE_LIMIT||'|'||SPACE_USED||'|'||SPACE_RECLAIMABLE||'|'||NUMBER_OF_FILES from v$recovery_file_dest;
NAME||'|'||SPACE_LIMIT||'|'||SPACE_USED||'|'||SPACE_RECLAIMABLE||'|'||NUMBER_OF_
--------------------------------------------------------------------------------
/u01/app/oracle/fast_recovery_area|6180|0|0|0
SQL>
SQL> alter database clear unarchived logfile group 1; //执行此行时可能出错,如有报错直接把1修改成2或3之后再执行1
SQL> alter database clear unarchived logfile group 2;
SQL> alter database clear unarchived logfile group 1;
Database altered.
SQL> commit;
Commit complete.
SQL> shutdown immediate;
SQL> startup;
ORACLE instance started.
Total System Global Area 2471931904 bytes
Fixed Size    2230872 bytes
Variable Size 1560282536 bytes
Database Buffers  889192448 bytes
Redo Buffers   20226048 bytes
Database mounted.
Database opened.
SQL> select status from v$instance;
STATUS
------------
OPEN
SQL> exit


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI