Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How change Spfile parameter?

Re: How change Spfile parameter?

From: Brian Peasland <dba_at_nospam.peasland.net>
Date: Fri, 22 Sep 2006 15:54:27 GMT
Message-ID: <J60475.D24@igsrsparc2.er.usgs.gov>


> alter system set
> spfile='D:\Software\Oracle_Express\PFILES\MIENTRAS_XE_SPFILE'
> *
> ERROR at line 1:
> ORA-02095: specified initialization parameter cannot be modified

This parameter is set when you start the instance. If you want to start the instance with a different SPFILE, then use the following:

STARTUP SPFILE='/directory/spfile'

When the instance has been started, query V$PARAMETER again to see the change.

If you do not specify the SPFILE on startup, then the default is used.

HTH,
Brian

-- 
===================================================================

Brian Peasland
dba_at_nospam.peasland.net
http://www.peasland.net

Remove the "nospam." from the email address to email me.


"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown
Received on Fri Sep 22 2006 - 10:54:27 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US