Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable so start 11G instance

967473Feb 18 2013 — edited Nov 19 2017
Hi all,
I just installed Oracle version 11.1.0.6 on an older CentOS server (kernel 2.6.9-78.0.1.ELsmp). I made it through the install with no problems, but was unable to start the instance. I received the error:

SQL>startup mount
ORA-00845: MEMORY_TARGET not supported on this system

Hmm, weird I was able to install with no memory errors..

So I created a pfile from the spfile:
strings spfile > pfile.ora

Edited the newpfile to lower the MEMORY_TARGET parameter, and now:

SQL> create spfile from pfile='/usr/local/oracle/product/11.1.0.6/db_1/dbs/pfile.ora';
create spfile from pfile='/usr/local/oracle/product/11.1.0.6/db_1/dbs/pfile.ora'
*
ERROR at line 1:
ORA-01078: failure in processing system parameters
ORA-32003: error occured processing parameter 'processes'

My spfile is now gone!!

Any ideas would be greatly appreciated.
This post has been answered by sb92075 on Feb 18 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 19 2013
Added on Feb 18 2013
18 comments
3,699 views