<?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 for The Triora Group</title>
	<atom:link href="http://trioragroup.com/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://trioragroup.com/blog</link>
	<description>Practical Information about Oracle products including the E-Business Suite and the Oracle Database</description>
	<lastBuildDate>Fri, 29 May 2009 19:08:48 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Android 1.5 update (Cupcake) for Google G1 Phone by Fred</title>
		<link>http://trioragroup.com/blog/archives/694/comment-page-1#comment-1674</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Fri, 29 May 2009 19:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://trioragroup.com/blog/?p=694#comment-1674</guid>
		<description>I got the update over the air, but I didn&#039;t know it happened until i got this weird keyboard pop up below my ChompSMS...which now doesn&#039;t work with the update.  I like the camera which is cool, but no zoom for the camera</description>
		<content:encoded><![CDATA[<p>I got the update over the air, but I didn&#8217;t know it happened until i got this weird keyboard pop up below my ChompSMS&#8230;which now doesn&#8217;t work with the update.  I like the camera which is cool, but no zoom for the camera</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on E-Business Suite 12.1 &#8211; New Features by Jay Suryadevara</title>
		<link>http://trioragroup.com/blog/archives/642/comment-page-1#comment-1644</link>
		<dc:creator>Jay Suryadevara</dc:creator>
		<pubDate>Mon, 18 May 2009 04:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://trioragroup.com/blog/?p=642#comment-1644</guid>
		<description>Major change in 12.1.1 - introduction of Integrated SOA Gateway which includes interactive integration repository and service invocation framework. I was playing with it for a couple of days now - very impressed with how you can publish a BPEL process developed outside of eBS that can be deployed into integrated repository using service invocation framework. There is lot more how Oracle polished the integration space within eBS 12.1.1.
I enjoyed your info on Fusion Apps, Thank you.</description>
		<content:encoded><![CDATA[<p>Major change in 12.1.1 &#8211; introduction of Integrated SOA Gateway which includes interactive integration repository and service invocation framework. I was playing with it for a couple of days now &#8211; very impressed with how you can publish a BPEL process developed outside of eBS that can be deployed into integrated repository using service invocation framework. There is lot more how Oracle polished the integration space within eBS 12.1.1.<br />
I enjoyed your info on Fusion Apps, Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Submitting Concurrent Requests from the Command Line by Gil</title>
		<link>http://trioragroup.com/blog/archives/314/comment-page-1#comment-1640</link>
		<dc:creator>Gil</dc:creator>
		<pubDate>Fri, 24 Apr 2009 15:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.trioragroup.com/blog/?p=314#comment-1640</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/finprd2_aspen #cd to your out directory for concurrent request reports
function ActiveUsers
{
CONCSUB apps/  SYSADMIN &quot;System Administrator&quot; SYSADMIN wait=N CONCURRENT FND FNDSCSRR &#124; cut -f3 -d&#039; &#039; &#124; sed &#039;s/^[ \t]*//;s/[ \t]*$//&#039;
}
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 &quot;$date Audit Responsibilities Monthly Report&quot;  someone@somewhere.com &lt;  &quot;o&quot;$reportno&quot;.out&quot;

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/finprd2_aspen #cd to your out directory for concurrent request reports<br />
function ActiveUsers<br />
{<br />
CONCSUB apps/  SYSADMIN &#8220;System Administrator&#8221; SYSADMIN wait=N CONCURRENT FND FNDSCSRR | cut -f3 -d&#8217; &#8216; | sed &#8217;s/^[ \t]*//;s/[ \t]*$//&#8217;<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 &#8220;$date Audit Responsibilities Monthly Report&#8221;  <a href="mailto:someone@somewhere.com">someone@somewhere.com</a> &lt;  &#8220;o&#8221;$reportno&#8221;.out&#8221;</p>
<p>this works quite well for distributing say audit reports etc. to a mailing list.  cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on As the SUN begins to set by Tacy</title>
		<link>http://trioragroup.com/blog/archives/595/comment-page-1#comment-1639</link>
		<dc:creator>Tacy</dc:creator>
		<pubDate>Wed, 22 Apr 2009 16:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://trioragroup.com/blog/?p=595#comment-1639</guid>
		<description>Well written article.</description>
		<content:encoded><![CDATA[<p>Well written article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Experiences with 12.0.6 Release Update Pack (RUP6) by Ana</title>
		<link>http://trioragroup.com/blog/archives/483/comment-page-1#comment-1631</link>
		<dc:creator>Ana</dc:creator>
		<pubDate>Thu, 26 Mar 2009 18:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.trioragroup.com/blog/?p=483#comment-1631</guid>
		<description>Thanks for the info on RUP6.  How long did your users need to test the 12.0.6 patch?  What were the top 5 issues identified?</description>
		<content:encoded><![CDATA[<p>Thanks for the info on RUP6.  How long did your users need to test the 12.0.6 patch?  What were the top 5 issues identified?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Use OAM to Troubleshoot Problem PIDs by Lon</title>
		<link>http://trioragroup.com/blog/archives/446/comment-page-1#comment-1630</link>
		<dc:creator>Lon</dc:creator>
		<pubDate>Tue, 17 Mar 2009 18:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.trioragroup.com/blog/?p=446#comment-1630</guid>
		<description>Jeff,

Yes and No. JDBC sessions spawned from within the application are going to be done so either by the APPS user, APPLSYS user or the OS user that owns your application binaries. The logic here is that all users connect to the E-Business Suite database as the user APPS. If you have a customization that makes its own call to the database via a JDBC connection, then the same code I provided in the article will show you that user&#039;s name. Feel free to send me a direct email if you need additional information.
 
Lon
lon.white@trioragroup.com</description>
		<content:encoded><![CDATA[<p>Jeff,</p>
<p>Yes and No. JDBC sessions spawned from within the application are going to be done so either by the APPS user, APPLSYS user or the OS user that owns your application binaries. The logic here is that all users connect to the E-Business Suite database as the user APPS. If you have a customization that makes its own call to the database via a JDBC connection, then the same code I provided in the article will show you that user&#8217;s name. Feel free to send me a direct email if you need additional information.</p>
<p>Lon<br />
<a href="mailto:lon.white@trioragroup.com">lon.white@trioragroup.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Use OAM to Troubleshoot Problem PIDs by Jeff</title>
		<link>http://trioragroup.com/blog/archives/446/comment-page-1#comment-1629</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 10 Mar 2009 12:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.trioragroup.com/blog/?p=446#comment-1629</guid>
		<description>What about a jdbc session.  Is there any way to tie a JDBC session to an actual users?</description>
		<content:encoded><![CDATA[<p>What about a jdbc session.  Is there any way to tie a JDBC session to an actual users?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Experiences with 12.0.6 Release Update Pack (RUP6) by BTC</title>
		<link>http://trioragroup.com/blog/archives/483/comment-page-1#comment-1624</link>
		<dc:creator>BTC</dc:creator>
		<pubDate>Mon, 02 Mar 2009 06:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.trioragroup.com/blog/?p=483#comment-1624</guid>
		<description>tks for article
I had same problem APP-FND-01540
(applied 7649893)
???</description>
		<content:encoded><![CDATA[<p>tks for article<br />
I had same problem APP-FND-01540<br />
(applied 7649893)<br />
???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Use OAM to Troubleshoot Problem PIDs by Lon</title>
		<link>http://trioragroup.com/blog/archives/446/comment-page-1#comment-1622</link>
		<dc:creator>Lon</dc:creator>
		<pubDate>Thu, 26 Feb 2009 04:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.trioragroup.com/blog/?p=446#comment-1622</guid>
		<description>Thanks Carlos for the helping hand...</description>
		<content:encoded><![CDATA[<p>Thanks Carlos for the helping hand&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Data Masking Options for Applications by Anil</title>
		<link>http://trioragroup.com/blog/archives/37/comment-page-1#comment-1621</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Wed, 25 Feb 2009 20:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.trioragroup.com/blog/?p=37#comment-1621</guid>
		<description>Can you please explain  in detail about the below features..
-RapidClone integrated
-Supports other cloning methods, e.g. RMAN
-Purge table support

Thank
Anil</description>
		<content:encoded><![CDATA[<p>Can you please explain  in detail about the below features..<br />
-RapidClone integrated<br />
-Supports other cloning methods, e.g. RMAN<br />
-Purge table support</p>
<p>Thank<br />
Anil</p>
]]></content:encoded>
	</item>
</channel>
</rss>
