关于rman备份的问题

来源:未知 责任编辑:智问网络 发表时间:2013-11-10 20:18 点击:

   昨天调整了数据库的参数,见下:
ALTER SYSTEM SET memory_target='7200000000' SCOPE=BOTH;
ALTER SYSTEM SET pga_aggregate_target='600000000' SCOPE=BOTH;
ALTER SYSTEM SET db_cache_size='3600008000' SCOPE=BOTH;
ALTER SYSTEM SET shared_pool_size='600M' SCOPE=BOTH;
   今天早上查看数据库备份情况,发现没有生成备份,手动执行报以下错误:
[oracle@eytdb ~]$ rman target /;
恢复管理器: Release 11.2.0.2.0 - Production on 星期四 10月 20 11:54:15 2011
Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

DBGSQL:  TARGET> select count(*) into :dbstate from v$parameter where lower(name) = '_dummy_instance' and upper(value) = 'TRUE'
DBGSQL:   sqlcode = 1008
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00554: 内部恢复管理器程序包初始化失败
RMAN-06003: 来自目标数据库的 ORACLE 错误:
ORA-01008: 并非所有变量都已绑定  

告警日志 alert_eytdbs.log 错误见下:
  
Exception [type: SIGSEGV, SI_KERNEL(general_protection)] [ADDR:0x0] [PC:0x1E79F8F, kkslMarkLiteralBinds()+225] [flags: 0x0, count: 1]
Errors in file /home/oracle/app/diag/rdbms/eytdbs/eytdbs/trace/eytdbs_ora_28360.trc  (incident=32353):
ORA-07445: 鍑虹幇寮傚父閿欒: 鏍稿績杞偍 [kkslMarkLiteralBinds()+225] [SIGSEGV] [ADDR:0x0] [PC:0x1E79F8F] [SI_KERNEL(general_protection)] []
Incident details in: /home/oracle/app/diag/rdbms/eytdbs/eytdbs/incident/incdir_32353/eytdbs_ora_28360_i32353.trc
Use ADRCI or Support Workbench to package the incident.
See Note 411.1 at My Oracle Support for error and packaging details.
Thu Oct 20 02:00:06 2011
Dumping diagnostic data in directory=[cdmp_20111020020006], requested by (instance=1, osid=28360), summary=[incident=32353].
Thu Oct 20 02:00:07 2011
 
/home/oracle/app/diag/rdbms/eytdbs/eytdbs/trace/eytdbs_ora_28360.trc 见下:

Exception [type: SIGSEGV, SI_KERNEL(general_protection)] [ADDR:0x0] [PC:0x1E79F8F, kkslMarkLiteralBinds()+225] [flags: 0x0, count: 1]
Incident 32353 created, dump file: /home/oracle/app/diag/rdbms/eytdbs/eytdbs/incident/incdir_32353/eytdbs_ora_28360_i32353.trc
ORA-07445: 出现异常错误: 核心转储 [kkslMarkLiteralBinds()+225] [SIGSEGV] [ADDR:0x0] [PC:0x1E79F8F] [SI_KERNEL(general_protection)] []
ssexhd: crashing the process...
Shadow_Core_Dump = partial

    查ora-07445 网上说是oracle的BUG,是否是BUG就不清楚了(数据库是1.2.0.2.0 ,操作系统是Red Hat Enterprise Linux  6.0 (Santiago),内存MemTotal:  20458656 kB),但一定与昨天的参数修改有关,把修改的参数值再改回去,还是不能rman,,后来查 ORA-01008: 并非所有变量都已绑定,是参数cursor_sharing 引起的,当时值为SIMILAR,改为force,还是不能rman,最后改为exact 。ALTER SYSTEM SET cursor_sharing='exact'; rman可以正常使用了。但是到底是什么原因引起的呢?

 

本文出自 “srsunbing” 博客,请务必保留此出处http://srsunbing.blog.51cto.com/3221858/692922

    发表评论
    请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
    用户名: 验证码:点击我更换图片
    最新评论 更多>>

    推荐热点

    • Request.ServerVariables 参数大全
    • 执行全文索引时出现权限不足的解决方法
    • 导入excel文件处理流程节点的解决方案
    • 查看sql修改痕迹(SQL Change Tracking on Table)
    • App数据层设计及云存储使用指南
    • PostgreSQL启动过程中的那些事三:加载GUC参数
    • MongoDB安装为Windows服务方法与注意事项
    • Percolator与分布式事务思考(二)
    • 写给MongoDB开发者的50条建议Tip1
    网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
    Copyright © 2008-2015 计算机技术学习交流网. 版权所有

    豫ICP备11007008号-1