startup
ORACLE instance started.Total System Global Area 2.4696E+10 bytes
Fixed Size                  2117432 bytes
Variable Size            2.4159E+10 bytes
Database Buffers          520093696 bytes
Redo Buffers               14659584 bytes
ORA-00205: error in identifying control file, check alert log for more info
什么原因呢? 修改不过来!

解决方案 »

  1.   

    先找到pfile的位置,
    执行startup pfile = 'XXXXXX.....';
    创建spfile: create  spfile  from   pfile='XXXX....'; 
      

  2.   

    ORA-00205   error   in   identifying   controlfile,   check   alert   log   for   more   info   
        
      Cause:   The   system   could   not   find   a   control   file   of   the   specified   name   and   size.   
        
      Action:   One   of   the   following:   
        
      Check   that   the   proper   control   file   name   is   referenced   in   the   CONTROL_FILES   initialization   parameter   in   the   initialization   parameter   file   and   try   again.   
      When   using   mirrored   control   files,   that   is,   more   than   one   control   file   is   referenced   in   the   initialization   parameter   file,   remove   the   control   file   name   listed   in   the   message   from   the   initialization   parameter   file   and   restart   the   instance.   If   the   message   does   not   recur,   remove   the   problem   control   file   from   the   initialization   parameter   file   and   create   another   copy   of   the   control   file   with   a   new   file   name   in   the   initialization   parameter   file.   
      

  3.   

    ORA-00205: error in identifying control file, check alert log for more info 
    ==============================================================================
    未找到参数文件中指定的控制文件