我装oaacle地时候出现过以下这些错误提示,我选择了忽略,不知道 因为什么引起的,  
   
  ORA-19502:write   error   on   file"i:\ORACLE\ORDATA\ROOT\REDO01.LOG",block   2049(blocksize=512)  
           
  ORA-27072:skgfdisp:I/O   error  
   
  ORA-01589:must   use   RESTLOGS   or   NORESETLOGS   option   for   database   open  
   
  ORA-00604:ERROR   occurred   at   recursive   SQL   level1  
   
  ORA-01219:database   not   open:question   allowed   on   fixed   tables/views   only  应该怎么样解决
 

解决方案 »

  1.   

    现在出现提示 :ORA-01219: ??????????????
    我头都大了!麻烦大家帮帮忙!
      

  2.   

    是oracle 9i  9.1111111
      

  3.   

    ORA-19502:write  error  on  file"i:\ORACLE\ORDATA\ROOT\REDO01.LOG",block  2049(blocksize=512)  
    ==============================================================================================
    在线日志文件损坏了。ORA-01589:must  use  RESTLOGS  or  NORESETLOGS  option  for  database  open  
    ==============================================================================
    sqlplus 中
    sql> startup nomount;
    sql> alter database mount;
    sql> alter database open resetlogs;