<?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 for Andrew Fraser DBA</title>
	<atom:link href="http://andrewfraserdba.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewfraserdba.com</link>
	<description>Oracle DBA (plus SQL Server)</description>
	<lastBuildDate>Wed, 14 Jul 2010 09:54:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on shell script to clean old oracle trace and log files by Mark Ashby</title>
		<link>http://andrewfraserdba.com/2010/02/26/shell-script-to-clean-old-oracle-trace-and-log-files/#comment-986</link>
		<dc:creator>Mark Ashby</dc:creator>
		<pubDate>Wed, 14 Jul 2010 09:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://andrewfraserdba.com/?p=211#comment-986</guid>
		<description>anything similar for windows?</description>
		<content:encoded><![CDATA[<p>anything similar for windows?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix for Oracle XE 1608: unable to create InstallDriver instance, return code -2147221164 by Eric Walker</title>
		<link>http://andrewfraserdba.com/2010/03/08/fix-for-oracle-xe-1608-unable-to-create-installdriver-instance-return-code-2147221164/#comment-954</link>
		<dc:creator>Eric Walker</dc:creator>
		<pubDate>Tue, 06 Jul 2010 08:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://andrewfraserdba.com/?p=215#comment-954</guid>
		<description>Thank you Andrew, this fix was spot on.</description>
		<content:encoded><![CDATA[<p>Thank you Andrew, this fix was spot on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script to send email unix with sendmail by mark</title>
		<link>http://andrewfraserdba.com/2010/04/09/script-to-send-email-unix-with-sendmail/#comment-575</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Wed, 09 Jun 2010 20:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://andrewfraserdba.com/?p=241#comment-575</guid>
		<description>Hi Andrew, 

Any ideas on best way to inform an  external app that a weekly table update has completed so that the apps reports can start?


Mark</description>
		<content:encoded><![CDATA[<p>Hi Andrew, </p>
<p>Any ideas on best way to inform an  external app that a weekly table update has completed so that the apps reports can start?</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix for TOAD error ORA-02404: specified plan table not found by Sri</title>
		<link>http://andrewfraserdba.com/2007/05/23/fix-for-toad-error-ora-02404-specified-plan-table-not-found/#comment-535</link>
		<dc:creator>Sri</dc:creator>
		<pubDate>Thu, 27 May 2010 11:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://andrewfraser.wordpress.com/2007/05/23/fix-for-toad-error-ora-02404-specified-plan-table-not-found/#comment-535</guid>
		<description>Awesome man thanks a ton for the info :D 

Cheers,
Sri.</description>
		<content:encoded><![CDATA[<p>Awesome man thanks a ton for the info <img src='http://andrewfraserdba.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  </p>
<p>Cheers,<br />
Sri.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Service seeddata.regress.rdbms.dev.us.oracle.com is Down by Mark Ashby</title>
		<link>http://andrewfraserdba.com/2010/05/21/service-seeddata-regress-rdbms-dev-us-oracle-com-is-down/#comment-532</link>
		<dc:creator>Mark Ashby</dc:creator>
		<pubDate>Tue, 25 May 2010 12:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://andrewfraserdba.com/?p=257#comment-532</guid>
		<description>Hi Andrew,

Hope you are well, I am still using your wisdom every day in my new role.

Take care,

Mark</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>Hope you are well, I am still using your wisdom every day in my new role.</p>
<p>Take care,</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Comments in spfile alter system 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>Comment on Comments in spfile alter system 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>
	<item>
		<title>Comment on Fix for Oracle XE 1608: unable to create InstallDriver instance, return code -2147221164 by John P. Muldoon</title>
		<link>http://andrewfraserdba.com/2010/03/08/fix-for-oracle-xe-1608-unable-to-create-installdriver-instance-return-code-2147221164/#comment-482</link>
		<dc:creator>John P. Muldoon</dc:creator>
		<pubDate>Wed, 05 May 2010 11:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://andrewfraserdba.com/?p=215#comment-482</guid>
		<description>Thanks. That worked for me, too.</description>
		<content:encoded><![CDATA[<p>Thanks. That worked for me, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bug (ora-2019 or ora-2069) with User Defined Functions Insert/Update over Database Links by Anirban</title>
		<link>http://andrewfraserdba.com/2009/03/05/bug-ora-2019-or-ora-2069-with-user-defined-functions-insertupdate-over-database-links/#comment-173</link>
		<dc:creator>Anirban</dc:creator>
		<pubDate>Tue, 19 Jan 2010 04:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewfraserdba.com/?p=66#comment-173</guid>
		<description>Thanks a lot for your blog..U saved my day!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your blog..U saved my day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using 10g datapump and scheduler to copy schemas by Sam</title>
		<link>http://andrewfraserdba.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/#comment-171</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 07 Jan 2010 00:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://andrewfraser.wordpress.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/#comment-171</guid>
		<description>Hi Andrew,

Firstly thanks a lot for pointing out that other objects like procedures and functions need to be manually cleaned up. Is it the same case with using &quot;Import/Export&quot; Utility, or will it replace all the existing objects with the new ones?

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>Firstly thanks a lot for pointing out that other objects like procedures and functions need to be manually cleaned up. Is it the same case with using &#8220;Import/Export&#8221; Utility, or will it replace all the existing objects with the new ones?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
