Welcome 微信登录
编程资源 图片资源库 蚂蚁家优选 PDF转换器

首页 / 数据库 / MySQL / ORA-00600 [2662][][][][][] 错误解决

今天给客户做数据恢复,发现必须使用隐藏参数_allow_resetlogs_corruption,结果一用报出了ORA-00600 2662的错误。客户那边说丢失了一个数据文件CUUG.DBF,只有一个以前的冷备份(结果就备份了这一个数据文件............#@#@¥...)。接管客户系统时,那边dba已经将控制文件重建了。无语中......将以前的数据文件拷贝回来,重新注册归档日志后,开始恢复。报错:     
  1. 提示ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below 
  2. ORA-01194: file 1 needs more recovery to be consistent 
  3. ORA-01110: data file 1: "/opt/Oracle/product/10.2.0/oradata/orcl1/system01.dbf" 
看下数据文件的SCN:   
  1. SQL> select  CHECKPOINT_CHANGE# from v$datafile_header; 
  2.  
  3. CHECKPOINT_CHANGE# 
  4. ------------------  
  5.     591931 
  6.     591931 
  7.     591931 
  8.     591931 
  9.     505927 
然后看下归档日志:
  1. /opt/oracle/product/10.2.0/flash_recovery_area/ORCL1/archivelog/2012_05_19/o1_mf_1_9_7vh78q75_.arc   591800       591805 
  2. /opt/oracle/product/10.2.0/flash_recovery_area/ORCL1/archivelog/2012_05_19/o1_mf_1_8_7vh78gwc_.arc   590306       591800 
  3. /opt/oracle/product/10.2.0/flash_recovery_area/ORCL1/archivelog/2012_05_19/o1_mf_1_10_7vh7b2xs_.arc  591805       591931 
这眼看普通恢复没戏了.....归档日志不连续。开启隐藏参数sql> alter system set "_allow_resetlogs_corruption"=true scope=spfile;再次尝试打开数据库,开始提示ORA-00600错误了。
  1. Wed May 23 15:06:44 2012 
  2. SMON: enabling cache recovery 
  3. Wed May 23 15:06:44 2012 
  4. Errors in file /opt/oracle/product/10.2.0/admin/orcl1/udump/orcl1_ora_4268.trc: 
  5. ORA-00600: internal error code, arguments: [2662], [0], [545944], [0], [590505], [4194313], [], [] 
  6. Wed May 23 15:06:44 2012 
  7. Incremental checkpoint up to RBA [0x1.3.0], current log tail at RBA [0x1.3.0] 
  8. Wed May 23 15:06:44 2012 
  9. Errors in file /opt/oracle/product/10.2.0/admin/orcl1/udump/orcl1_ora_4268.trc: 
  10. ORA-00600: internal error code, arguments: [2662], [0], [545944], [0], [590505], [4194313], [], [] 
  11. Wed May 23 15:06:44 2012 
  12. Error 600 happened during db open, shutting down database 
  13. USER: terminating instance due to error 600 
  14. Instance terminated by USER, pid = 4268 
  • 1
  • 2
  • 下一页
ORA-00600[kcratr1_lastbwr][][][][] 错误解决64位Redhat(RHEL)成功安装Oracle 9i相关资讯      Oracle错误代码  ORA-00600  ORA-00600错误代码 
  • ORA-00600(13013)错误解决方法  (今 07:47)
  • ORA-00600: internal error code,   (04月19日)
  • ORA-00600 错误解决一例  (10/21/2015 20:56:11)
  • 一个SQL语句引发的ORA-00600错误排  (07月21日)
  • cursor_sharing引发的ORA-00600错  (01月09日)
  • 遭遇 ORA-00600: internal error   (09/17/2015 19:21:46)
本文评论 查看全部评论 (0)
表情: 姓名: 字数