ORA-01078 和 LRM-00109 報錯解決方案

來源:互聯網
上載者:User

系統版本:CentOS 5.5 x64

資料庫版本:Oracle 11G R2 11.2.0 

報錯如下:

 
  1. [oracle@server253 ~]$ sqlplus  / as sysdba 
  2.  
  3. SQL*Plus: Release 11.2.0.1.0 Production on 1 17:38:49 2012 
  4.  
  5. Copyright (c) 1982, 2009, Oracle.  All rights reserved. 
  6.  
  7.  
  8.  
  9.  SQL> startup 
  10. ORA-01078: failure in processing system parameters 
  11. LRM-00109: ???????????????? '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initmander.ora' 
  12. SQL>  

解決過程如下:

 
  1. [oracle@server253 pfile]$ cat init.ora.6212012171120 >/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initmander.ora 
  2. [oracle@server253 pfile]$ pwd 
  3. /u01/app/oracle/admin/benguo/pfile 
  4. [oracle@server253 pfile]$  

這是因為在oracle9i和oracle10g中,資料庫預設將使用spfile啟動資料庫,如果spfile不存在,則就會出現上述錯誤。
解決方案:(過程代碼上——)
將$ORACLE_BASE/admin/資料庫名稱/pfile目錄下的init.ora.012009233838形式的檔案copy到$ORACLE_HOME/dbs目錄下initoracle.ora即可。(註:initoracle.ora中的oracle為你的執行個體名 ORACLE_SID)

 
  1.  SQL> startup 
  2. ORA-01078: failure in processing system parameters 
  3. LRM-00109: ???????????????? '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initmander.ora' 
  4. SQL>  
  5. SQL>  
  6. SQL> e^Hs 
  7. SP2-0042: δ֪ "s" -  
  8.  
  9.                    SQL>  
  10. SQL>  
  11. SQL> startup 
  12. ORACLE  
  13.  
  14.         Total System Global Area  417546240 bytes 
  15. Fixed Size                  2213936 bytes 
  16. Variable Size             268437456 bytes 
  17. Database Buffers          142606336 bytes 
  18. Redo Buffers                4288512 bytes 
  19.  
  20.  
  21.   
  22.  
  23.   SQL>  

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.