<?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: SESSIONS Derived Value Formula &#8211; Doc Bug Explains</title>
	<atom:link href="http://hoopercharles.wordpress.com/2012/02/08/sessions-derived-value-formula-doc-bug-explains/feed/" rel="self" type="application/rss+xml" />
	<link>http://hoopercharles.wordpress.com/2012/02/08/sessions-derived-value-formula-doc-bug-explains/</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/2012/02/08/sessions-derived-value-formula-doc-bug-explains/#comment-5390</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Thu, 25 Apr 2013 11:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6022#comment-5390</guid>
		<description><![CDATA[PC,

This morning I tried digging through My Oracle Support (MOS) to see if there had been any discussion regarding the derived value of SESSIONS (I would like to mention that the search functionality is very limited in MOS - many unrelated articles are returned).  This time I managed to find a bug report titled &quot;Bug 9357816 : [DOCBUG] DEFAULT VALUE OF SESSIONS IS CHANGED ABOVE 11.2&quot; that was last updated late in February 2010.  A user reported several pairs of PROCESSES and derived SESSIONS pairs, and in each case the derived value of SESSIONS could be determined based on the following formula:
&lt;pre&gt;
(1.5 * PROCESSES) + 22
&lt;/pre&gt;

The documentation page that I linked to in this article is no longer found on Oracle&#039;s website.  So, I searched through the documentation and found that the page describing the SESSIONS parameter was updated sometime after my article was posted.  The new documentation reference is found here:
http://docs.oracle.com/cd/E11882_01/server.112/e25513/initparams232.htm#REFRN10197

The documentation now shows:
Derived: (1.5 * PROCESSES) + 22

While the documentation is closer to being correct now, the new formula in the documentation does not agree with the formula that anyone commenting on this blog article has provided.  Of the 5 sample PROCESSES and SESSIONS pairs found in the table of this article, the documentation&#039;s new formula only works for 1 of the PROCESSES and SESSIONS pairs.

I located a couple of 10+ year old articles in MOS that suggested that enabling auditing may cause the formula for deriving the SESSIONS parameter value, but I do not know if that has any impact.]]></description>
		<content:encoded><![CDATA[<p>PC,</p>
<p>This morning I tried digging through My Oracle Support (MOS) to see if there had been any discussion regarding the derived value of SESSIONS (I would like to mention that the search functionality is very limited in MOS &#8211; many unrelated articles are returned).  This time I managed to find a bug report titled &#8220;Bug 9357816 : [DOCBUG] DEFAULT VALUE OF SESSIONS IS CHANGED ABOVE 11.2&#8243; that was last updated late in February 2010.  A user reported several pairs of PROCESSES and derived SESSIONS pairs, and in each case the derived value of SESSIONS could be determined based on the following formula:</p>
<pre>
(1.5 * PROCESSES) + 22
</pre>
<p>The documentation page that I linked to in this article is no longer found on Oracle&#8217;s website.  So, I searched through the documentation and found that the page describing the SESSIONS parameter was updated sometime after my article was posted.  The new documentation reference is found here:<br />
<a href="http://docs.oracle.com/cd/E11882_01/server.112/e25513/initparams232.htm#REFRN10197" rel="nofollow">http://docs.oracle.com/cd/E11882_01/server.112/e25513/initparams232.htm#REFRN10197</a></p>
<p>The documentation now shows:<br />
Derived: (1.5 * PROCESSES) + 22</p>
<p>While the documentation is closer to being correct now, the new formula in the documentation does not agree with the formula that anyone commenting on this blog article has provided.  Of the 5 sample PROCESSES and SESSIONS pairs found in the table of this article, the documentation&#8217;s new formula only works for 1 of the PROCESSES and SESSIONS pairs.</p>
<p>I located a couple of 10+ year old articles in MOS that suggested that enabling auditing may cause the formula for deriving the SESSIONS parameter value, but I do not know if that has any impact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PC</title>
		<link>http://hoopercharles.wordpress.com/2012/02/08/sessions-derived-value-formula-doc-bug-explains/#comment-5388</link>
		<dc:creator><![CDATA[PC]]></dc:creator>
		<pubDate>Thu, 25 Apr 2013 09:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6022#comment-5388</guid>
		<description><![CDATA[On Solaris x86_64, Oracle SE 11.2.0.2, with processes=500, sessions was 792. So that works out to processes * &lt;strong&gt;1.5&lt;/strong&gt; + 42.
On another Solaris x86_64, Oracle SE 11.2.0.2.8, with processes=2000, sessions was 3024. So that works out to processes * &lt;strong&gt;1.5&lt;/strong&gt; + 24.

&lt;em&gt;(Value modified at the request of PC, CH April 25, 2013)&lt;/em&gt;]]></description>
		<content:encoded><![CDATA[<p>On Solaris x86_64, Oracle SE 11.2.0.2, with processes=500, sessions was 792. So that works out to processes * <strong>1.5</strong> + 42.<br />
On another Solaris x86_64, Oracle SE 11.2.0.2.8, with processes=2000, sessions was 3024. So that works out to processes * <strong>1.5</strong> + 24.</p>
<p><em>(Value modified at the request of PC, CH April 25, 2013)</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2012/02/08/sessions-derived-value-formula-doc-bug-explains/#comment-4735</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Wed, 06 Jun 2012 01:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6022#comment-4735</guid>
		<description><![CDATA[CVDV,

Thanks for confirming that the change in the behavior started with 11.1.0.6.]]></description>
		<content:encoded><![CDATA[<p>CVDV,</p>
<p>Thanks for confirming that the change in the behavior started with 11.1.0.6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CVDV</title>
		<link>http://hoopercharles.wordpress.com/2012/02/08/sessions-derived-value-formula-doc-bug-explains/#comment-4734</link>
		<dc:creator><![CDATA[CVDV]]></dc:creator>
		<pubDate>Tue, 05 Jun 2012 23:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6022#comment-4734</guid>
		<description><![CDATA[And I have confirmed that the behaviour of 11.1.0.6 is different again. Setting processes to 300 and bouncing the instance yielded sessions of 335 and transactions of 368. This conforms to the published Oracle documentation formulas (sessions=processes * 1.1 + 5 and transactions=sessions * 1.1). so it would appear that the formulas changed in 11.2 and that the documentation was never updated.]]></description>
		<content:encoded><![CDATA[<p>And I have confirmed that the behaviour of 11.1.0.6 is different again. Setting processes to 300 and bouncing the instance yielded sessions of 335 and transactions of 368. This conforms to the published Oracle documentation formulas (sessions=processes * 1.1 + 5 and transactions=sessions * 1.1). so it would appear that the formulas changed in 11.2 and that the documentation was never updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CVDV</title>
		<link>http://hoopercharles.wordpress.com/2012/02/08/sessions-derived-value-formula-doc-bug-explains/#comment-4733</link>
		<dc:creator><![CDATA[CVDV]]></dc:creator>
		<pubDate>Tue, 05 Jun 2012 04:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6022#comment-4733</guid>
		<description><![CDATA[I can confirm for 11.2.0.3. I changed processes to 300 and sessions were automatically set to 472 after bouncing the instance. If I get around to testing against 11.1.0.6 I&#039;ll bump those results here too.
Thanks for the excellent post.]]></description>
		<content:encoded><![CDATA[<p>I can confirm for 11.2.0.3. I changed processes to 300 and sessions were automatically set to 472 after bouncing the instance. If I get around to testing against 11.1.0.6 I&#8217;ll bump those results here too.<br />
Thanks for the excellent post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Log Buffer #258, A Carnival of the Vanities for DBAs &#124; The Pythian Blog</title>
		<link>http://hoopercharles.wordpress.com/2012/02/08/sessions-derived-value-formula-doc-bug-explains/#comment-4390</link>
		<dc:creator><![CDATA[Log Buffer #258, A Carnival of the Vanities for DBAs &#124; The Pythian Blog]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 09:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6022#comment-4390</guid>
		<description><![CDATA[[...] Charles Hooper explains a Doc Bug. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Charles Hooper explains a Doc Bug. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2012/02/08/sessions-derived-value-formula-doc-bug-explains/#comment-4386</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Wed, 08 Feb 2012 11:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6022#comment-4386</guid>
		<description><![CDATA[Timur,

I considered submitting a comment in the documentation, but I have not done so.  I am curious to know:
* Does the new formula apply to 11.2.0.2 on all operating system platforms?
* Does the new formula apply to 11.2.0.1 and 11.2.0.3, and what about 11.1.0.6 and 11.1.0.7?
* 11.2.0.1 was released September 1, 2009 - has anyone else reported the apparent error in the documentation?

On a side note, the non-default CURSOR_SHARING parameter values are still having issues in 11.2:
http://afatkulin.blogspot.com/2012/02/sessioncachedcursors-again.html]]></description>
		<content:encoded><![CDATA[<p>Timur,</p>
<p>I considered submitting a comment in the documentation, but I have not done so.  I am curious to know:<br />
* Does the new formula apply to 11.2.0.2 on all operating system platforms?<br />
* Does the new formula apply to 11.2.0.1 and 11.2.0.3, and what about 11.1.0.6 and 11.1.0.7?<br />
* 11.2.0.1 was released September 1, 2009 &#8211; has anyone else reported the apparent error in the documentation?</p>
<p>On a side note, the non-default CURSOR_SHARING parameter values are still having issues in 11.2:<br />
<a href="http://afatkulin.blogspot.com/2012/02/sessioncachedcursors-again.html" rel="nofollow">http://afatkulin.blogspot.com/2012/02/sessioncachedcursors-again.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timur Akhmadeev</title>
		<link>http://hoopercharles.wordpress.com/2012/02/08/sessions-derived-value-formula-doc-bug-explains/#comment-4383</link>
		<dc:creator><![CDATA[Timur Akhmadeev]]></dc:creator>
		<pubDate>Wed, 08 Feb 2012 06:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6022#comment-4383</guid>
		<description><![CDATA[Charles

have you posted a comment in the docs about this behavior?]]></description>
		<content:encoded><![CDATA[<p>Charles</p>
<p>have you posted a comment in the docs about this behavior?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
