<?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: How to trace a java application through a connection pool using DBMS_MONITOR</title>
	<atom:link href="http://technology.amis.nl/2007/04/04/how-to-trace-a-java-application-through-a-connection-pool-using-dbms_monitor-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2007/04/04/how-to-trace-a-java-application-through-a-connection-pool-using-dbms_monitor-6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-trace-a-java-application-through-a-connection-pool-using-dbms_monitor-6</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Harm Verschuren</title>
		<link>http://technology.amis.nl/2007/04/04/how-to-trace-a-java-application-through-a-connection-pool-using-dbms_monitor-6/#comment-4514</link>
		<dc:creator>Harm Verschuren</dc:creator>
		<pubDate>Wed, 11 Apr 2007 14:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1794#comment-4514</guid>
		<description><![CDATA[Just thoughs:
Thinking outside the box, you could set any string-value as client-ID: it does not have to be the current user. For instance you could make a very elaborate unit test in which you also include the database performance (and suppose this is usefull...). Then, you could set the name of the unit test, or create a logical name for each unit test, and use this name as client-ID. When tkprof&#039;ing the tracefiles you obtain performance characteristics per unit test.]]></description>
		<content:encoded><![CDATA[<p>Just thoughs:<br />
Thinking outside the box, you could set any string-value as client-ID: it does not have to be the current user. For instance you could make a very elaborate unit test in which you also include the database performance (and suppose this is usefull&#8230;). Then, you could set the name of the unit test, or create a logical name for each unit test, and use this name as client-ID. When tkprof&#8217;ing the tracefiles you obtain performance characteristics per unit test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harm Verschuren</title>
		<link>http://technology.amis.nl/2007/04/04/how-to-trace-a-java-application-through-a-connection-pool-using-dbms_monitor-6/#comment-4513</link>
		<dc:creator>Harm Verschuren</dc:creator>
		<pubDate>Wed, 11 Apr 2007 14:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1794#comment-4513</guid>
		<description><![CDATA[Yes you can. I&#039;m not too familiar with hibernate or toplink, so I can&#039;t point you to the exact classes/methods, but I&#039;m told both frameworks do have classes and methods which are invoked each time a database transaction is started. This is where you invoke the forementioned prepared statement.

In addition, you could create a class that invokes the prepared statement to set the client-ID an inject this into you&#039;re application using AOP.]]></description>
		<content:encoded><![CDATA[<p>Yes you can. I&#8217;m not too familiar with hibernate or toplink, so I can&#8217;t point you to the exact classes/methods, but I&#8217;m told both frameworks do have classes and methods which are invoked each time a database transaction is started. This is where you invoke the forementioned prepared statement.</p>
<p>In addition, you could create a class that invokes the prepared statement to set the client-ID an inject this into you&#8217;re application using AOP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: queequeg</title>
		<link>http://technology.amis.nl/2007/04/04/how-to-trace-a-java-application-through-a-connection-pool-using-dbms_monitor-6/#comment-4512</link>
		<dc:creator>queequeg</dc:creator>
		<pubDate>Wed, 04 Apr 2007 13:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1794#comment-4512</guid>
		<description><![CDATA[Is it possible to do the same thing without using ADF BC, i.e, with EJB/Toplink? What class do i have to extend to implement the prepareSession method?]]></description>
		<content:encoded><![CDATA[<p>Is it possible to do the same thing without using ADF BC, i.e, with EJB/Toplink? What class do i have to extend to implement the prepareSession method?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
