<?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: Comments in spfile alter system</title>
	<atom:link href="http://andrewfraserdba.com/2010/05/13/comments-in-spfile-alter-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewfraserdba.com/2010/05/13/comments-in-spfile-alter-system/</link>
	<description>Oracle DBA (plus SQL Server)</description>
	<lastBuildDate>Fri, 18 May 2012 11:26:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jay</title>
		<link>http://andrewfraserdba.com/2010/05/13/comments-in-spfile-alter-system/#comment-4028</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 15 Jun 2011 18:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://andrewfraserdba.com/?p=250#comment-4028</guid>
		<description>Spalinger - Thanks</description>
		<content:encoded><![CDATA[<p>Spalinger &#8211; Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Spalinger</title>
		<link>http://andrewfraserdba.com/2010/05/13/comments-in-spfile-alter-system/#comment-1105</link>
		<dc:creator>Mike Spalinger</dc:creator>
		<pubDate>Wed, 15 Sep 2010 17:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://andrewfraserdba.com/?p=250#comment-1105</guid>
		<description>If you updated the spfile (with scope=spfile), you should be able to see the comment in v$spparameter.</description>
		<content:encoded><![CDATA[<p>If you updated the spfile (with scope=spfile), you should be able to see the comment in v$spparameter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Fraser</title>
		<link>http://andrewfraserdba.com/2010/05/13/comments-in-spfile-alter-system/#comment-526</link>
		<dc:creator>Andrew Fraser</dc:creator>
		<pubDate>Wed, 19 May 2010 08:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://andrewfraserdba.com/?p=250#comment-526</guid>
		<description>Hi Coskan,

Yes I do have the same behaviour - for some parameters. Parameter sga_target does not show the comment, while parameter pga_aggregate_target does show the comment.

That is with version 10.2.0.3.0. I haven&#039;t checked to see if that is fixed in later versions.

&lt;code&gt;SQL&gt;select name, value, update_comment from v$parameter where name in (&#039;pga_aggregate_target&#039;,&#039;sga_target&#039;);

NAME
--------------------------------------------------------------------------------
VALUE
--------------------------------------------------------------------------------
UPDATE_COMMENT
--------------------------------------------------------------------------------
sga_target
1073741824


pga_aggregate_target
1073741824
Andrew Fraser 13-May-2010 was 390m&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi Coskan,</p>
<p>Yes I do have the same behaviour &#8211; for some parameters. Parameter sga_target does not show the comment, while parameter pga_aggregate_target does show the comment.</p>
<p>That is with version 10.2.0.3.0. I haven&#8217;t checked to see if that is fixed in later versions.</p>
<p><code>SQL>select name, value, update_comment from v$parameter where name in ('pga_aggregate_target','sga_target');</p>
<p>NAME<br />
--------------------------------------------------------------------------------<br />
VALUE<br />
--------------------------------------------------------------------------------<br />
UPDATE_COMMENT<br />
--------------------------------------------------------------------------------<br />
sga_target<br />
1073741824</p>
<p>pga_aggregate_target<br />
1073741824<br />
Andrew Fraser 13-May-2010 was 390m</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coskan</title>
		<link>http://andrewfraserdba.com/2010/05/13/comments-in-spfile-alter-system/#comment-524</link>
		<dc:creator>coskan</dc:creator>
		<pubDate>Mon, 17 May 2010 16:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://andrewfraserdba.com/?p=250#comment-524</guid>
		<description>Andrew,

Did you check if it is actually updating the update_comment column of v$parameter table. I tried it but it did not update the update_comment column of v$parameter v$system_parameter  tables.  Tried to convert spfile to pfile to see if it updates the init file  no luck. 

The only way that I can see the comment was on alert log. 

Do you have the same behaviour (10.2.0.4 is the DB I tried it on)</description>
		<content:encoded><![CDATA[<p>Andrew,</p>
<p>Did you check if it is actually updating the update_comment column of v$parameter table. I tried it but it did not update the update_comment column of v$parameter v$system_parameter  tables.  Tried to convert spfile to pfile to see if it updates the init file  no luck. </p>
<p>The only way that I can see the comment was on alert log. </p>
<p>Do you have the same behaviour (10.2.0.4 is the DB I tried it on)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

