<?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/"
	>

<channel>
	<title>Parm Patram &#187; Patching</title>
	<atom:link href="http://oracle.3dub.com/category/apps/patching/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracle.3dub.com</link>
	<description>Oracle, Linux and UNIX tips, tricks and stuff</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:14:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Applying a patch</title>
		<link>http://oracle.3dub.com/2008/11/20/applying-a-patch/</link>
		<comments>http://oracle.3dub.com/2008/11/20/applying-a-patch/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 14:51:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Patching]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=271</guid>
		<description><![CDATA[unzip the patch then run:
adpatch defaultsfile=$APPL_TOP/admin/&#60;INST_NAME&#62;/adalldefaults.txt  patchtop=&#60;path_to_top_patch_dir&#62;
]]></description>
			<content:encoded><![CDATA[<p>unzip the patch then run:</p>
<p>adpatch defaultsfile=$APPL_TOP/admin/&lt;INST_NAME&gt;/adalldefaults.txt  patchtop=&lt;path_to_top_patch_dir&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2008/11/20/applying-a-patch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patching</title>
		<link>http://oracle.3dub.com/2008/10/21/patching/</link>
		<comments>http://oracle.3dub.com/2008/10/21/patching/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 10:27:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Patching]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=239</guid>
		<description><![CDATA[Get release number:
select RELEASE_NAME from  fnd_product_groups;
See if a patch has already been applied:
select bug_number from AD_BUGS where bug_number =&#8217;&#38;patch_no&#8217;;
]]></description>
			<content:encoded><![CDATA[<p>Get release number:</p>
<p>select RELEASE_NAME from  fnd_product_groups;</p>
<p>See if a patch has already been applied:</p>
<p>select bug_number from AD_BUGS where bug_number =&#8217;&amp;patch_no&#8217;;</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2008/10/21/patching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

