<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Localiza Concurrent &#8211; Blog DBA Dutra</title>
	<atom:link href="https://www.dbadutra.com/tag/localiza-concurrent/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dbadutra.com</link>
	<description></description>
	<lastBuildDate>Mon, 28 Dec 2015 13:46:11 +0000</lastBuildDate>
	<language>pt-BR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
<site xmlns="com-wordpress:feed-additions:1">170494511</site>	<item>
		<title>Localizando um trace de um Concurrent</title>
		<link>https://www.dbadutra.com/2015/12/localizando-um-trace-de-um-concurrent/</link>
					<comments>https://www.dbadutra.com/2015/12/localizando-um-trace-de-um-concurrent/#comments</comments>
		
		<dc:creator><![CDATA[André Luiz Dutra Ontalba]]></dc:creator>
		<pubDate>Mon, 28 Dec 2015 13:46:11 +0000</pubDate>
				<category><![CDATA[E-Business Suite]]></category>
		<category><![CDATA[Localiza Concurrent]]></category>
		<guid isPermaLink="false">https://www.dbadutra.com/?p=5067</guid>

					<description><![CDATA[E ai amigos. &#160; Recebi o pedido de ajuda de alguns colegas e pedindo como localizar um trace de um concurrent no EBS. &#160; Segue script que localiza. &#160; column traceid format a8 column tracename format a80 column user_concurrent_program_name format a40 column execname format a15 column enable_trace format a12 set lines 80 set pages 22 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>E ai amigos.</p>
<p>&nbsp;</p>
<p>Recebi o pedido de ajuda de alguns colegas e pedindo como localizar um trace de um concurrent no EBS.</p>
<p>&nbsp;</p>
<p>Segue script que localiza.</p>
<p>&nbsp;</p>
<p>column traceid format a8<br />
column tracename format a80<br />
column user_concurrent_program_name format a40<br />
column execname format a15<br />
column enable_trace format a12<br />
set lines 80<br />
set pages 22<br />
set head off<br />
select<br />
&#8216;Request id: &#8216;||request_id ,<br />
&#8216;Trace id: &#8216;||oracle_Process_id,<br />
&#8216;Trace Flag: &#8216;||req.enable_trace,<br />
&#8216;Trace Name: &#8216;||dest.value||&#8217;/&#8217;||lower(dbnm.value)||&#8217;_ora_&#8217;||oracle_process_id||&#8217;.trc&#8217;,<br />
&#8216;Prog. Name: &#8216;||prog.user_concurrent_program_name,<br />
&#8216;File Name: &#8216;||execname.execution_file_name|| execname.subroutine_name ,<br />
&#8216;Status : &#8216;||decode(phase_code,&#8217;R&#8217;,&#8217;Running&#8217;) ||&#8217;-&#8216;||decode(status_code,&#8217;R&#8217;,&#8217;Normal&#8217;), &#8216;SID Serial: &#8216;||ses.sid||&#8217;,&#8217;|| ses.serial#,<br />
&#8216;Module : &#8216;||ses.module<br />
from fnd_concurrent_requests req, v$session ses, v$process proc,<br />
v$parameter dest, v$parameter dbnm, fnd_concurrent_programs_vl prog, fnd_executables execname<br />
where req.request_id = &amp;request<br />
and req.oracle_process_id=proc.spid(+)<br />
and proc.addr = ses.paddr(+)<br />
and dest.name=&#8217;user_dump_dest&#8217;<br />
and dbnm.name=&#8217;db_name&#8217;<br />
and req.concurrent_program_id = prog.concurrent_program_id<br />
and req.program_application_id = prog.application_id<br />
and prog.application_id = execname.application_id<br />
and prog.executable_id=execname.executable_id<br />
/</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dbadutra.com/2015/12/localizando-um-trace-de-um-concurrent/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5067</post-id>	</item>
	</channel>
</rss>
