当前位置:  数据库>oracle

Oracle log_archive_dest_1 未指定导致flash_recovery_area引发数据库挂起

    来源: 互联网  发布时间:2017-04-19

    本文导语:  故障现象:  一、错误日志  Thu Nov 10 17:08:43 2011  Oracle Instance zjport - Archival Error  Thu Nov 10 17:08:43 2011  ORA-16038: log 1 sequence# 101 cannot be archived  ORA-19809: limit exceeded for recovery files  ORA-00312: online log 1 thread 1: ...

  • 故障现象: 
  • 一、错误日志 
  • Thu Nov 10 17:08:43 2011 
  • Oracle Instance zjport - Archival Error 
  • Thu Nov 10 17:08:43 2011 
  • ORA-16038: log 1 sequence101 cannot be archived 
  • ORA-19809: limit exceeded for recovery files 
  • ORA-00312: online log 1 thread 1: '/home/oracle/oradata/online/redo01.log' 
  • Thu Nov 10 17:08:43 2011 
  • Errors in file /home/oracle/admin/online/bdump/online_arc1_30097.trc: 
  • ORA-16038: log 1 sequence# 101 cannot be archived 
  • ORA-19809: limit exceeded for recovery files 
  • ORA-00312: online log 1 thread 1: '/home/oracle/oradata/online/redo01.log' 
  • Thu Nov 10 17:09:43 2011 
  • ARCH: Archival stopped, error occurred. Will continue retrying 
  • Thu Nov 10 17:09:43 2011 
  • ORACLE Instance online - Archival Error 
  • Thu Nov 10 17:09:43 2011 
  • ORA-16014: log 1 sequence# 101 not archived, no available destinations 
  • ORA-00312: online log 1 thread 1: '/home/oracle/oradata/online/redo01.log' 
  • Thu Nov 10 17:09:43 2011 
  • Errors in file /home/oracle/admin/online/bdump/online_arc0_30095.trc: 
  • ORA-16014: log 1 sequence# 101 not archived, no available destinations 
  • ORA-00312: online log 1 thread 1: '/home/oracle/oradata/online/redo01.log' 
  • Thu Nov 10 17:14:43 2011 
  • Errors in file /home/oracle/admin/online/bdump/online_arc1_30097.trc: 
  • ORA-19815: WARNINGdb_recovery_file_dest_size of 2147483648 bytes is 100.00% used, and has 0 remaining bytes available. 
  • Thu Nov 10 17:14:43 2011 
  • ************************************************************************ 
  • You have following choices to free up space from flash recovery area
  • 1. Consider changing RMAN RETENTION POLICYIf 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
  • ************************************************************************ 
  •  
  • 二、日志切换失败 
  • SQLalter system switch logfile
  • alter system switch logfile 
  •  
  • 长时间无响应,IT科技资讯 iis7站长之家日志提示 
  • Thu Nov 10 17:14:43 2011 
  • ORACLE Instance online - Archival Error 
  • Thu Nov 10 17:14:43 2011 
  • ORA-16038: log 1 sequence# 101 cannot be archived 
  • ORA-19809: limit exceeded for recovery files 
  • ORA-00312: online log 1 thread 1: '/home/oracle/oradata/online/redo01.log' 
  • Thu Nov 10 17:14:43 2011 
  • Errors in file /home/oracle/admin/online/bdump/online_arc1_30097.trc: 
  • ORA-16038: log 1 sequence# 101 cannot be archived 
  • ORA-19809: limit exceeded for recovery files 
  • ORA-00312: online log 1 thread 1: '/home/oracle/oradata/online/redo01.log' 
  • Thu Nov 10 17:15:43 2011 
  • ARCH: Archival stopped, error occurred. Will continue retrying 
  • Thu Nov 10 17:15:43 2011 
  • ORACLE Instance online - Archival Error 
  • Thu Nov 10 17:15:43 2011 
  • ORA-16014: log 1 sequence# 101 not archived, no available destinations 
  • ORA-00312: online log 1 thread 1: '/home/oracle/oradata/online/redo01.log' 
  • Thu Nov 10 17:15:43 2011 
  • Errors in file /home/oracle/admin/online/bdump/online_arc0_30095.trc: 
  • ORA-16014: log 1 sequence# 101 not archived, no available destinations 
  • ORA-00312: online log 1 thread 1: '/home/oracle/oradata/online/redo01.log' 
  • 原因分析

    oracle log_archive_dest_1 未指定导致归档到flash_recovery_area路径,这点从后文的rman备份对归档部分的处理日志可以明显看出来,例如其中一个归档路径为“home/oracle/flash_recovery_area/online/archivelog/2011_10_13/o1_mf_1_52_79ftss3d_.arc


        
     
     

    您可能感兴趣的文章:

     
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • redhat 9 下安装 oracle9i 过程中,要求指定java目录,到底是哪一个目录?
  • oracle 实际值超过数据库某个字段指定长度报错解决
  • Oracle 查询指定表名的columns
  • Oracle指定IP访问数据库方法
  • Oracle判断指定列是否全部为数字的sql语句
  • oracle中如何用PL/SQL打开一个指定的库,并在屏幕上列出库中的所有表?
  • Oracle 10g创建表空间和用户并指定权限
  • oracle查询不含括号及不含指定字符的方法
  • 【求助】RHEL5.1 下安装Oracle 10.2g出现问题:指定数据库方案口令后卡住了,不能安装
  • oracle指定排序的方法详解
  • 在Oracle 10gR2中设定指定的恢复点实现轻松闪回
  • oracle 重置序列从指定数字开始的方法详解
  • Oracle 12c发布简单介绍及官方下载地址
  • 在linux下安装oracle,如何设置让oracle自动启动!也就是让oracle那个服务自动启动,不是手动的
  • oracle 11g最新版官方下载地址
  • 请问su oracle 和su - oracle有什么不同?
  • Oracle 数据库(oracle Database)Select 多表关联查询方式
  • 虚拟机装Oracle R12与Oracle10g
  • Oracle数据库(Oracle Database)体系结构及基本组成介绍
  • Oracle 数据库开发工具 Oracle SQL Developer
  • 如何设置让Oracle SQL Developer显示的时间包含时分秒
  • Oracle EBS R12 支持 Oracle Database 11g
  • Oracle 10g和Oracle 11g网格技术介绍
  • SCO unix下安装oracle,但没有光盘,请大家推荐一个oracle下载站点(unix版本的)。谢谢!!!!
  • oracle中如何把表中具有相同值列的多行数据合并成一行
  • 请问大家用oracle数据库, 用import oracle.*;下的东西么? 还是用标准库?
  • Oracle 数据库(oracle Database)性能调优技术详解
  • Linux /$ORACLE_HOME $ORACLE_HOME
  • ORACLE日期相关操作
  • Linux系统下Oracle的启动与Oracle监听的启动
  • ORACLE数据库常用字段数据类型介绍


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,