<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Oracle Parameter Files</title>
	<atom:link href="http://halfcooked.com/blog/2008/12/09/oracle-parameter-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://halfcooked.com/blog/2008/12/09/oracle-parameter-files/</link>
	<description>Wherein I write some stuff  that you may like to read. Or not, its up to you really.</description>
	<lastBuildDate>Fri, 11 Nov 2011 18:30:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Alex Willmer</title>
		<link>http://halfcooked.com/blog/2008/12/09/oracle-parameter-files/comment-page-1/#comment-35787</link>
		<dc:creator>Alex Willmer</dc:creator>
		<pubDate>Tue, 09 Dec 2008 20:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://halfcooked.com/blog/?p=91#comment-35787</guid>
		<description>A useful trick for spfiles. Using ALTER SYSTEM SET ... SCOPE=spfile without care can result in an instance that won&#039;t open, making further ALTER SYSTEM statements to update the spfile impossible. Catch 22.

A pfile can be generated from an spfile, manually. Copy spfile.ora to init.ora. Then open it in a text editor and remove non-ascii characters from the start and end of the file. Edit the erroneous value(s). Start the instance manually, with STARTUP PFILE=&#039;path/to/init.ora&#039;. You can then issue CREATE SPFILE FROM PFILE=&#039;path/to/init.ora&#039; and restart the instance normally.

Alex</description>
		<content:encoded><![CDATA[<p>A useful trick for spfiles. Using ALTER SYSTEM SET &#8230; SCOPE=spfile without care can result in an instance that won&#8217;t open, making further ALTER SYSTEM statements to update the spfile impossible. Catch 22.</p>
<p>A pfile can be generated from an spfile, manually. Copy spfile.ora to init.ora. Then open it in a text editor and remove non-ascii characters from the start and end of the file. Edit the erroneous value(s). Start the instance manually, with STARTUP PFILE=&#8217;path/to/init.ora&#8217;. You can then issue CREATE SPFILE FROM PFILE=&#8217;path/to/init.ora&#8217; and restart the instance normally.</p>
<p>Alex</p>
]]></content:encoded>
	</item>
</channel>
</rss>

