<?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/"
		>
<channel>
	<title>Comments on: DBMS_PROFILER Report for SQL Developer</title>
	<atom:link href="http://technology.amis.nl/blog/2327/dbms_profiler-report-for-sql-developer/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog/2327/dbms_profiler-report-for-sql-developer</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Thu, 11 Mar 2010 10:02:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex Nuijten</title>
		<link>http://technology.amis.nl/blog/2327/dbms_profiler-report-for-sql-developer/comment-page-1#comment-361998</link>
		<dc:creator>Alex Nuijten</dc:creator>
		<pubDate>Thu, 11 Mar 2010 08:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2327#comment-361998</guid>
		<description>Yes, I can be emailed ;)... I&#039;ll contact you - just wait and see.
This post was written in 2007, I haven&#039;t tested it with the latest version of SQL Developer.</description>
		<content:encoded><![CDATA[<p>Yes, I can be emailed <img src='http://technology.amis.nl/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> &#8230; I&#8217;ll contact you &#8211; just wait and see.<br />
This post was written in 2007, I haven&#8217;t tested it with the latest version of SQL Developer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://technology.amis.nl/blog/2327/dbms_profiler-report-for-sql-developer/comment-page-1#comment-361725</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 10 Mar 2010 18:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2327#comment-361725</guid>
		<description>The &quot;Reports and Test Scripts&quot; download do not appear to match these screen shots.  Can Alex be emailed to repost the scripts?
Thanks.</description>
		<content:encoded><![CDATA[<p>The &#8220;Reports and Test Scripts&#8221; download do not appear to match these screen shots.  Can Alex be emailed to repost the scripts?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://technology.amis.nl/blog/2327/dbms_profiler-report-for-sql-developer/comment-page-1#comment-361500</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 10 Mar 2010 01:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2327#comment-361500</guid>
		<description>Imported “Reports and Test Scripts”, but it does not match the screen prints above.  Under Profiler Reports, I have “Profiler Report” and “Profiler Run Overview”.   When I right click,  I do not see “Detailed Profile” and “Profiler Report”.  Any suggestions?   Using Oracle SQL Developer  2.1.1.64.  Does this not work with current version (March 2010)?</description>
		<content:encoded><![CDATA[<p>Imported “Reports and Test Scripts”, but it does not match the screen prints above.  Under Profiler Reports, I have “Profiler Report” and “Profiler Run Overview”.   When I right click,  I do not see “Detailed Profile” and “Profiler Report”.  Any suggestions?   Using Oracle SQL Developer  2.1.1.64.  Does this not work with current version (March 2010)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://technology.amis.nl/blog/2327/dbms_profiler-report-for-sql-developer/comment-page-1#comment-361499</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 10 Mar 2010 01:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2327#comment-361499</guid>
		<description>Imported &quot;Reports and Test Scripts&quot;, but it does not match the screen prints above.  Under Profiler Reports, I have &quot;Profiler Report&quot;, &quot;Profiler Run Overview&quot;, or &quot;Emp Chart&quot;.  When I right click,  I do not see &quot;Detailed Profile&quot; and &quot;Profiler Report&quot;.  Any suggestions?   Using Oracle SQL Developer  2.1.1.64.  Does this not work with current version (March 2010)?</description>
		<content:encoded><![CDATA[<p>Imported &#8220;Reports and Test Scripts&#8221;, but it does not match the screen prints above.  Under Profiler Reports, I have &#8220;Profiler Report&#8221;, &#8220;Profiler Run Overview&#8221;, or &#8220;Emp Chart&#8221;.  When I right click,  I do not see &#8220;Detailed Profile&#8221; and &#8220;Profiler Report&#8221;.  Any suggestions?   Using Oracle SQL Developer  2.1.1.64.  Does this not work with current version (March 2010)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lolli</title>
		<link>http://technology.amis.nl/blog/2327/dbms_profiler-report-for-sql-developer/comment-page-1#comment-267799</link>
		<dc:creator>lolli</dc:creator>
		<pubDate>Thu, 15 Nov 2007 19:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2327#comment-267799</guid>
		<description>One idea. You can take the output of profiler and outer join to source text. Apply some formatting to executed and non-executed lines at present it in a web page. It is useful not only for profiling, but for debugging the code too.

You can also provide some statistics based on the available data. 

I wanted to do it since long time, but I could not.</description>
		<content:encoded><![CDATA[<p>One idea. You can take the output of profiler and outer join to source text. Apply some formatting to executed and non-executed lines at present it in a web page. It is useful not only for profiling, but for debugging the code too.</p>
<p>You can also provide some statistics based on the available data. </p>
<p>I wanted to do it since long time, but I could not.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
