<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for John's Oracle Experiences</title>
	<atom:link href="http://jhelvoort.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jhelvoort.wordpress.com</link>
	<description>My everyday experiences with Oracle products</description>
	<lastBuildDate>Wed, 25 Nov 2009 18:33:33 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Installing OAS 10.1.2.0.2 on SLES 10 by Stoyan Ivanov</title>
		<link>http://jhelvoort.wordpress.com/2008/12/24/installing-oas-101202-on-sles-10/#comment-85</link>
		<dc:creator>Stoyan Ivanov</dc:creator>
		<pubDate>Wed, 25 Nov 2009 18:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://oracleinside.wordpress.com/?p=3#comment-85</guid>
		<description>Thanks! :)</description>
		<content:encoded><![CDATA[<p>Thanks! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Autostartup Management Agents (10.2.0.5) using gcstartup by Niradj</title>
		<link>http://jhelvoort.wordpress.com/2009/03/30/autostartup-management-agents-10205-using-gcstartup/#comment-81</link>
		<dc:creator>Niradj</dc:creator>
		<pubDate>Wed, 18 Nov 2009 02:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://jhelvoort.wordpress.com/?p=830#comment-81</guid>
		<description>I was having problems with the autostartup of my repository database, because the SID was being parsed incorrectly by the script, thanks to this article I was easily able to trace the error and fix it. Thank you!</description>
		<content:encoded><![CDATA[<p>I was having problems with the autostartup of my repository database, because the SID was being parsed incorrectly by the script, thanks to this article I was easily able to trace the error and fix it. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ORA-01031: insufficient privileges when connecting as sysdba by suryo</title>
		<link>http://jhelvoort.wordpress.com/2009/07/08/ora-01031-insufficient-privileges-when-connecting-as-sysdba/#comment-78</link>
		<dc:creator>suryo</dc:creator>
		<pubDate>Tue, 08 Sep 2009 06:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://jhelvoort.wordpress.com/?p=1110#comment-78</guid>
		<description>thank you! it solve my problem.</description>
		<content:encoded><![CDATA[<p>thank you! it solve my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Errordocument fails to intercept internal 500 error by Custom HTTP error page in OBIEE / OAS &#171; RNM</title>
		<link>http://jhelvoort.wordpress.com/2009/01/13/errordocument-fails-to-intercept-internal-500-error/#comment-75</link>
		<dc:creator>Custom HTTP error page in OBIEE / OAS &#171; RNM</dc:creator>
		<pubDate>Thu, 13 Aug 2009 13:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://jhelvoort.wordpress.com/?p=173#comment-75</guid>
		<description>[...] However, to get this to take effect in an oc4j application (such as analytics) you need to change mod_oc4j.conf too.(I found this out from this post here) [...]</description>
		<content:encoded><![CDATA[<p>[...] However, to get this to take effect in an oc4j application (such as analytics) you need to change mod_oc4j.conf too.(I found this out from this post here) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Autostartup Management Agents (10.2.0.5) using gcstartup by John Paul van Helvoort</title>
		<link>http://jhelvoort.wordpress.com/2009/03/30/autostartup-management-agents-10205-using-gcstartup/#comment-71</link>
		<dc:creator>John Paul van Helvoort</dc:creator>
		<pubDate>Fri, 31 Jul 2009 06:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://jhelvoort.wordpress.com/?p=830#comment-71</guid>
		<description>Hi Eter,

Thanks for sharing your experience.

Regards,
John</description>
		<content:encoded><![CDATA[<p>Hi Eter,</p>
<p>Thanks for sharing your experience.</p>
<p>Regards,<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Autostartup Management Agents (10.2.0.5) using gcstartup by Eter Pani</title>
		<link>http://jhelvoort.wordpress.com/2009/03/30/autostartup-management-agents-10205-using-gcstartup/#comment-70</link>
		<dc:creator>Eter Pani</dc:creator>
		<pubDate>Thu, 30 Jul 2009 09:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://jhelvoort.wordpress.com/?p=830#comment-70</guid>
		<description>Thank you very much.
I just want to add my bit of experience.

/etc/init.d/gcstartup calls for agents /install/unix/scripts/agentstup

in my case in the last script there was en error because the 
sudo script was not in /usr/local/bin as it was defined but in /usr/bin
After fixing this path everything works absolutely fine.</description>
		<content:encoded><![CDATA[<p>Thank you very much.<br />
I just want to add my bit of experience.</p>
<p>/etc/init.d/gcstartup calls for agents /install/unix/scripts/agentstup</p>
<p>in my case in the last script there was en error because the<br />
sudo script was not in /usr/local/bin as it was defined but in /usr/bin<br />
After fixing this path everything works absolutely fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prevent &#8220;java.lang.OutOfMemoryError: PermGen space failure&#8221; on Oracle Application Server 10.1.3 web deployments by John Paul van Helvoort</title>
		<link>http://jhelvoort.wordpress.com/2009/07/01/prevent-java-lang-outofmemoryerror-permgen-space-failure-on-oracle-application-server-10-1-3-web-deployments/#comment-68</link>
		<dc:creator>John Paul van Helvoort</dc:creator>
		<pubDate>Wed, 22 Jul 2009 16:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://jhelvoort.wordpress.com/?p=1027#comment-68</guid>
		<description>Hi Sudhi,

This setting can be done in your ascontrol.

&lt;a href=&quot;http://jhelvoort.wordpress.com/2009/06/25/wdeploy-sh-hangs-with-futex_wait_private-1-null/&quot; rel=&quot;nofollow&quot;&gt;Here&lt;/a&gt; you will find a screenshot of it !

Regards,
John</description>
		<content:encoded><![CDATA[<p>Hi Sudhi,</p>
<p>This setting can be done in your ascontrol.</p>
<p><a href="http://jhelvoort.wordpress.com/2009/06/25/wdeploy-sh-hangs-with-futex_wait_private-1-null/" rel="nofollow">Here</a> you will find a screenshot of it !</p>
<p>Regards,<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prevent &#8220;java.lang.OutOfMemoryError: PermGen space failure&#8221; on Oracle Application Server 10.1.3 web deployments by Sudhi</title>
		<link>http://jhelvoort.wordpress.com/2009/07/01/prevent-java-lang-outofmemoryerror-permgen-space-failure-on-oracle-application-server-10-1-3-web-deployments/#comment-66</link>
		<dc:creator>Sudhi</dc:creator>
		<pubDate>Wed, 22 Jul 2009 09:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://jhelvoort.wordpress.com/?p=1027#comment-66</guid>
		<description>Hi john,

I am facing the same issue-when i deploy and restart that applicaiton i get &#039;OutOfMemoryError: PermGen space&quot; error.

please let me know where i have to add this entry (-XX:MaxPermSize=256m)?
and where i have to modify maximum heap size?

thank you.
regards,
Sudhi.</description>
		<content:encoded><![CDATA[<p>Hi john,</p>
<p>I am facing the same issue-when i deploy and restart that applicaiton i get &#8216;OutOfMemoryError: PermGen space&#8221; error.</p>
<p>please let me know where i have to add this entry (-XX:MaxPermSize=256m)?<br />
and where i have to modify maximum heap size?</p>
<p>thank you.<br />
regards,<br />
Sudhi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a standby database using Enterprise Grid Control fails with Initialization Error by Darrin Weissinger</title>
		<link>http://jhelvoort.wordpress.com/2009/03/10/creating-a-standby-database-using-enterprise-grid-control-fails-with-initialization-error/#comment-61</link>
		<dc:creator>Darrin Weissinger</dc:creator>
		<pubDate>Fri, 10 Jul 2009 18:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://jhelvoort.wordpress.com/?p=767#comment-61</guid>
		<description>Awesome!  Thanks for posting the patch info.  You just saved me a lot of work.

Darrin</description>
		<content:encoded><![CDATA[<p>Awesome!  Thanks for posting the patch info.  You just saved me a lot of work.</p>
<p>Darrin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on error: org/apache/log4j/Category while deploying BussinessObject ix 3.1 on an Oracle Application Server 10.1.3.4.0 by John Paul van Helvoort</title>
		<link>http://jhelvoort.wordpress.com/2009/06/15/error-orgapachelog4jcategory-while-deploying-bussinessobject-ix-3-1-on-an-oracle-application-server-10-1-3-4-0/#comment-58</link>
		<dc:creator>John Paul van Helvoort</dc:creator>
		<pubDate>Wed, 08 Jul 2009 06:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://jhelvoort.wordpress.com/?p=990#comment-58</guid>
		<description>Yes, you are totally right about that. Thanks for sharing this with us !

Kind Regards,
John</description>
		<content:encoded><![CDATA[<p>Yes, you are totally right about that. Thanks for sharing this with us !</p>
<p>Kind Regards,<br />
John</p>
]]></content:encoded>
	</item>
</channel>
</rss>
