<?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"
	>
<channel>
	<title>Comments on: v$session_longops in 10gR2</title>
	<atom:link href="http://laurentschneider.com/wordpress/2007/07/vsession_longops-in-10gr2.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://laurentschneider.com/wordpress/2007/07/vsession_longops-in-10gr2.html</link>
	<description>Oracle Certified Master</description>
	<pubDate>Mon, 01 Dec 2008 17:43:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Ben</title>
		<link>http://laurentschneider.com/wordpress/2007/07/vsession_longops-in-10gr2.html#comment-8198</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 24 Oct 2008 18:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://laurentschneider.com/wordpress/2007/07/vsession_longops-in-10gr2.html#comment-8198</guid>
		<description>Can this be used with Perl scripting? I've used set_session_info in perl but I'm wondering how to use set_session_longops in a code loop other than PL/SQL.</description>
		<content:encoded><![CDATA[<p>Can this be used with Perl scripting? I&#8217;ve used set_session_info in perl but I&#8217;m wondering how to use set_session_longops in a code loop other than PL/SQL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent Schneider</title>
		<link>http://laurentschneider.com/wordpress/2007/07/vsession_longops-in-10gr2.html#comment-4262</link>
		<dc:creator>Laurent Schneider</dc:creator>
		<pubDate>Fri, 13 Jul 2007 08:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://laurentschneider.com/wordpress/2007/07/vsession_longops-in-10gr2.html#comment-4262</guid>
		<description>I noticed that op_name, target, target_description and units cannot be changed, so now I do, before starting

DBMS_APPLICATION_INFO.SET_SESSION_LONGOPS(
  rindex=&#62;rindex,
  slno=&#62;slno,
  op_name=&#62;'execute...',
  target=&#62;target,
  units=&#62;'statements');

and later

DBMS_APPLICATION_INFO.SET_SESSION_LONGOPS(
  rindex=&#62;rindex,
  slno=&#62;slno,
  sofar=&#62;sofar,
  totalwork=&#62;totalwork)

a little bit less to type :)</description>
		<content:encoded><![CDATA[<p>I noticed that op_name, target, target_description and units cannot be changed, so now I do, before starting</p>
<p>DBMS_APPLICATION_INFO.SET_SESSION_LONGOPS(<br />
  rindex=&gt;rindex,<br />
  slno=&gt;slno,<br />
  op_name=&gt;&#8217;execute&#8230;&#8217;,<br />
  target=&gt;target,<br />
  units=&gt;&#8217;statements&#8217;);</p>
<p>and later</p>
<p>DBMS_APPLICATION_INFO.SET_SESSION_LONGOPS(<br />
  rindex=&gt;rindex,<br />
  slno=&gt;slno,<br />
  sofar=&gt;sofar,<br />
  totalwork=&gt;totalwork)</p>
<p>a little bit less to type <img src='http://laurentschneider.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://laurentschneider.com/wordpress/2007/07/vsession_longops-in-10gr2.html#comment-4259</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Thu, 12 Jul 2007 19:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://laurentschneider.com/wordpress/2007/07/vsession_longops-in-10gr2.html#comment-4259</guid>
		<description>Laurent,


     Hmm,  I should start using this too. I had the same thing told to be by Tom Kyte.

http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:48704116042682#354094600346871165


     Nice to know. I will start using dbms_application_info from now on for this purpose.


Rahul</description>
		<content:encoded><![CDATA[<p>Laurent,</p>
<p>     Hmm,  I should start using this too. I had the same thing told to be by Tom Kyte.</p>
<p><a href="http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:48704116042682#354094600346871165" rel="nofollow">http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:48704116042682#354094600346871165</a></p>
<p>     Nice to know. I will start using dbms_application_info from now on for this purpose.</p>
<p>Rahul</p>
]]></content:encoded>
	</item>
</channel>
</rss>
