ORA-01078: failure in processing system parameters
Posted on April 28th, 2010 in Ora Error ORA-01078: failure in processing system parameters
SQL> startup
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file ‘D:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\INITORCL.ORA’
SQL> create pfile from spfile=’D:\oracle\product\10.2.0\db_1\dbs\SPFILEORCL.ora’
;
File created.
SQL> startup
ORACLE instance started.
Total System Global Area 612368384 bytes
Fixed Size 1250452 bytes
Variable Size 197135212 bytes
Database Buffers 411041792 bytes
Redo Buffers 2940928 bytes
Database mounted.
Database opened.
SQL>
Related posts:
- ORA-12638: Credential retrieval failed Today while I am going to startup my database ,...
- Recover database when all control file and Redo log files are lost As an Oracle DBA , Recover database and maintain high...
Related posts brought to you by Yet Another Related Posts Plugin.
Published by Paresh Sarma















Leave a Comment