Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Editing pfile created from spfile
the problem there is with the quotes, the whole thing needs to be wrapped up
in quotes
On 05/04/06, Michael Ray <topshot.rhit_at_gmail.com> wrote:
>
> From my sql*plus session (this will likely wrap):
> SQL> ALTER SYSTEM SET
>
> LOG_FILE_NAME_CONVERT=('c:\oracle\product\10.2.0\oradata\cssprod','c:\oracle\product\10.2.0\oradata\cssprod','e:\oracle\oradata\cssprod','e:\oracle\oradata\cssprod')
> SCOPE=SPFILE;
> *
> ERROR at line 1:
> ORA-02095: specified initialization parameter cannot be modified
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Apr 05 2006 - 16:40:16 CDT
![]() |
![]() |