rman 备份时报:ORA-02396: exceeded maximum idle time

參考原文:
RMAN backup faling with ORA-02396: exceeded maximum idle time, please connect again (Doc ID 1446182.1)

适用于:
Oracle Server - Enterprise Edition - Version 11.2.0.1 and later
Information in this document applies to any platform.

症状:
rman 在备份db和归档日志时,报下列的错误:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup plus archivelog command at 03/26/2012 00:19:36
RMAN-03014: implicit resync of recovery catalog failed
RMAN-06004: ORACLE error from recovery catalog database: ORA-02396: exceeded maximum idle time, please connect again
ORACLE error from recovery catalog database: ORA-01012: not logged on
Process ID: 4060
Session ID: 24 Serial number: 23229

原因:
ORA-02396最有可能是 profile(with IDLE_TIME)导致的,该profile是指  Recovery Catalog 中的catalog owner

当运行rman备份的时候, rman 跟  Recovery Catalog  极少甚至不通信。
仅仅有当rman备份完毕后,相关的信息被从控制文件同步到 Recovery Catalog ,此时,rman 尝试更新 Recovery Catalog ,然后错误就产生了。

rman备份用的时间超过了 the catalog user's profile 中定义的idle_time,因此错误就出现了。

解决方式:
检查recovery catalog owner  是否在使用 IDLE_TIME 的profile。 假设使用了,禁用掉或者增大idle_time到更大的值

SQL> select * from dba_profiles where resource_name='IDLE_TIME';

SQL> select profile from dba_users where username='<USERNAME OF CATALOG OWNER>';

If the profile of the user matches the profile with a IDLE_TIME <> UNLIMITED, you should consider using a different profile for this user with IDLE_TIME=UNLIMITED.

SQL> alter user xx PROFILE < name of a profile> with IDLE_TIME=UNLIMITED >

【翻译自mos文章】rman 备份时报:ORA-02396: exceeded maximum idle time相关推荐

  1. 【翻译自mos文章】使用aum( Automatic Undo Management) 时遇到 ORA-01555错误--- 原因和解决方式。...

    [翻译自mos文章]使用aum( Automatic Undo Management) 时遇到 ORA-01555错误--- 原因和解决方式. 使用aum( Automatic Undo Manage ...

  2. mysql 命令as 使用_【翻译自mos文章】使用asmcmd命令在本地和远程asm实例之间拷贝as...

    使用asmcmd命令在本地和远程 asm 实例之间 拷贝asm file的方法 参考原文: How to Copy asm files between remote ASM instances usi ...

  3. oracle asm磁盘回收步骤,【翻译自mos文章】回收 asm磁盘空间的方法

    回收 asm磁盘空间的方法 参考原文: How To Reclaim Asm Disk Space? (Doc ID 351866.1) 适用于: Oracle Database - Enterpri ...

  4. 【翻译自mos文章】11gR2中的asm后台进程

    11gR2中的asm后台进程 參考原文: ASM Background Processes in 11.2 (Doc ID 1641678.1) 适用于: Oracle Database - Ente ...

  5. sh mysql configure_【翻译自mos文章】使用config.sh/config.bat来configureorre-con

    来自 How to Configure or Re-configure Grid Infrastructure With config.sh/config.bat (文档 ID 1354258.1) ...

  6. 【翻译自mos文章】Oracle GoldenGate 怎么在源头的传输进程和目的端的server/collector进程之间分配 port?...

    Oracle GoldenGate 怎么在源头的传输进程和目的端的server/collector进程之间分配 port? 来源于: How Does GoldenGate Allocates Por ...

  7. mysql修改DBS里的ip地址_【翻译自mos文章】修改被DBControl监控的db(10gand11g)中dbsnm...

    修改被 DB Control 监控的db (10g and 11g)中 dbsnmp密码的方法 参考原文: How to Change DBSNMP Password in Database 10g ...

  8. oracle 7 密码,【翻译自mos文章】重置Oracle Linux 7中root的口令

    来源于:Reset Root Password in Oracle Linux 7 (文档 ID 1954652.1) 注意:本文章也适用于RHEL7.x APPLIES TO: Linux OS - ...

  9. 【翻译自mos文章】怎么正确的计算一个ip地址的subnet id?

    怎么正确的计算一个ip地址的subnet id? 来源于: How to calculate the correct subnet for an interface (文档 ID 1059759.1) ...

最新文章

  1. SQL Server,Oracle,DB2索引建立语句的对比
  2. TensorFlow2-简介
  3. centos php 开启libgdgd_CentOS搭建PHP环境
  4. 自然语言处理综述_自然语言处理
  5. anaconda和python有什么不一样_黄山毛峰的味道为什么会不一样?
  6. 04-Mysql----初识sql语句
  7. Android 8.0 VDEX机制简介
  8. JAVA打印功能总结文档
  9. 完整的元器件选型指南
  10. Excel Video Game Sales视频游戏销售分析
  11. UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0xff in position 0: illegal multibyte sequence
  12. jmeter--解决登录接口只执行一次和多接口依赖的问题(使用事务控制器和循环控制器)
  13. Linux普通用户执行root权限脚本且没有读写权限
  14. OpenGL--摄像机漫游
  15. 不错的讲解业务架构,应用架构,数据架构的图
  16. 国家信息分类和编码标准
  17. PON系统向单波速率25G演进
  18. PC - 史上最简单的远程访问群晖 NAS 方法
  19. Windows cmd 进入其他盘
  20. Python异常处理+追溯

热门文章

  1. 无刷新二级联动菜单的Request问题
  2. 小白设计模式:责任链模式
  3. AndroidStudio安卓原生开发_Activity的概念和简单使用_创建Activity_创建Layout资源文件_给Activity引入资源Id---Android原生开发工作笔记80
  4. Oracle数据库异常---OracleDBConsoleorcl无法启动
  5. resnet 25 训练人脸识别
  6. DPM 检测源码分析
  7. 1003 C语言输入以某个特殊输入为结束标志
  8. cannot add new member解决方法
  9. linux驱动编写(声卡驱动之asoc移植)
  10. 神奇的go语言(开始篇)