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: Mr.EthanHunt <MrEthanHunt_at_gmail.com>
Date: 22 Sep 2006 08:22:57 -0700
Message-ID: <1158938577.203664.223550@m7g2000cwm.googlegroups.com>

I made the mentioned thing in the URL and the parameter in the view not be changed

:(((

gazzag ha escrito:

> Mr.EthanHunt wrote:
> > Hi Group.....
> >
> > I am new in oracle and need change the spfile parameter value on
> > v$parameter view, I Looked information and found the following:
> > The change must be done with "Alter system".
> >
> >
> > I execute:
> >
> >
> > SQL> alter system set
> > spfile='D:\Software\Oracle_Express\PFILES\MIENTRAS_XE_SPFILE';
> >
> >
> > nevertheless it gives back :
> >
> >
> > alter system set
> > spfile='D:\Software\Oracle_Express\PFILES\MIENTRAS_XE_SPFILE'
> > *
> > ERROR at line 1:
> > ORA-02095: specified initialization parameter cannot be modified
> >
> >
> > ¿How change the famous parameter ?
> >
> >
> > Thanks in advance.....

>

> If you want to create a SPFILE in a non-default location, try something
> like the following:
>

> CREATE SPFILE='<some_path_or_other>\spfile_mydb.ora' FROM FILE='<some
> other path>\initOEMREP.ora';
>

> You may also find the following useful reading:
>

> http://www.databasejournal.com/features/oracle/article.php/1447461
>
> HTH
>
> -g
Received on Fri Sep 22 2006 - 10:22:57 CDT

Original text of this message

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