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

环境: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

bfa0d44551467a579be1323cf39c259c.png[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

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值