ORA-00600: internal error code, arguments: [kcratr_nab_less_than_odr]

简介:

 

  今天在启动数据库的时候报了下面的错误:
 
 
  1. $ sqlplus / as sysdba 
  2.  
  3. SQL*Plus: Release 11.2.0.1.0 Production on Sun Sep 2 20:08:38 2012 
  4.  
  5. Copyright (c) 1982, 2009, Oracle.  All rights reserved. 
  6.  
  7. Connected to an idle instance. 
  8.  
  9. SQL> startup 
  10. ORACLE instance started. 
  11.  
  12. Total System Global Area  417546240 bytes 
  13. Fixed Size                  2211608 bytes 
  14. Variable Size             310378728 bytes 
  15. Database Buffers          100663296 bytes 
  16. Redo Buffers                4292608 bytes 
  17. Database mounted. 
  18. ORA-00600: internal error code, arguments: [kcratr_nab_less_than_odr], [1], 
  19. [11], [15032], [15057], [], [], [], [], [], [], [] 

从来没有见到过,metalink一下,还真有2遍文章。

 

 
  1. SQL> recover database using backup controlfile until cancel; 
  2. ORA-00279: change 930317 generated at 09/01/2012 00:59:36 needed for thread 1 
  3. ORA-00289: suggestion : /u01/app/oracle/arch/htzdg/1_11_792806317.dbf 
  4. ORA-00280: change 930317 for thread 1 is in sequence #11 
  5.  
  6.  
  7. Specify log: {<RET>=suggested | filename | AUTO | CANCEL} 
  8. auto 
  9. ORA-00308: cannot open archived log 
  10. '/u01/app/oracle/arch/htzdg/1_11_792806317.dbf' 
  11. ORA-27037: unable to obtain file status 
  12. Solaris-AMD64 Error: 2: No such file or directory 
  13. Additional information: 3 
  14.  
  15.  
  16. ORA-00308: cannot open archived log 
  17. '/u01/app/oracle/arch/htzdg/1_11_792806317.dbf' 
  18. ORA-27037: unable to obtain file status 
  19. Solaris-AMD64 Error: 2: No such file or directory 
  20. Additional information: 3 
  21.  
  22.  
  23. ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below 
  24. ORA-01194: file 1 needs more recovery to be consistent 
  25. ORA-01110: data file 1: '/u01/app/oracle/oradata/htzdg/system01.dbf' 
  26.  
  27.  
  28. SQL> recover database until cancel using backup controlfile; 
  29. ORA-00279: change 930317 generated at 09/01/2012 00:59:36 needed for thread 1 
  30. ORA-00289: suggestion : /u01/app/oracle/arch/htzdg/1_11_792806317.dbf 
  31. ORA-00280: change 930317 for thread 1 is in sequence #11 
  32.  
  33.  
  34. Specify log: {<RET>=suggested | filename | AUTO | CANCEL} 
  35. /u01/app/oracle/oradata/htzdg/redo02.log 
  36. Log applied. 
  37. Media recovery complete. 
  38. SQL> alter database open
  39. alter database open 
  40. ERROR at line 1: 
  41. ORA-01589: must use RESETLOGS or NORESETLOGS option for database open 
  42.  
  43.  
  44. SQL> alter database open resetlogs; 
  45.  
  46. Database altered. 

 

  本文转自7343696 51CTO博客,原文链接:http://blog.51cto.com/luoping/980247,如需转载请自行联系原作者


相关文章
|
23天前
|
缓存 IDE Linux
Internal error. Please report to https://jb.gg/ide/critical-startup-errors
Internal error. Please report to https://jb.gg/ide/critical-startup-errors
8 0
|
10月前
error C2449: found ‘{‘ at file scope (missing function header?)和error C2059: syntax error : ‘}‘
error C2449: found ‘{‘ at file scope (missing function header?)和error C2059: syntax error : ‘}‘
72 0
|
SQL 数据库
ORA-00600: internal error code, arguments: [kcratr1_lastbwr], [], [], [], [], [], [], []
今天在PlateSpin Forge(关于PlateSpin相关介绍,请见最下面部分简单介绍) 复制出来的一台数据库服务器上,测试数据库能否正常启动时,遇到了“ORA-00600: internal error code, arguments: [kcratr1_lastbwr], [], ...
1324 0
|
Oracle 关系型数据库 数据库
|
网络协议 Oracle 关系型数据库