<?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ção Patch &#8211; Blog DBA Dutra</title>
	<atom:link href="https://www.dbadutra.com/tag/localizacao-patch/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dbadutra.com</link>
	<description></description>
	<lastBuildDate>Mon, 27 May 2019 19:05:29 +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>Localização de um patch aplicado no E-Business Suite 11i e 12i / Location of a patch applied in E-Business Suite 11i and 12i.</title>
		<link>https://www.dbadutra.com/2018/01/localizacao-de-um-patch-aplicado-no-e-business-suite-11i-e-12i-location-of-a-patch-applied-in-e-business-suite-11i-and-12i/</link>
					<comments>https://www.dbadutra.com/2018/01/localizacao-de-um-patch-aplicado-no-e-business-suite-11i-e-12i-location-of-a-patch-applied-in-e-business-suite-11i-and-12i/#respond</comments>
		
		<dc:creator><![CDATA[André Luiz Dutra Ontalba]]></dc:creator>
		<pubDate>Mon, 15 Jan 2018 10:35:11 +0000</pubDate>
				<category><![CDATA[E-Business Suite]]></category>
		<category><![CDATA[EBS]]></category>
		<category><![CDATA[Localização Patch]]></category>
		<guid isPermaLink="false">https://www.dbadutra.com/?p=5128</guid>

					<description><![CDATA[&#160; &#160; Já vieram me questionar como localizamos de uma forma fácil se existe um patch aplicado no E-Business Suite, bem segue abaixo as duas tabelas que precisamos analisar e verificar através do numero do patch para verificar se o mesmo está aplicado no ambiente ou não. Lembrando que devemos analisar as duas tabelas abaixo [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.dbadutra.com/wp-content/uploads/2018/01/brazil_pt-150x150.jpg"><img decoding="async" class=" wp-image-5129 alignleft" src="https://www.dbadutra.com/wp-content/uploads/2018/01/brazil_pt-150x150.jpg" alt="" width="48" height="48" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Já vieram me questionar como localizamos de uma forma fácil se existe um patch aplicado no E-Business Suite, bem segue abaixo as duas tabelas que precisamos analisar e verificar através do numero do patch para verificar se o mesmo está aplicado no ambiente ou não.</p>
<p>Lembrando que devemos analisar as duas tabelas abaixo para verificação da aplicação de um patch.</p>
<p>&#8212; AD_BUGS</p>
<p><strong> </strong><strong>select</strong><strong> * </strong><strong>from</strong><strong> ad_bugs</strong></p>
<p><strong>where</strong><strong> bug_number </strong><strong>in</strong> <strong>(</strong><strong>&#8216;NUMERO DO PATCH&#8217;</strong><strong>)</strong></p>
<p><strong> </strong></p>
<p>&#8212; AD_APPLIED_PATCHES</p>
<p><strong>select</strong><strong> * </strong><strong>from</strong><strong> AD_APPLIED_PATCHES </strong></p>
<p><strong>where</strong><strong> applied_patch_id </strong><strong>in</strong> <strong>(</strong><strong>&#8216;NUMERO DO PATCH&#8217;</strong><strong>)</strong></p>
<p>&nbsp;</p>
<p>Caso você queira colocar mais de uma patch para analise é somente necessário colocar “,” após cada patch.</p>
<p>Ex:  <strong>where</strong><strong> applied_patch_id </strong><strong>in</strong> <strong>(</strong><strong>&#8216;xxxx,yyyy,zzzz &#8216;</strong><strong>)</strong></p>
<p>&nbsp;</p>
<p><strong>Conclusões</strong></p>
<p>Bem espero ter auxiliado com esta dica a todos vocês.</p>
<p>&nbsp;</p>
<p>Valeu até mais !!!</p>
<p>André</p>
<p><a href="https://www.dbadutra.com/wp-content/uploads/2018/01/us_flag-150x150.jpeg"><img decoding="async" class=" wp-image-5130 alignleft" src="https://www.dbadutra.com/wp-content/uploads/2018/01/us_flag-150x150.jpeg" alt="" width="67" height="67" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>I have already been asked how easy it is to find out if there is a patch applied in the E-Business Suite, well below the two tables that we need to analyze and check through the patch number to check if it is applied in the environment or not.</p>
<p>Remember that we must analyze the two tables below to verify the application of a patch.</p>
<p>&nbsp;</p>
<p>&#8212; AD_BUGS</p>
<p><strong> </strong></p>
<p><strong>select</strong><strong> * </strong><strong>from</strong><strong> ad_bugs</strong></p>
<p><strong>where</strong><strong> bug_number </strong><strong>in</strong> <strong>(</strong><strong>&#8216;NUMBER OF PATCH&#8217;</strong><strong>)</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p>&#8212; AD_APPLIED_PATCHES</p>
<p>&nbsp;</p>
<p><strong>select</strong><strong> * </strong><strong>from</strong><strong> AD_APPLIED_PATCHES </strong></p>
<p><strong>where</strong><strong> applied_patch_id </strong><strong>in</strong> <strong>(</strong><strong>&#8216;NUMBER OF PATCH&#8217;</strong><strong>)</strong></p>
<p>&nbsp;</p>
<p>If you want to put more than one patch for analysis it is only necessary to put &#8220;,&#8221; after each patch.</p>
<p>Ex:  <strong>where</strong><strong> applied_patch_id </strong><strong>in</strong> <strong>(</strong><strong>&#8216;xxxx,yyyy,zzzz &#8216;</strong><strong>)</strong></p>
<p>&nbsp;</p>
<p><strong>Conclusions</strong></p>
<p>Well I hope to have helped with this tip to all of you.</p>
<p>&nbsp;</p>
<p>Thanks so much !!</p>
<p>André</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dbadutra.com/2018/01/localizacao-de-um-patch-aplicado-no-e-business-suite-11i-e-12i-location-of-a-patch-applied-in-e-business-suite-11i-and-12i/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5128</post-id>	</item>
	</channel>
</rss>
