ORA-32001 write to SPFILE requested but no SPFILE is in use 发表于 2020-08-17 更新于 2026-03-03 分类于 技术分享 错误如下: 1ORA-32001: write to SPFILE requested but no SPFILE specified at startup 重新创建一下spfile: 1create spfile from pfile; 重启数据库,即可解决此错误。