ORA-32001: write to SPFILE requested but no SPFILE specified at startup
776005May 29 2010 — edited May 31 2010Hi,
I am gettng ORA-32001 while setting log_archive_dest_1 parameter value. I am using below mentioned query to update this parameter value.
alter system set log_archive_dest_1="location=D:\backups\CadTel_RMAN\Archive_log
" scope=both;
any budy help me out to resolve this problem.