ORA-00845: pfile is working but not spfile
I have a 11.2.0.2 database. When I startup the database using the spfile, I got the ora-00845 error (MEMORY_TARGET not supported on this system). Then I tried to startup the database using the pfile. It worked! No problem. Then I created a new spfile using the current pfile. Shutdown the database and tried to startup using the spfile again. No luck. I still have this error. Why would the pfile work and not the spfile?
Thanks