<?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#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Edi Yanto (何 萬 新) &#187; AD_PATCH</title>
	<atom:link href="http://ediyanto83.wordpress.com/tag/ad_patch/feed/" rel="self" type="application/rss+xml" />
	<link>http://ediyanto83.wordpress.com</link>
	<description>Welcome to my weblog</description>
	<lastBuildDate>Sun, 08 Nov 2009 07:24:26 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ediyanto83.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/a744dbd9a2c0cfeb9b03e383ec662828?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Edi Yanto (何 萬 新) &#187; AD_PATCH</title>
		<link>http://ediyanto83.wordpress.com</link>
	</image>
			<item>
		<title>11i.AD.I.6 Fails with Error &#8220;Pls-00302: Component &#8216;Is_patch_applied2&#8242; Must Be Declared&#8221;</title>
		<link>http://ediyanto83.wordpress.com/2009/01/07/11iadi6-fails-with-error-pls-00302-component-is_patch_applied2-must-be-declared/</link>
		<comments>http://ediyanto83.wordpress.com/2009/01/07/11iadi6-fails-with-error-pls-00302-component-is_patch_applied2-must-be-declared/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 13:50:03 +0000</pubDate>
		<dc:creator>Edi Yanto</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[ebiz]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[AD_PATCH]]></category>

		<guid isPermaLink="false">http://ediyanto83.wordpress.com/?p=352</guid>
		<description><![CDATA[When attempting to apply Patch 6502082 &#8211; 11i.AD.I.6, the following error occurs
AutoPatch error:
Error while executing statement
AutoPatch error:
ORA-06550: line 3, column 10:
PLS-00302: component &#8216;IS_PATCH_APPLIED2&#8242;  must be declared
ORA-06550: line 3, column 1:
PL/SQL: Statement ignored
The issue is caused by the following setup:
Following package versions for  package APPS.AD_PATCH are not created.
$AD_TOP/patch/115/sql adphpchb.pls    115.16
$AD_TOP/patch/115/sql adphpchs.pls   115.11
To implement the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ediyanto83.wordpress.com&blog=848929&post=352&subd=ediyanto83&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When attempting to apply <a href="http://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=6502082" target="_blank">Patch 6502082</a> &#8211; 11i.AD.I.6, the following error occurs</p>
<blockquote><p>AutoPatch error:<br />
Error while executing statement</p>
<p>AutoPatch error:<br />
ORA-06550: line 3, column 10:<br />
PLS-00302: component &#8216;IS_PATCH_APPLIED2&#8242;  must be declared<br />
ORA-06550: line 3, column 1:<br />
PL/SQL: Statement ignored</p></blockquote>
<p>The issue is caused by the following setup:</p>
<p style="margin-right:0;" dir="ltr">Following package versions for  package APPS.AD_PATCH are not created.<br />
$AD_TOP/patch/115/sql adphpchb.pls    115.16<br />
$AD_TOP/patch/115/sql adphpchs.pls   115.11</p>
<p style="margin-right:0;" dir="ltr">To implement the solution, please execute the following steps:<br />
1. Go to  $AD_TOP/patch/115/sql<br />
2. Check the version of adphpchs.pls and  adphpchb.pls<br />
adident Header $AD_TOP/patch/115/sql/adphpch*.pls<br />
It  should be -<br />
$AD_TOP/patch/115/sql/adphpchs.pls (version  115.11)<br />
$AD_TOP/patch/115/sql/adphpchb.pls (version 115.16)</p>
<p>3. If it  is not there, run them from  &lt;patch-top-directory&gt;/ad/patch/115/sql<br />
4. Once the proper versions  are available, run them from sqlplus as APPS user<br />
SQL&gt;  @adphpchs.pls<br />
SQL&gt; @adphpchb.pls</p>
<p>5. Check the version and status  once again<br />
SQL&gt; select status, object_type, owner from dba_objects  where object_name = &#8216;AD_PATCH&#8217;;<br />
SQL&gt; select text from dba_source where  line = 2 and name = &#8216;AD_PATCH&#8217;;</p>
<p>6. Retest adpatch from  beginning<br />
7. Migrate the solution to appropriate environment
</p>
<p style="margin-right:0;" dir="ltr">Reference: Doc ID <a href="https://metalink2.oracle.com/metalink/plsql/f?p=130:14:6738339268966746231::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,556785.1,1,1,1,helvetica" target="_blank"><strong>556785.1</strong></a></p>
Posted in Oracle Tagged: AD_PATCH, ebiz, troubleshooting <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ediyanto83.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ediyanto83.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ediyanto83.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ediyanto83.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ediyanto83.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ediyanto83.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ediyanto83.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ediyanto83.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ediyanto83.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ediyanto83.wordpress.com/352/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ediyanto83.wordpress.com&blog=848929&post=352&subd=ediyanto83&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ediyanto83.wordpress.com/2009/01/07/11iadi6-fails-with-error-pls-00302-component-is_patch_applied2-must-be-declared/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a46483722032898c6cbfab66b430a214?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Edi</media:title>
		</media:content>
	</item>
	</channel>
</rss>