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: alter system reset

Re: alter system reset

From: <Jared.Still_at_radisys.com>
Date: Thu, 30 Oct 2003 16:24:32 -0800
Message-ID: <F001.005D51C2.20031030162432@fatcity.com>


True, but it's often easier to cat|more|less a file that is a couple hundred megs than try to load it into vi.

Mladen Gogala <mladen_at_wangtrading.com>
Sent by: ml-errors_at_fatcity.com
 10/30/2003 02:34 PM
 Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        Re: alter system reset


Of course, you can engage in the practice known as "safe hex", which means

using binary editors like "bvi", "bed" or "bitedit". That will help with safe editting of binary files.

On 10/30/2003 04:29:25 PM, Richard Ji wrote:
> On a Unix system, you can "tput reset" to clear up that mess after
viewing a binary file
> by accident.
>
> -----Original Message-----
> Sent: Tuesday, September 02, 2003 3:39 PM
> To: Multiple recipients of list ORACLE-L
>
>
>
> Using an editor to view the binary file is a much better
> idea than displaying it directly to the screen. Doing so
> with a binary file will often corrupt the display.
>
> All that is needed is to close the window and open
> a new one, but that is kind of a pain at times as you
> lose your command history.
>
> Jared
>
>
>
>
>
> "Arup Nanda" <orarup_at_hotmail.com>
> Sent by: ml-errors_at_fatcity.com
>
>
> 09/01/2003 08:19 PM
> Please respond to ORACLE-L
>
>
>
> To: Multiple recipients of list ORACLE-L
<ORACLE-L_at_fatcity.com>
> cc:
> Subject: Re: alter system reset
>
>
>
> Prem,
>
> The SPFILE should never be opened to be modified; opening a file to see
the
> contents are acceptable and that's what I said. Sometimes opening the
file
> in an editor may not be needed;
> "type" in Windows command prompt or "cat" in unix will let us achive the
> same objective.
>
> Talking about the SPFILE modification, you can't effectively modify it
with
> accuracy. The file is binary (actually binary in the beginning and then
text
> towards the bottom part), so even if you open it in notepad and save it,
> there is no guarantee that the file will be accurately saved with all
> contents intact.
>
> By the way, I have edited the SPFILE in some cases, only in development,
> though; but I wouldn't advise it to be done that way; always use ALTER
> SYSTEM ... SCOPE=SPFILE to modify it or edit the init.ora file and then
> create the SPFILE from it. You can create the spfile from pfile even
when
> the instance is down.
>
> HTH.
>
> Arup
>
> ----- Original Message -----
> To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com>
> Sent: Monday, September 01, 2003 10:49 PM
>
>
> > 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).
> >
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Arup Nanda
> INET: orarup_at_hotmail.com
>
> 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

Note:
This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Wang Trading LLC and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks.
Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Mladen Gogala
  INET: mladen_at_wangtrading.com

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).



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: Jared.Still_at_radisys.com

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 Thu Oct 30 2003 - 18:24:32 CST

Original text of this message

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