Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: alter system reset
Prem, if you want to read the spfile, you can always do something like
strings $ORACLE_HOME/dbs/spfile.ora>/tmp/spfile.txt
On 2003.09.01 22:49, Prem Khanna J wrote:
> Arup Bhai, i remember oracle docs saying NOT to open a spfile and that it
> may
> even
> corrupt the file.
>
> Is that always true ?
> Can the spfile be opened ?
> can you kindly explain me ?
>
> Thanks & Regards,
> Prem Khanna J.
>
>
> 02-09-2003 04:14:26, "Arup Nanda" <orarup_at_hotmail.com> wrote:
> >Does the entry even exist in the SPFILE? Open up the spfile in notepad and
> >check the existence of the parameter in there. Do the following:
> >SQL> alter system set undo_suppress_errors = false scope=spfile
> sid='ananda';
> >System altered.
> >SQL> ALTER SYSTEM RESET undo_suppress_errors scope=spfile sid='ananda';
> >System altered.
> >Arup
>
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Prem Khanna J
> INET: jprem_at_kssnet.co.jp
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
-- Mladen Gogala Oracle DBA -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Mladen Gogala INET: mgogala_at_adelphia.net Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Sep 01 2003 - 22:44:26 CDT