set spfile location
252122Mar 29 2007 — edited Mar 30 2007Hi,
My initial parameter doesn't show spfile's location using
SQL>show parameters;
Can I use following to make a change?
SQL> alter system set spfile='D:\oracle\product\10.1.0\Db_1\database\SPFILEORCL.ORA';
The error I got is:
ERROR at line 1:
ORA-02095: specified initialization parameter cannot be modified
How to define spfile's location in initcial parameter?