<?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: Autotrace</title>
	<atom:link href="http://jonathanlewis.wordpress.com/2006/11/27/autotrace/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanlewis.wordpress.com/2006/11/27/autotrace/</link>
	<description>Just another Oracle weblog</description>
	<lastBuildDate>Fri, 24 May 2013 13:27:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jared</title>
		<link>http://jonathanlewis.wordpress.com/2006/11/27/autotrace/#comment-42807</link>
		<dc:creator><![CDATA[Jared]]></dc:creator>
		<pubDate>Fri, 02 Dec 2011 18:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2006/11/27/autotrace/#comment-42807</guid>
		<description><![CDATA[An oldie, but a goodie.  There are still 9.2.0.6 databases out there  - working on one now.
Thanks Jonathan.]]></description>
		<content:encoded><![CDATA[<p>An oldie, but a goodie.  There are still 9.2.0.6 databases out there  &#8211; working on one now.<br />
Thanks Jonathan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amarnath</title>
		<link>http://jonathanlewis.wordpress.com/2006/11/27/autotrace/#comment-3946</link>
		<dc:creator><![CDATA[Amarnath]]></dc:creator>
		<pubDate>Mon, 12 Mar 2007 04:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2006/11/27/autotrace/#comment-3946</guid>
		<description><![CDATA[Hi,

I want to know is it possible to store the traces in a file. so that I can use auto trace for many procedures and I&#039;ll see all the traces in one file.

Please help me.

Thanks in advance,
Amarnath]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to know is it possible to store the traces in a file. so that I can use auto trace for many procedures and I&#8217;ll see all the traces in one file.</p>
<p>Please help me.</p>
<p>Thanks in advance,<br />
Amarnath</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howard Rogers</title>
		<link>http://jonathanlewis.wordpress.com/2006/11/27/autotrace/#comment-309</link>
		<dc:creator><![CDATA[Howard Rogers]]></dc:creator>
		<pubDate>Wed, 29 Nov 2006 21:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2006/11/27/autotrace/#comment-309</guid>
		<description><![CDATA[Thank you very much for that Jonathan!

You live and learn, I guess.

At least my comfort levels are restored to some degree of normality by noting the very special circumstances under which the &#039;hypothetical only&#039; stuff happens.

Thanks for taking the time to indulge me.]]></description>
		<content:encoded><![CDATA[<p>Thank you very much for that Jonathan!</p>
<p>You live and learn, I guess.</p>
<p>At least my comfort levels are restored to some degree of normality by noting the very special circumstances under which the &#8216;hypothetical only&#8217; stuff happens.</p>
<p>Thanks for taking the time to indulge me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Lewis</title>
		<link>http://jonathanlewis.wordpress.com/2006/11/27/autotrace/#comment-293</link>
		<dc:creator><![CDATA[Jonathan Lewis]]></dc:creator>
		<pubDate>Wed, 29 Nov 2006 09:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2006/11/27/autotrace/#comment-293</guid>
		<description><![CDATA[Howard, I have created a &lt;a href=&quot;http://jonathanlewis.wordpress.com/testing-autotrace/&quot; rel=&quot;nofollow&quot;&gt;separate page&lt;/a&gt; which I hope demonstrates this point.
Of course, 10gR2 does give us the option to get the &quot;real&quot; execution plan very easily - but at the expense of running the query - by making a call to &lt;a href=&quot;http://jonathanlewis.wordpress.com/2006/11/09/dbms_xplan-in-10g/&quot; rel=&quot;nofollow&quot;&gt;dbms_xplan.display_cursor()&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>Howard, I have created a <a href="http://jonathanlewis.wordpress.com/testing-autotrace/" rel="nofollow">separate page</a> which I hope demonstrates this point.<br />
Of course, 10gR2 does give us the option to get the &#8220;real&#8221; execution plan very easily &#8211; but at the expense of running the query &#8211; by making a call to <a href="http://jonathanlewis.wordpress.com/2006/11/09/dbms_xplan-in-10g/" rel="nofollow">dbms_xplan.display_cursor()</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howard Rogers</title>
		<link>http://jonathanlewis.wordpress.com/2006/11/27/autotrace/#comment-292</link>
		<dc:creator><![CDATA[Howard Rogers]]></dc:creator>
		<pubDate>Wed, 29 Nov 2006 05:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2006/11/27/autotrace/#comment-292</guid>
		<description><![CDATA[Could you post something to prove the truth of that last sentence?

For a very long time, Oracle courseware has taught that autotrace always executes, its one drawback compared with, say, explain plan (but also its advantage, in that the plan you see is the one that was actually used, not a hypothetical one).

I&#039;ve gone along with that without thinking about it for years... and now you make me do a double-take! 

In the nicest possible way: evidence please!]]></description>
		<content:encoded><![CDATA[<p>Could you post something to prove the truth of that last sentence?</p>
<p>For a very long time, Oracle courseware has taught that autotrace always executes, its one drawback compared with, say, explain plan (but also its advantage, in that the plan you see is the one that was actually used, not a hypothetical one).</p>
<p>I&#8217;ve gone along with that without thinking about it for years&#8230; and now you make me do a double-take! </p>
<p>In the nicest possible way: evidence please!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
