Troubleshooting for ORA-01078 and LRM-00109

Source: Internet
Author: User

System Version: CentOS 5.5x64

Database Version: Oracle 11G R2 11.2.0

The following error is reported:

 
 
  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>  

The solution is as follows:

 
 
  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]$  

This is because in oracle9i and oracle10g, the database will start with spfile by default. If spfile does not exist, the above error will occur.
Solution: (Process Code --)
Copy the file in the form of init. ora.012009233838 in the $ ORACLE_BASE/admin/database name/pfile directory to the initoracle. ora directory in the $ ORACLE_HOME/dbs directory. (Note: oracle in initoracle. ora is your instance name 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>  

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.