<?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 submit concurrent program from command promot / shell</title>
	<atom:link href="http://www.oratraining.com/blog/2009/04/how-to-submit-concurrent-program-from-command-promot-shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oratraining.com/blog/2009/04/how-to-submit-concurrent-program-from-command-promot-shell/</link>
	<description>Not just another Oracle Blog</description>
	<lastBuildDate>Thu, 09 Feb 2012 04:47:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: sravan</title>
		<link>http://www.oratraining.com/blog/2009/04/how-to-submit-concurrent-program-from-command-promot-shell/comment-page-1/#comment-18892</link>
		<dc:creator>sravan</dc:creator>
		<pubDate>Tue, 20 Dec 2011 17:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.oratraining.com/blog/?p=103#comment-18892</guid>
		<description>In the above syntax instead of 
  to be used.


Thanks
Sravan Reddy</description>
		<content:encoded><![CDATA[<p>In the above syntax instead of<br />
  to be used.</p>
<p>Thanks<br />
Sravan Reddy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Online Stock Trading</title>
		<link>http://www.oratraining.com/blog/2009/04/how-to-submit-concurrent-program-from-command-promot-shell/comment-page-1/#comment-521</link>
		<dc:creator>Online Stock Trading</dc:creator>
		<pubDate>Wed, 30 Sep 2009 06:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.oratraining.com/blog/?p=103#comment-521</guid>
		<description>Hey, great blog...but I don’t understand how to add your site in my rss reader. Can you Help me, please :)</description>
		<content:encoded><![CDATA[<p>Hey, great blog&#8230;but I don’t understand how to add your site in my rss reader. Can you Help me, please <img src='http://www.oratraining.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.oratraining.com/blog/2009/04/how-to-submit-concurrent-program-from-command-promot-shell/comment-page-1/#comment-4</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 25 Apr 2009 10:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.oratraining.com/blog/?p=103#comment-4</guid>
		<description>You are right Gil. We are going to post so many useful shell scripts for Oracle Applicaions once our blog goes live.
Thanks very much for the comment :-)</description>
		<content:encoded><![CDATA[<p>You are right Gil. We are going to post so many useful shell scripts for Oracle Applicaions once our blog goes live.<br />
Thanks very much for the comment <img src='http://www.oratraining.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gil</title>
		<link>http://www.oratraining.com/blog/2009/04/how-to-submit-concurrent-program-from-command-promot-shell/comment-page-1/#comment-3</link>
		<dc:creator>Gil</dc:creator>
		<pubDate>Fri, 24 Apr 2009 16:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.oratraining.com/blog/?p=103#comment-3</guid>
		<description>Very useful post - thanks!

If you want to run a CONCSUB report and send the output to a mailing list, you can do the following:

. APPSserver_sid.env #setenv
cd $APPLCSF/out/sid_server #cd to your out directory for concurrent request reports
function ActiveUsers
{
CONCSUB apps/ SYSADMIN “System Administrator” SYSADMIN wait=N CONCURRENT FND FNDSCSRR &#124; cut -f3 -d’ ‘ &#124; sed ’s/^[ \t]*//;s/[ \t]*$//’
}
function Date
{
date +%B
}
date=$(Date)
reportno=$(ActiveUsers)
while [ ! -r &quot;o&quot;$reportno&quot;.out&quot; ]
do
sleep 10
done
sleep 10
#mailx -s “$date Audit Responsibilities Monthly Report” someone@somewhere.com &lt; “o”$reportno”.out”

this works quite well for distributing say audit reports etc. to a mailing list. cheers</description>
		<content:encoded><![CDATA[<p>Very useful post &#8211; thanks!</p>
<p>If you want to run a CONCSUB report and send the output to a mailing list, you can do the following:</p>
<p>. APPSserver_sid.env #setenv<br />
cd $APPLCSF/out/sid_server #cd to your out directory for concurrent request reports<br />
function ActiveUsers<br />
{<br />
CONCSUB apps/ SYSADMIN “System Administrator” SYSADMIN wait=N CONCURRENT FND FNDSCSRR | cut -f3 -d’ ‘ | sed ’s/^[ \t]*//;s/[ \t]*$//’<br />
}<br />
function Date<br />
{<br />
date +%B<br />
}<br />
date=$(Date)<br />
reportno=$(ActiveUsers)<br />
while [ ! -r "o"$reportno".out" ]<br />
do<br />
sleep 10<br />
done<br />
sleep 10<br />
#mailx -s “$date Audit Responsibilities Monthly Report” <a href="mailto:someone@somewhere.com">someone@somewhere.com</a> < “o”$reportno”.out”</p>
<p>this works quite well for distributing say audit reports etc. to a mailing list. cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

