Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

 

 
 

ORA-01078 tips

Oracle Error Tips by Donald Burleson(S. Karam)

The Oracle oerr utility note this on the ORA-01078 error:

ORA-01078: failure in processing system parameters

Cause: Failure during processing of INIT.ORA parameters during system
 startup.

Action: Further diagnostic information should be in the error stack.

The ORA-01078 error is frequently thrown when you put comments on your initialization parameter file (pfile).  Removing the comments (denoted with the # character) from your pfile will often fix the ORA-01078 error.

The ORA-01078 error is typically thrown when you attempt to mount a database.  ORA-01078 indicates that there was an issue with the INIT.ORA parameters (database initialization file).

Resolving ORA-01078 consists of viewing  the error stack, because ORA-01078 usually has subsequent errors which are thrown at the same time.  The accompanying errors will most likely show the source of the problem.

Sometimes you will see the ORA-01078 combined with the LRM-00109 error when issuing a "create spfile from pfile":

ORA-01078: failure in processing system parameters.
 
Cause: Failure during processing of INIT.ORA parameters during system startup.

Action: Further diagnostic information should be in the error stack.

LRM-00109: could not open parameter file "String"

Cause: The parameter file does not exist.

Action: Create an appropriate parameter file.

This combination suggests a missing parameter file, but it's commonly associated with corruption in the init.ora file (pfile or spfile), located in $ORACLE_HOME/dbs. 

Also see these notes on  setting Windows_file_permissions.

Restore the spfile

Restoring the SPFILE is an automated process in many cases with RMAN. You simply need to configure RMAN with the proper database DBID (which you should have recorded when you created the database) and you can then restore the SPFILE from any auto backup.

To restore the spfile, you still need to start the database, but you can do so with a minimal database parameter file. All you need to do is start your database instance is set the db_name parameter in a manual parameter file. Then you can start the instance using the startup command with the pfile parameter as seen in this example:

Startup nomount pfile=c:\oracle\product\10.1.0.3\database\initbooktst.ora

Once the instance is started, you can start RMAN and restore the SPFILE as seen in this example:

RMAN> restore spfile from autobackup;

 


 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.

 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster