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

oracle打开报错:

 

SQL> alter database open

  2  ;
alter database open
*
ERROR at line 1:
ORA-03113: end-of-file on communication channel
Process ID: 29196
Session ID: 1144 Serial number: 7




SQL> 


去查看后台alert日志,信息显示如下:



Errors in file /oracle/app/oracle/diag/rdbms/pdunq/powerdes/trace/powerdes_ora_26567.trc:
ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 512 bytes disk space from 16106127360 limit
ARCH: Error 19809 Creating archive log file to '/oracle/app/oracle/flash_recovery_area/PDUNQ/archivelog/2015_04_19/o1_mf_1_1_%u_.arc'
Errors in file /oracle/app/oracle/diag/rdbms/pdunq/powerdes/trace/powerdes_ora_26567.trc:
ORA-16038: log 1 sequence# 1 cannot be archived
ORA-12170: TNS:Connect timeout occurred
ORA-00312: online log 1 thread 1: '/home/oradata/powerdes/redo01.log'
Errors in file /oracle/app/oracle/diag/rdbms/pdunq/powerdes/trace/powerdes_arc3_27693.trc:
ORA-19815: WARNING: db_recovery_file_dest_size of 16106127360 bytes is 100.00% used, and has 0 remaining bytes available.
************************************************************************
USER (ospid: 26567): terminating the instance due to error 16038
You have following choices to free up space from recovery area:
1. Consider changing RMAN RETENTION POLICY. If you are using Data Guard,
   then consider changing RMAN ARCHIVELOG DELETION POLICY.
2. Back up files to tertiary device such as tape using RMAN
   BACKUP RECOVERY AREA command.
3. Add disk space and increase db_recovery_file_dest_size parameter to
   reflect the new space.
4. Delete unnecessary files using RMAN DELETE command. If an operating
   system command was used to delete files, then use RMAN CROSSCHECK and
   DELETE EXPIRED commands.
************************************************************************
Instance terminated by USER, pid = 26567




【解决办法】:
1,可以通过修改过db_recovery_file_dest_size,把其值改大些。
alter system set db_recovery_file_dest_size=20G scope=spfile; 


SQL> startup mount
ORACLE instance started.


Total System Global Area 3373858816 bytes
Fixed Size    2218032 bytes
Variable Size 1862272976 bytes
Database Buffers 1493172224 bytes
Redo Buffers   16195584 bytes
Database mounted.
SQL> alter system set db_recovery_file_dest_size=20G scope=spfile; 


System altered.


SQL> 
SQL> alter database open
  2  ;


Database altered.


SQL> 


2,删除过期的归档日志,使用操作系统或RMAN DELETE 命令删除过期的命令。如果使用操作系统命令删除文件,要用rman执行
   crosscheck archivelog all;
   crosscheck archivelog all;
 

 

 

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

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值