<?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: Plan is same,  Wait profile is different ?</title>
	<atom:link href="http://coskan.wordpress.com/2011/06/24/plan-is-same-wait-profile-is-different/feed/" rel="self" type="application/rss+xml" />
	<link>http://coskan.wordpress.com/2011/06/24/plan-is-same-wait-profile-is-different/</link>
	<description>What I learned about Oracle</description>
	<lastBuildDate>Wed, 22 May 2013 01:32:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Damir Vadas</title>
		<link>http://coskan.wordpress.com/2011/06/24/plan-is-same-wait-profile-is-different/#comment-4608</link>
		<dc:creator><![CDATA[Damir Vadas]]></dc:creator>
		<pubDate>Wed, 13 Jul 2011 22:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=1023#comment-4608</guid>
		<description><![CDATA[Nice point Coskan.
Enjoyed reading ....

Damir Vadas]]></description>
		<content:encoded><![CDATA[<p>Nice point Coskan.<br />
Enjoyed reading &#8230;.</p>
<p>Damir Vadas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coskan Gundogar</title>
		<link>http://coskan.wordpress.com/2011/06/24/plan-is-same-wait-profile-is-different/#comment-4606</link>
		<dc:creator><![CDATA[Coskan Gundogar]]></dc:creator>
		<pubDate>Sun, 10 Jul 2011 11:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=1023#comment-4606</guid>
		<description><![CDATA[Hi Jagjeet,

You are right it normally asks for other parameters as well if you want to see the runtime of a sql for a spesific session. At this occasion I am sure that this is the one I run so I only pass the sql_id but if you want to see session id spesific then better you also pass sql_id and sid together like below

undefine sql_id session_id
 set long 10000000
 set longchunksize 10000000
 select dbms_sqltune.report_sql_monitor (sql_id=&gt;&#039;&amp;sql_id&#039;,session_id=&gt;&amp;session_id) from dual;]]></description>
		<content:encoded><![CDATA[<p>Hi Jagjeet,</p>
<p>You are right it normally asks for other parameters as well if you want to see the runtime of a sql for a spesific session. At this occasion I am sure that this is the one I run so I only pass the sql_id but if you want to see session id spesific then better you also pass sql_id and sid together like below</p>
<p>undefine sql_id session_id<br />
 set long 10000000<br />
 set longchunksize 10000000<br />
 select dbms_sqltune.report_sql_monitor (sql_id=&gt;&#8217;&amp;sql_id&#8217;,session_id=&gt;&amp;session_id) from dual;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jagjeet Singht</title>
		<link>http://coskan.wordpress.com/2011/06/24/plan-is-same-wait-profile-is-different/#comment-4601</link>
		<dc:creator><![CDATA[Jagjeet Singht]]></dc:creator>
		<pubDate>Wed, 06 Jul 2011 15:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=1023#comment-4601</guid>
		<description><![CDATA[Excellent approach, thanks for sharing. waiting for other series on upgrade. 

For dbms_Sqltune.report_sql_monitor, it requires additional parameters to report sqls for other sessions. But here you simply passed sql_id. Did these sqls were run from your session only ?

Regards,
Jagjeet Singh]]></description>
		<content:encoded><![CDATA[<p>Excellent approach, thanks for sharing. waiting for other series on upgrade. </p>
<p>For dbms_Sqltune.report_sql_monitor, it requires additional parameters to report sqls for other sessions. But here you simply passed sql_id. Did these sqls were run from your session only ?</p>
<p>Regards,<br />
Jagjeet Singh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand</title>
		<link>http://coskan.wordpress.com/2011/06/24/plan-is-same-wait-profile-is-different/#comment-4596</link>
		<dc:creator><![CDATA[Anand]]></dc:creator>
		<pubDate>Wed, 06 Jul 2011 02:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=1023#comment-4596</guid>
		<description><![CDATA[Nice diagnostic approach. Thanks for sharing it :)]]></description>
		<content:encoded><![CDATA[<p>Nice diagnostic approach. Thanks for sharing it <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jgarry</title>
		<link>http://coskan.wordpress.com/2011/06/24/plan-is-same-wait-profile-is-different/#comment-4587</link>
		<dc:creator><![CDATA[jgarry]]></dc:creator>
		<pubDate>Fri, 24 Jun 2011 23:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=1023#comment-4587</guid>
		<description><![CDATA[&lt;i&gt;RAC specs are exactly same plus all parameters are same ?&lt;/i&gt;

Ignore the parameters behind the curtain, bwahaha.

Excellent example!  I especially liked the part where the spread of sqls made such a difference.  That&#039;s the kind of trap a load test could easily miss.]]></description>
		<content:encoded><![CDATA[<p><i>RAC specs are exactly same plus all parameters are same ?</i></p>
<p>Ignore the parameters behind the curtain, bwahaha.</p>
<p>Excellent example!  I especially liked the part where the spread of sqls made such a difference.  That&#8217;s the kind of trap a load test could easily miss.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coskan gundogar</title>
		<link>http://coskan.wordpress.com/2011/06/24/plan-is-same-wait-profile-is-different/#comment-4585</link>
		<dc:creator><![CDATA[coskan gundogar]]></dc:creator>
		<pubDate>Fri, 24 Jun 2011 13:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=1023#comment-4585</guid>
		<description><![CDATA[John, Thank you very much  for stopping by and your comments. The shared_pool_reserved_size is not set explicitly in our case.

[sourcecode][/sourcecode]
QA&gt; show spparameter shared

SID      NAME                          TYPE        VALUE
-------- ----------------------------- ----------- ----------------------------
*        hi_shared_memory_address      integer
*        max_shared_servers            integer
*        shared_memory_address         integer
*        shared_pool_reserved_size     big integer
*        shared_pool_size              big integer
*        shared_server_sessions        integer
*        shared_servers                integer
[sourcecode][/sourcecode]

 it normally should have been auto adjusted to its default which is 5% of the value of SHARED_POOL_SIZE but a little higher in our case which is I am not sure why. 

When it comes to 10GB-8GB is just for the flexibility to grow &quot;online&quot; in case of a problem and secure the additional 2GB space to this database. I always find it more practical to give resources gradually to the end users so we can track down the real usage and not letting them waste the resources. When you have resource somebody will use it but real question is should they :)]]></description>
		<content:encoded><![CDATA[<p>John, Thank you very much  for stopping by and your comments. The shared_pool_reserved_size is not set explicitly in our case.</p>
<p>QA&gt; show spparameter shared</p>
<p>SID      NAME                          TYPE        VALUE<br />
&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
*        hi_shared_memory_address      integer<br />
*        max_shared_servers            integer<br />
*        shared_memory_address         integer<br />
*        shared_pool_reserved_size     big integer<br />
*        shared_pool_size              big integer<br />
*        shared_server_sessions        integer<br />
*        shared_servers                integer</p>
<p> it normally should have been auto adjusted to its default which is 5% of the value of SHARED_POOL_SIZE but a little higher in our case which is I am not sure why. </p>
<p>When it comes to 10GB-8GB is just for the flexibility to grow &#8220;online&#8221; in case of a problem and secure the additional 2GB space to this database. I always find it more practical to give resources gradually to the end users so we can track down the real usage and not letting them waste the resources. When you have resource somebody will use it but real question is should they <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://coskan.wordpress.com/2011/06/24/plan-is-same-wait-profile-is-different/#comment-4583</link>
		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Fri, 24 Jun 2011 12:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=1023#comment-4583</guid>
		<description><![CDATA[Coskan, I think this is an excellent blog entry as it takes the reader through a good diagnostic approach and is well written and displayed.

I noted that in your seemingly similar environments shared_pool_reserved_size is 278M on prod and only 67M on QA  

What do you see as the benefit of setting sga_max_size as 10Gb but sga_target to only use 8Gb. Teh additional 2Gb is still grabbed by oracle and is therefore unusable to anybody else. I appreciate that you can grow the database parameters later, without a bounce, but to my mind you might as well use that extra 2Gb in the buffer cache for now.
regards
John]]></description>
		<content:encoded><![CDATA[<p>Coskan, I think this is an excellent blog entry as it takes the reader through a good diagnostic approach and is well written and displayed.</p>
<p>I noted that in your seemingly similar environments shared_pool_reserved_size is 278M on prod and only 67M on QA  </p>
<p>What do you see as the benefit of setting sga_max_size as 10Gb but sga_target to only use 8Gb. Teh additional 2Gb is still grabbed by oracle and is therefore unusable to anybody else. I appreciate that you can grow the database parameters later, without a bounce, but to my mind you might as well use that extra 2Gb in the buffer cache for now.<br />
regards<br />
John</p>
]]></content:encoded>
	</item>
</channel>
</rss>
