ORA-32001: write to SPFILE requested but no SPFILE specified at startup
重新创建一下spfile
create spfile from pfile;
重启数据库,即可解决此错误
ORA-32001: write to SPFILE requested but no SPFILE specified at startup
重新创建一下spfile
create spfile from pfile;
重启数据库,即可解决此错误