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: Bad value in SPFILE. . . Database won't come up

Re: Bad value in SPFILE. . . Database won't come up

From: E. Giannoulas <gie_at_pbihag.ch>
Date: Tue, 27 Jan 2004 11:37:35 +0000 (UTC)
Message-ID: <1075200033.565928@rio.ch.pbihag.ch>


Forte Agent <1443131_at_usenetplanet.com> wrote:
>
> One of my database is refusing to be started on Windows 2000,
> complaining a parameter value in SP file is invalid. I tried to
> modify the parameter value using "alter system set xxxx=xxxx
> scope=spfile", but of course, it refuses to update it saying database
> is not up. So basically, I am stuck. What should I do to change this
> value in SPFILE so that I can open it? Thank you in advance.
>
>

create an ini file with correct values, then create a new spfile from that ini file with the following command:

create spfile 'spfile_name' from pfile='inifile_name';

Vangelis

-- 
Received on Tue Jan 27 2004 - 05:37:35 CST

Original text of this message

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