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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: !! oracle startup problem - need help

Re: !! oracle startup problem - need help

From: Lyndon Tiu <ltiu_at_alumni.sfu.ca>
Date: Wed, 21 Jul 2004 15:15:00 -0700
Message-Id: <200407211515.00186.ltiu@alumni.sfu.ca>


On July 21, 2004 03:12 pm, david wendelken wrote:
> Oracle 9i.
>
> The DBA used enterprise manager to change memory parameters and restart the
> database, but the database can't grab all the data specifiied, so it won't
> start back up.
>
> He can't get enterprise manager to change the memory parameters back
> because the database isn't started.
>
> The parameters are stored in an spfile, which appears to be partially
> binary. (I'm used to using the init.ora text file, no big deal to edit
> that!)
>
> What can we do to get the spfile contents edited?
>
> Needless to say, the database is down.
>

Command line.

sqlplus /nolog

connect / as sysdba

startup nomount or startup mount

then change parameters from the command line.

--
Lyndon Tiu
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Wed Jul 21 2004 - 17:13:01 CDT

Original text of this message

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