<?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 Usn&#039;s IT Blog</title>
	<atom:link href="http://www.usn-it.de/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usn-it.de</link>
	<description>Martin Klier - Oracle, Linux, MS SQL Server</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:53:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Creating Oracle AWR reports quicksheet by chandu</title>
		<link>http://www.usn-it.de/index.php/2009/02/13/creating-oracle-awr-reports-quicksheet/comment-page-1/#comment-55696</link>
		<dc:creator>chandu</dc:creator>
		<pubDate>Thu, 02 Feb 2012 21:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.usn-it.de/?p=138#comment-55696</guid>
		<description>Similar kind of post here :

http://chandu208.blogspot.com/2011/04/steps-to-generate-awr-report.html</description>
		<content:encoded><![CDATA[<p>Similar kind of post here :</p>
<p><a href="http://chandu208.blogspot.com/2011/04/steps-to-generate-awr-report.html" rel="nofollow">http://chandu208.blogspot.com/2011/04/steps-to-generate-awr-report.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle 11g JDBC driver hangs blocked by /dev/random &#8211; entropy pool empty by usn</title>
		<link>http://www.usn-it.de/index.php/2009/02/20/oracle-11g-jdbc-driver-hangs-blocked-by-devrandom-entropy-pool-empty/comment-page-1/#comment-46441</link>
		<dc:creator>usn</dc:creator>
		<pubDate>Tue, 08 Nov 2011 10:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.usn-it.de/?p=145#comment-46441</guid>
		<description>Hi, I think the only difference is the wrong syntax. :) 
file:///dev/urandom is just the way how to specify a file here.</description>
		<content:encoded><![CDATA[<p>Hi, I think the only difference is the wrong syntax. :)<br />
file:///dev/urandom is just the way how to specify a file here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle 11g JDBC driver hangs blocked by /dev/random &#8211; entropy pool empty by Mahesh</title>
		<link>http://www.usn-it.de/index.php/2009/02/20/oracle-11g-jdbc-driver-hangs-blocked-by-devrandom-entropy-pool-empty/comment-page-1/#comment-46040</link>
		<dc:creator>Mahesh</dc:creator>
		<pubDate>Thu, 03 Nov 2011 11:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.usn-it.de/?p=145#comment-46040</guid>
		<description>What is difference between file:/dev/urandom and file:///dev/urandom.
I was using file:/dev/urandom but was still facing problem. The later looks like solving my problem till now, but not sure yet. Have to test more.

Thanks.</description>
		<content:encoded><![CDATA[<p>What is difference between file:/dev/urandom and file:///dev/urandom.<br />
I was using file:/dev/urandom but was still facing problem. The later looks like solving my problem till now, but not sure yet. Have to test more.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle 11g JDBC driver hangs blocked by /dev/random &#8211; entropy pool empty by Viktor</title>
		<link>http://www.usn-it.de/index.php/2009/02/20/oracle-11g-jdbc-driver-hangs-blocked-by-devrandom-entropy-pool-empty/comment-page-1/#comment-45482</link>
		<dc:creator>Viktor</dc:creator>
		<pubDate>Wed, 26 Oct 2011 09:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.usn-it.de/?p=145#comment-45482</guid>
		<description>Great post! Had the same problem when starting more Instances paralled on a WebObjects Monitor /dev/urandom solved my problem!

Thank you!!!</description>
		<content:encoded><![CDATA[<p>Great post! Had the same problem when starting more Instances paralled on a WebObjects Monitor /dev/urandom solved my problem!</p>
<p>Thank you!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Grid Infrastructure 11gR2: How to clean up to repeat root.sh by Lodewicus</title>
		<link>http://www.usn-it.de/index.php/2010/04/21/oracle-grid-infrastructure-11gr2-how-to-clean-up-to-repeat-root-sh/comment-page-1/#comment-43809</link>
		<dc:creator>Lodewicus</dc:creator>
		<pubDate>Tue, 11 Oct 2011 08:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.usn-it.de/?p=409#comment-43809</guid>
		<description>Thanx - this saved me a lot of trouble</description>
		<content:encoded><![CDATA[<p>Thanx &#8211; this saved me a lot of trouble</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle 11.2: Cursor Mutex S wait event and too many (2^30) child cursors by Craig</title>
		<link>http://www.usn-it.de/index.php/2010/08/04/oracle112-mutex-s-too-many-child-cursors/comment-page-1/#comment-43095</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Mon, 03 Oct 2011 22:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.usn-it.de/?p=463#comment-43095</guid>
		<description>A workaround is to create a stored outline for the affected cursor using dbms_outln.create_outline(a,b)  where a=sql_hash_value and b=child_number of the one of the child cursors associated with the one plan you wish to enforce.</description>
		<content:encoded><![CDATA[<p>A workaround is to create a stored outline for the affected cursor using dbms_outln.create_outline(a,b)  where a=sql_hash_value and b=child_number of the one of the child cursors associated with the one plan you wish to enforce.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle 11g JDBC driver hangs blocked by /dev/random &#8211; entropy pool empty by gdq</title>
		<link>http://www.usn-it.de/index.php/2009/02/20/oracle-11g-jdbc-driver-hangs-blocked-by-devrandom-entropy-pool-empty/comment-page-1/#comment-42162</link>
		<dc:creator>gdq</dc:creator>
		<pubDate>Fri, 23 Sep 2011 13:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.usn-it.de/?p=145#comment-42162</guid>
		<description>Had a similar poblem when moving a tomcat from one server to an other; when tomcat started deploying the apps on the new server it hanged with a last log line:

FINE: Force random number initialization starting

First solved it by specifying a session handler and random class in context.xml (used default values), but with the option mentioned above, could leave out the context.xml

Thanks for the info!</description>
		<content:encoded><![CDATA[<p>Had a similar poblem when moving a tomcat from one server to an other; when tomcat started deploying the apps on the new server it hanged with a last log line:</p>
<p>FINE: Force random number initialization starting</p>
<p>First solved it by specifying a session handler and random class in context.xml (used default values), but with the option mentioned above, could leave out the context.xml</p>
<p>Thanks for the info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle 11g JDBC driver hangs blocked by /dev/random &#8211; entropy pool empty by Rick-Rainer Ludwig</title>
		<link>http://www.usn-it.de/index.php/2009/02/20/oracle-11g-jdbc-driver-hangs-blocked-by-devrandom-entropy-pool-empty/comment-page-1/#comment-41546</link>
		<dc:creator>Rick-Rainer Ludwig</dc:creator>
		<pubDate>Fri, 16 Sep 2011 22:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.usn-it.de/?p=145#comment-41546</guid>
		<description>Thank you very much for your blog entry! I was puzzling around for the last week to find out why unit tests broke by time out. An excessive logging and log file reading brought me to network connection and later to the database connection and JDBC aka. ojdbc5. With that information at hand I came to your blog and I got the solution. Thanks, again! Awesome information! It worked for me, too.</description>
		<content:encoded><![CDATA[<p>Thank you very much for your blog entry! I was puzzling around for the last week to find out why unit tests broke by time out. An excessive logging and log file reading brought me to network connection and later to the database connection and JDBC aka. ojdbc5. With that information at hand I came to your blog and I got the solution. Thanks, again! Awesome information! It worked for me, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle 11g JDBC driver hangs blocked by /dev/random &#8211; entropy pool empty by Keeping your Maven build fast &#8211; BEKK Open</title>
		<link>http://www.usn-it.de/index.php/2009/02/20/oracle-11g-jdbc-driver-hangs-blocked-by-devrandom-entropy-pool-empty/comment-page-1/#comment-41135</link>
		<dc:creator>Keeping your Maven build fast &#8211; BEKK Open</dc:creator>
		<pubDate>Sun, 11 Sep 2011 12:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.usn-it.de/?p=145#comment-41135</guid>
		<description>[...] makes database connection pooling faster for Oracle databases on Linux/Unix systems (see here for [...]</description>
		<content:encoded><![CDATA[<p>[...] makes database connection pooling faster for Oracle databases on Linux/Unix systems (see here for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle 11g JDBC driver hangs blocked by /dev/random &#8211; entropy pool empty by Philipp</title>
		<link>http://www.usn-it.de/index.php/2009/02/20/oracle-11g-jdbc-driver-hangs-blocked-by-devrandom-entropy-pool-empty/comment-page-1/#comment-40962</link>
		<dc:creator>Philipp</dc:creator>
		<pubDate>Fri, 09 Sep 2011 09:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.usn-it.de/?p=145#comment-40962</guid>
		<description>Agree with Andrew! Strange Problem, nice Blog Post! Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Agree with Andrew! Strange Problem, nice Blog Post! Thanks a lot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

