ORA-32001: write to spfile requested but no SPFILE specified at startup !!!!
ORA-32001: How to identify if the database was started with spfile or pfile? There are couple of ways of finding if the database was started with spfile or pfile. First we can check the value of parameter spfile, if it returns blank then database was started by pfile. Similar to using SHOW PARAMETER, you can … Read more