<?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 on: Windows as an OS Platform for Oracle Database &#8211; Where Do I Start?</title>
	<atom:link href="http://hoopercharles.wordpress.com/2010/07/13/windows-as-an-os-platform-for-oracle-database-where-do-i-start/feed/" rel="self" type="application/rss+xml" />
	<link>http://hoopercharles.wordpress.com/2010/07/13/windows-as-an-os-platform-for-oracle-database-where-do-i-start/</link>
	<description>Miscellaneous Random Oracle Topics: Stop, Think, ... Understand</description>
	<lastBuildDate>Mon, 13 May 2013 14:10:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2010/07/13/windows-as-an-os-platform-for-oracle-database-where-do-i-start/#comment-1551</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Sun, 18 Jul 2010 14:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=2816#comment-1551</guid>
		<description><![CDATA[Timur,

Thank you for the response.

There are actually two different limits, inbound and outbound, on Windows XP.  The above error message, I believe, is related to the outbound limit that Microsoft added primarily to reduce the rate at which viruses/worms spread.  More information may be found here:
&lt;a href=&quot;http://www.microsoft.com/technet/support/ee/transform.aspx?ProdName=Windows+Operating+System&amp;ProdVer=5.2&amp;EvtID=4226&amp;EvtSrc=Tcpip&amp;LCID=1033&quot; rel=&quot;nofollow&quot;&gt;Microsoft Article Event ID 4226&lt;/a&gt;

I believe that the original poster in the linked forum thread was intending to use Windows XP to run Oracle Database (Windows XP acting as the server).  There is a 10 connection inbound limit for Windows XP Professional and a 5 connection inbound limit for Windows XP Home.  More information may be found here:
http://support.microsoft.com/kb/314882

The corresponding error that will be returned to the remote computer when the inbound limit is reached is &quot;No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept.&quot;

Additional information may be found here: http://support.microsoft.com/kb/328459  Quoting:
&lt;blockquote&gt;This problem occurs when a computer reaches the maximum number of host connections that are allowed. In this case, when a NULL session connection is generated in the Microsoft Windows 2000 client, this NULL session connection is counted as one session on the Microsoft Windows XP-based server. Therefore, the error messages occur that are mentioned in this &quot;Symptom&quot; section, even if the number of connections to computers do not exceed the limit. 

In addition, when multiple NULL sessions are generated from a single Windows 2000 client computer, the multiple NULL sessions are counted as multiple sessions. However, a NULL session appears as a single session when you run the net session command. In this case, when the RestrictAnonymous registry entry is set, and the NULL session connection is rejected, this symptom still occurs. 

Notes
&lt;li&gt;For Windows XP Professional-based computers, the maximum number of concurrent network connections that are allowed is 10. This limit includes all transfer and all resource share protocols. For Windows XP Home Edition-based computers, the maximum number of concurrent network connections that are allowed is 5. This limit is the number of sessions that can be hosted at the same time from other computers. Therefore, we cannot use the administrative tool usage to connect to the system from a remote computer.&lt;/li&gt;

&lt;li&gt;When multiple NULL sessions are connected from a single computer, each one of them is counted.&lt;/li&gt;

&lt;li&gt;Only one IPC$ can be checked by using the net session command. For example, when a single Windows 2000-based computer tries to use multiple IPC$ sessions, only one single IPC$ session can be used at a time.&lt;/li&gt;

&lt;li&gt;RestrictAnonymous is not valid for this resolution.&lt;/li&gt;
&lt;/blockquote&gt;

---

The bullet point item in my blog article is a bit confusing/inaccurate because it combines an outbound error message with an in-bound limit specification.  I am having trouble locating the exact outbound limit to determine if it is the number of connection attempts per second, or if it is the absolute number of half-open connection attempts.]]></description>
		<content:encoded><![CDATA[<p>Timur,</p>
<p>Thank you for the response.</p>
<p>There are actually two different limits, inbound and outbound, on Windows XP.  The above error message, I believe, is related to the outbound limit that Microsoft added primarily to reduce the rate at which viruses/worms spread.  More information may be found here:<br />
<a href="http://www.microsoft.com/technet/support/ee/transform.aspx?ProdName=Windows+Operating+System&amp;ProdVer=5.2&amp;EvtID=4226&amp;EvtSrc=Tcpip&amp;LCID=1033" rel="nofollow">Microsoft Article Event ID 4226</a></p>
<p>I believe that the original poster in the linked forum thread was intending to use Windows XP to run Oracle Database (Windows XP acting as the server).  There is a 10 connection inbound limit for Windows XP Professional and a 5 connection inbound limit for Windows XP Home.  More information may be found here:<br />
<a href="http://support.microsoft.com/kb/314882" rel="nofollow">http://support.microsoft.com/kb/314882</a></p>
<p>The corresponding error that will be returned to the remote computer when the inbound limit is reached is &#8220;No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept.&#8221;</p>
<p>Additional information may be found here: <a href="http://support.microsoft.com/kb/328459" rel="nofollow">http://support.microsoft.com/kb/328459</a>  Quoting:</p>
<blockquote><p>This problem occurs when a computer reaches the maximum number of host connections that are allowed. In this case, when a NULL session connection is generated in the Microsoft Windows 2000 client, this NULL session connection is counted as one session on the Microsoft Windows XP-based server. Therefore, the error messages occur that are mentioned in this &#8220;Symptom&#8221; section, even if the number of connections to computers do not exceed the limit. </p>
<p>In addition, when multiple NULL sessions are generated from a single Windows 2000 client computer, the multiple NULL sessions are counted as multiple sessions. However, a NULL session appears as a single session when you run the net session command. In this case, when the RestrictAnonymous registry entry is set, and the NULL session connection is rejected, this symptom still occurs. </p>
<p>Notes</p>
<li>For Windows XP Professional-based computers, the maximum number of concurrent network connections that are allowed is 10. This limit includes all transfer and all resource share protocols. For Windows XP Home Edition-based computers, the maximum number of concurrent network connections that are allowed is 5. This limit is the number of sessions that can be hosted at the same time from other computers. Therefore, we cannot use the administrative tool usage to connect to the system from a remote computer.</li>
<li>When multiple NULL sessions are connected from a single computer, each one of them is counted.</li>
<li>Only one IPC$ can be checked by using the net session command. For example, when a single Windows 2000-based computer tries to use multiple IPC$ sessions, only one single IPC$ session can be used at a time.</li>
<li>RestrictAnonymous is not valid for this resolution.</li>
</blockquote>
<p>&#8212;</p>
<p>The bullet point item in my blog article is a bit confusing/inaccurate because it combines an outbound error message with an in-bound limit specification.  I am having trouble locating the exact outbound limit to determine if it is the number of connection attempts per second, or if it is the absolute number of half-open connection attempts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timur Akhmadeev</title>
		<link>http://hoopercharles.wordpress.com/2010/07/13/windows-as-an-os-platform-for-oracle-database-where-do-i-start/#comment-1550</link>
		<dc:creator><![CDATA[Timur Akhmadeev]]></dc:creator>
		<pubDate>Sun, 18 Jul 2010 06:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=2816#comment-1550</guid>
		<description><![CDATA[&gt;Windows XP is limited to 10 simultaneous external connections
This isn&#039;t true, as I understand. There&#039;s a limit on the number of &lt;i&gt;half-open&lt;/i&gt; simultaneous connections in Windows XP, meaning that ~you can&#039;t open more than 10 connections to server at one point in time.  But obviously you can have hundreds of connections to server without a problem.]]></description>
		<content:encoded><![CDATA[<p>&gt;Windows XP is limited to 10 simultaneous external connections<br />
This isn&#8217;t true, as I understand. There&#8217;s a limit on the number of <i>half-open</i> simultaneous connections in Windows XP, meaning that ~you can&#8217;t open more than 10 connections to server at one point in time.  But obviously you can have hundreds of connections to server without a problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogroll Report 09/07/2010 – 16/07/2010 &#171; Coskan&#8217;s Approach to Oracle</title>
		<link>http://hoopercharles.wordpress.com/2010/07/13/windows-as-an-os-platform-for-oracle-database-where-do-i-start/#comment-1549</link>
		<dc:creator><![CDATA[Blogroll Report 09/07/2010 – 16/07/2010 &#171; Coskan&#8217;s Approach to Oracle]]></dc:creator>
		<pubDate>Fri, 16 Jul 2010 16:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=2816#comment-1549</guid>
		<description><![CDATA[[...] 7-Oracle on Windows &#8211; Important bits Charles Hooper-Windows as an OS Platform for Oracle Database – Where Do I Start? [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 7-Oracle on Windows &#8211; Important bits Charles Hooper-Windows as an OS Platform for Oracle Database – Where Do I Start? [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
