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: Why are SPFILEs binary anyway? (was RE: How to make SPFILE in

RE: Why are SPFILEs binary anyway? (was RE: How to make SPFILE in

From: Jamadagni, Rajendra <Rajendra.Jamadagni_at_espn.com>
Date: Thu, 17 Jul 2003 11:21:52 -0400
Message-Id: <25946.338263@fatcity.com>


This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible.

------=_NextPartTM-000-4bae1094-d689-4161-a5dd-5d3e3551a20a Content-Type: multipart/alternative;

        boundary="----_=_NextPart_001_01C34C77.2671588C"

------_=_NextPart_001_01C34C77.2671588C
Content-Type: text/plain;

        charset="iso-8859-1"

Questin is why do you want to mess with it? That's not exactly my idea of fun ...

I'd still use alter system, alter database commands to change whatever. Raj




Rajendra dot Jamadagni at nospamespn dot com All Views expressed in this email are strictly personal. QOTD: Any clod can have facts, having an opinion is an art !

-----Original Message-----
From: Richard Ji [mailto:Richard.Ji_at_ztango.com] Sent: Thursday, July 17, 2003 12:10 PM
To: Multiple recipients of list ORACLE-L Subject: RE: Why are SPFILEs binary anyway? (was RE: How to make SPFILE in

That's a good point. Someone should try a binary editor instead, like bvi and see what happens.

-----Original Message-----
Sent: Thursday, July 17, 2003 10:45 AM
To: Multiple recipients of list ORACLE-L in

I wonder if it is something built into the file or something that vi (or whatever editor you are using) does to the file when you save it. I say that because, if you edit the text part of an export file with vi, you get an unusable file. But the text part of an export file can be edited by other means and it will work -- for example, by running it through a C or Perl program and editing the stream as it flows through the program; and I think, if the export file is not too big (< 2 gig I think ) emacs (with certain options??) can be used.

The official word in the 9i new features class at the ivory tower in Colorado Springs is that all the new features are wonderful, and you should be using them.

> -----Original Message-----
>
> it's a fake sort of binary -- try editing it with vi and then try
> opening your database with the spfile... but first make an init.ora
> copy of it.
>
> There is some sort of checksum going on, even though it looks like
> ASCII
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Stephen Lee
  INET: Stephen.Lee_at_DTAG.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: Richard Ji
  INET: Richard.Ji_at_ztango.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).

------_=_NextPart_001_01C34C77.2671588C
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2654.19">
<TITLE>RE: Why are SPFILEs binary anyway? (was RE: How to make SPFILE =
in</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>Questin is why do you want to mess with it? That's =
not exactly my idea of fun ...</FONT>
</P>

<P><FONT SIZE=3D2>I'd still use alter system, alter database commands =
to change whatever.</FONT>
<BR><FONT SIZE=3D2>Raj</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=
-----------------</FONT>
<BR><FONT SIZE=3D2>Rajendra dot Jamadagni at nospamespn dot com</FONT>
<BR><FONT SIZE=3D2>All Views expressed in this email are strictly =
personal.</FONT>
<BR><FONT SIZE=3D2>QOTD: Any clod can have facts, having an opinion is =
an art !</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Richard Ji [<A =
HREF=3D"mailto:Richard.Ji_at_ztango.com">mailto:Richard.Ji_at_ztango.com</A>]<=
/FONT>
<BR><FONT SIZE=3D2>Sent: Thursday, July 17, 2003 12:10 PM</FONT>
<BR><FONT SIZE=3D2>To: Multiple recipients of list ORACLE-L</FONT>
<BR><FONT SIZE=3D2>Subject: RE: Why are SPFILEs binary anyway? (was RE: =
How to make SPFILE</FONT>
<BR><FONT SIZE=3D2>in</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>That's a good point.&nbsp; Someone should try a =
binary editor instead,</FONT>
<BR><FONT SIZE=3D2>like bvi and see what happens.</FONT>
</P>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>Sent: Thursday, July 17, 2003 10:45 AM</FONT>
<BR><FONT SIZE=3D2>To: Multiple recipients of list ORACLE-L</FONT>
<BR><FONT SIZE=3D2>in</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=3D2>I wonder if it is something built into the file or =
something that vi (or</FONT>
<BR><FONT SIZE=3D2>whatever editor you are using) does to the file when =
you save it.&nbsp; I say</FONT>
<BR><FONT SIZE=3D2>that because, if you edit the text part of an export =
file with vi, you get</FONT>
<BR><FONT SIZE=3D2>an unusable file.&nbsp; But the text part of an =
export file can be edited by</FONT>
<BR><FONT SIZE=3D2>other means and it will work -- for example, by =
running it through a C or</FONT>
<BR><FONT SIZE=3D2>Perl program and editing the stream as it flows =
through the program; and I</FONT>
<BR><FONT SIZE=3D2>think, if the export file is not too big (&lt; 2 gig =
I think ) emacs (with</FONT>
<BR><FONT SIZE=3D2>certain options??) can be used.</FONT>
</P>

<P><FONT SIZE=3D2>The official word in the 9i new features class at the =
ivory tower in</FONT>
<BR><FONT SIZE=3D2>Colorado Springs is that all the new features are =
wonderful, and you should</FONT>
<BR><FONT SIZE=3D2>be using them.</FONT>
</P>

<P><FONT SIZE=3D2>&gt; -----Original Message-----</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; it's a fake sort of binary -- try editing it =
with vi and then try</FONT>
<BR><FONT SIZE=3D2>&gt; opening your database with the spfile... but =
first make an init.ora</FONT>
<BR><FONT SIZE=3D2>&gt; copy of it.</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; There is some sort of checksum going on, even =
though it looks like</FONT>
<BR><FONT SIZE=3D2>&gt; ASCII</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>-- </FONT>
<BR><FONT SIZE=3D2>Please see the official ORACLE-L FAQ: <A =
HREF=3D"http://www.orafaq.net" =
TARGET=3D"_blank">http://www.orafaq.net</A></FONT>
<BR><FONT SIZE=3D2>-- </FONT>
<BR><FONT SIZE=3D2>Author: Stephen Lee</FONT>
<BR><FONT SIZE=3D2>&nbsp; INET: Stephen.Lee_at_DTAG.Com</FONT>
</P>

<P><FONT SIZE=3D2>Fat City Network Services&nbsp;&nbsp;&nbsp; -- =
858-538-5051 <A HREF=3D"http://www.fatcity.com" =
TARGET=3D"_blank">http://www.fatcity.com</A></FONT>
<BR><FONT SIZE=3D2>San Diego, =
California&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Mailing list =
and web hosting services</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=
------</FONT>
<BR><FONT SIZE=3D2>To REMOVE yourself from this mailing list, send an =
E-Mail message</FONT>
<BR><FONT SIZE=3D2>to: ListGuru_at_fatcity.com (note EXACT spelling of =
'ListGuru') and in</FONT>
<BR><FONT SIZE=3D2>the message BODY, include a line containing: UNSUB =
ORACLE-L</FONT>
<BR><FONT SIZE=3D2>(or the name of mailing list you want to be removed =
from).&nbsp; You may</FONT>
<BR><FONT SIZE=3D2>also send the HELP command for other information =
(like subscribing).</FONT>
<BR><FONT SIZE=3D2>-- </FONT>
<BR><FONT SIZE=3D2>Please see the official ORACLE-L FAQ: <A =
HREF=3D"http://www.orafaq.net" =
TARGET=3D"_blank">http://www.orafaq.net</A></FONT>
<BR><FONT SIZE=3D2>-- </FONT>
<BR><FONT SIZE=3D2>Author: Richard Ji</FONT>
<BR><FONT SIZE=3D2>&nbsp; INET: Richard.Ji_at_ztango.com</FONT>
</P>

<P><FONT SIZE=3D2>Fat City Network Services&nbsp;&nbsp;&nbsp; -- =
858-538-5051 <A HREF=3D"http://www.fatcity.com" =
TARGET=3D"_blank">http://www.fatcity.com</A></FONT>
<BR><FONT SIZE=3D2>San Diego, =
California&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Mailing list =
and web hosting services</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=
------</FONT>
<BR><FONT SIZE=3D2>To REMOVE yourself from this mailing list, send an =
E-Mail message</FONT>
<BR><FONT SIZE=3D2>to: ListGuru_at_fatcity.com (note EXACT spelling of =
'ListGuru') and in</FONT>
<BR><FONT SIZE=3D2>the message BODY, include a line containing: UNSUB =
ORACLE-L</FONT>
<BR><FONT SIZE=3D2>(or the name of mailing list you want to be removed =
from).&nbsp; You may</FONT>
<BR><FONT SIZE=3D2>also send the HELP command for other information =
(like subscribing).</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C34C77.2671588C--


------=_NextPartTM-000-4bae1094-d689-4161-a5dd-5d3e3551a20a
Content-Type: text/plain;
	name="ESPN_Disclaimer.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="ESPN_Disclaimer.txt"

*********************************************************************This e-mail message is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 and delete this e-mail message from your computer, Thank you.*********************************************************************1
Received on Thu Jul 17 2003 - 10:21:52 CDT

Original text of this message

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