<?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: dbms_xplan reprise</title>
	<atom:link href="http://jonathanlewis.wordpress.com/2011/05/11/dbms_xplan-reprise/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanlewis.wordpress.com/2011/05/11/dbms_xplan-reprise/</link>
	<description>Just another Oracle weblog</description>
	<lastBuildDate>Sat, 18 May 2013 11:04:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Pavan Kumar N</title>
		<link>http://jonathanlewis.wordpress.com/2011/05/11/dbms_xplan-reprise/#comment-40509</link>
		<dc:creator><![CDATA[Pavan Kumar N]]></dc:creator>
		<pubDate>Thu, 12 May 2011 07:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=6278#comment-40509</guid>
		<description><![CDATA[Hi Amardeep,

v$session_longops - hopefully for long execution of queries (i believe) but not for FTS..;-)]]></description>
		<content:encoded><![CDATA[<p>Hi Amardeep,</p>
<p>v$session_longops &#8211; hopefully for long execution of queries (i believe) but not for FTS..;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hemant K Chitale</title>
		<link>http://jonathanlewis.wordpress.com/2011/05/11/dbms_xplan-reprise/#comment-40508</link>
		<dc:creator><![CDATA[Hemant K Chitale]]></dc:creator>
		<pubDate>Thu, 12 May 2011 06:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=6278#comment-40508</guid>
		<description><![CDATA[Great.  Now, I am building &quot;intelligent&quot; scripts to identify SQLs that do FTSs, Nested Loops, Sort-Merge Joins, Hash Joins.
And hammering the Library Cache !]]></description>
		<content:encoded><![CDATA[<p>Great.  Now, I am building &#8220;intelligent&#8221; scripts to identify SQLs that do FTSs, Nested Loops, Sort-Merge Joins, Hash Joins.<br />
And hammering the Library Cache !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amardeep Sidhu</title>
		<link>http://jonathanlewis.wordpress.com/2011/05/11/dbms_xplan-reprise/#comment-40507</link>
		<dc:creator><![CDATA[Amardeep Sidhu]]></dc:creator>
		<pubDate>Thu, 12 May 2011 04:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=6278#comment-40507</guid>
		<description><![CDATA[Nice tip !]]></description>
		<content:encoded><![CDATA[<p>Nice tip !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amardeep Sidhu</title>
		<link>http://jonathanlewis.wordpress.com/2011/05/11/dbms_xplan-reprise/#comment-40506</link>
		<dc:creator><![CDATA[Amardeep Sidhu]]></dc:creator>
		<pubDate>Thu, 12 May 2011 04:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=6278#comment-40506</guid>
		<description><![CDATA[Smart stuff. It saves the effort of first finding the sql_id and then looking for other details like text and the execution plan.

By the way, the most common approach that I have seen being being used by people to find FTS is &quot;Repeatedly querying v$session_longops, finding SID and then the other details.&quot;

A small spelling mistake at &quot;...which alluws us to...&quot;]]></description>
		<content:encoded><![CDATA[<p>Smart stuff. It saves the effort of first finding the sql_id and then looking for other details like text and the execution plan.</p>
<p>By the way, the most common approach that I have seen being being used by people to find FTS is &#8220;Repeatedly querying v$session_longops, finding SID and then the other details.&#8221;</p>
<p>A small spelling mistake at &#8220;&#8230;which alluws us to&#8230;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://jonathanlewis.wordpress.com/2011/05/11/dbms_xplan-reprise/#comment-40504</link>
		<dc:creator><![CDATA[Jimmy]]></dc:creator>
		<pubDate>Wed, 11 May 2011 18:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=6278#comment-40504</guid>
		<description><![CDATA[I added a filter to the inline view on &quot;object_owner&quot;. This way I only get queries that I care about, and not all the queries on the system.]]></description>
		<content:encoded><![CDATA[<p>I added a filter to the inline view on &#8220;object_owner&#8221;. This way I only get queries that I care about, and not all the queries on the system.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
