<?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>ORATraining Blog &#187; oracle applications</title>
	<atom:link href="http://www.oratraining.com/blog/tag/oracle-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oratraining.com/blog</link>
	<description>Not just another Oracle Blog</description>
	<lastBuildDate>Wed, 01 Sep 2010 15:23:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing Oracle Applications (eBusiness Suite) Release 12 on Solaris</title>
		<link>http://www.oratraining.com/blog/2010/05/installing-oracle-applications-ebusiness-suite-r12-release-12-on-solaris/</link>
		<comments>http://www.oratraining.com/blog/2010/05/installing-oracle-applications-ebusiness-suite-r12-release-12-on-solaris/#comments</comments>
		<pubDate>Mon, 03 May 2010 10:05:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Installing Oracle Applications]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Applications]]></category>
		<category><![CDATA[Oracle Applications DBA]]></category>
		<category><![CDATA[Oracle Applications issues]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[oracle applications]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[release 12]]></category>

		<guid isPermaLink="false">http://www.oratraining.com/blog/?p=307</guid>
		<description><![CDATA[Let us consider we are installing Oracle eBusiness Suite Release 12 (12.1.1) on Sun Solaris 10 on SPARC 64 bit platform. First of all following pre-requisites must be checked at the Operating System level. ﻿ Packages SUNWarc SUNWbtool SUNWcsl SUNWhea SUNWi15cs SUNWi1cs SUNWi1of SUNWlibC SUNWlibm SUNWlibms SUNWsprot SUNWtoo SUNWuiu8 SUNWulcf SUNWxwfnt Patches 125100-04 or higher [...]]]></description>
			<content:encoded><![CDATA[<p>Let us consider we are installing Oracle eBusiness Suite Release 12 (12.1.1) on Sun Solaris 10 on SPARC 64 bit platform.</p>
<p>First of all following pre-requisites must be checked at the Operating System level.</p>
<blockquote><p>﻿</p>
<p><strong>Packages</strong></p>
<p><strong> </strong></p>
<table border="0" cellspacing="0" cellpadding="0" width="83">
<tbody>
<tr>
<td width="83" valign="bottom">SUNWarc</td>
</tr>
<tr>
<td width="83" valign="bottom">SUNWbtool</td>
</tr>
<tr>
<td width="83" valign="bottom">SUNWcsl</td>
</tr>
<tr>
<td width="83" valign="bottom">SUNWhea</td>
</tr>
<tr>
<td width="83" valign="bottom">SUNWi15cs</td>
</tr>
<tr>
<td width="83" valign="bottom">SUNWi1cs</td>
</tr>
<tr>
<td width="83" valign="bottom">SUNWi1of</td>
</tr>
<tr>
<td width="83" valign="bottom">SUNWlibC</td>
</tr>
<tr>
<td width="83" valign="bottom">SUNWlibm</td>
</tr>
<tr>
<td width="83" valign="bottom">SUNWlibms</td>
</tr>
<tr>
<td width="83" valign="bottom">SUNWsprot</td>
</tr>
<tr>
<td width="83" valign="bottom">SUNWtoo</td>
</tr>
<tr>
<td width="83" valign="bottom">SUNWuiu8</td>
</tr>
<tr>
<td width="83" valign="bottom">SUNWulcf</td>
</tr>
<tr>
<td width="83" valign="bottom">SUNWxwfnt</td>
</tr>
</tbody>
</table>
<p><strong>Patches</strong></p>
<ul>
<li>125100-04 or higher</li>
<li>120473-05 or higher</li>
<li>127111-02 or higher</li>
<li>137111-04 or higher</li>
</ul>
<p><strong>Kernel parameters in </strong><strong>/etc/system</strong><strong> </strong></p>
<p>rlim_fd_max                                     65536</p>
<p>noexec_user_stack                        1</p>
<p>semsys:seminfo_semmni            100</p>
<p>semsys:seminfo_semmsl             256</p>
<p>shmsys:shminfo_shmmax           4294967295</p>
<p>shmsys:shminfo_shmmni            100</p>
<p><strong><br />
ulimit Value Settings</strong></p>
<p>Verify that the owner of the Oracle Application Server and Oracle Database server file systems have the following &#8216;ulimit&#8217; values:</p>
<ul>
<li>time (seconds) = unlimited</li>
<li>file (blocks) = unlimited</li>
<li>data (kbytes) = unlimited</li>
<li>stack (kbytes) = unlimited</li>
<li>memory (kbytes) = unlimited</li>
<li>coredump (blocks) = unlimited</li>
<li>nofiles (descriptors) = 65536</li>
</ul>
<p><strong>Java requirements<br />
</strong><br />
JDK 6 (bundled with R12, no need to manually install)</p>
<p><strong>Operating system utilities</strong></p>
<ul>
<li>ar</li>
<li>ld</li>
<li>make</li>
<li>X Display Server</li>
<li>ldd</li>
<li>gcc</li>
<li>g++</li>
</ul>
</blockquote>
<p>Next step is to create required users.</p>
<blockquote><p>groupadd dba</p>
<p>useradd -g dba oradev</p>
<p>useradd -g dba appldev</p>
<div id="_mcePaste">
<div id="_mcePaste">passwd oradev</div>
<div id="_mcePaste">New Password:</div>
<div id="_mcePaste">Re-enter new Password:</div>
<div id="_mcePaste">passwd: password successfully changed for oradev</div>
<div id="_mcePaste">passwd appldev</div>
<div id="_mcePaste">New Password:</div>
<div id="_mcePaste">Re-enter new Password:</div>
<div id="_mcePaste">passwd: password successfully changed for appldev</div>
</div>
</blockquote>
<p>Now let&#8217;s create required directories as root.</p>
<blockquote><p>mkdir /u01</p>
<p>mkdir /u01/oracle</p>
<p>mkdir /u01/oracle/ERPDEV</p>
<p>mkdir /u01/oracle/ERPDEV/db</p>
<p>mkdir /u01/oracle/ERPDEV/apps</p>
<p>chown oradev:dba /u01</p>
<p>chown oradev:dba /u01/oracle</p>
<p>chown oradev:dba /u01/oracle/ERPDEV</p>
<p>chown oradev:dba /u01/oracle/ERPDEV/db</p>
<p>chown appldev:dba /u01/oracle/ERPDEV/apps</p></blockquote>
<p>Create Staging area or else you can directly install from DVDs but you may need to switch DVDs during the installation.</p>
<p>Here we have created Staging directory as <strong>/u01/R12stage/</strong></p>
<p>There are multiple ways for creating staging areas. The simplest method is to copy all DVD contents to Staging directory in following subfolders.</p>
<p><strong>startCD,  oraDB, oraAppDB, oraApps, oraAS,  NLS-&lt;Language&gt; (if installing NLS)</strong></p>
<p>Or else you can use <strong>adautostg.pl</strong> to create a staging area automatically.</p>
<blockquote><p><span style="color: #ff0000;">ORATraining Tip: Execute the following to avoid unexpected errors during the installation since we are doing multiuser installation.<br />
<span style="color: #000000;">chmod 777 /tmp</span></span></p></blockquote>
<p><strong><span style="font-weight: normal;"><br />
</span></strong></p>
<blockquote><p><span style="color: #ff0000;">ORATraining tip: Sometimes it has been noticed on some Solaris based installation that installation will throw following error.</span></p>
<p>/u01/R12stage/startCD/Disk1/rapidwiz/rapidwiz: whoami: not found</p>
<p><span style="color: #ff0000;">Execute the following before starting the installation to avoid the issue.</span></p>
<p><span style="color: #000000;">export PATH=$PATH:/usr/ucb/</span></p></blockquote>
<p><span style="color: #000000;"><strong>Starting the installation:</strong></span></p>
<blockquote><p>cd /u01/R12stage/startCD/Disk1/rapidwiz</p>
<p>./rapidwiz</p></blockquote>
<blockquote><p><span style="color: #ff0000;">ORATraining tip: You can also execute directly with the path like &#8220;<span style="color: #000000;">/u01/R12stage/startCD/Disk1/rapidwiz/rapidwiz/rapidwiz</span>&#8221; to avoid selecting DVDs at the end of every component installation.</span></p></blockquote>
<blockquote><p><span style="color: #ff0000;">ORATraining Tip: Sometimes you may encounter following error after starting the installation.</span></p>
<p>/u01/R12stage/startCD/Disk1/rapidwiz/rapidwiz: /tmp/RapidInstall/bin/runWizard.sh: cannot execute</p>
<p><span style="color: #ff0000;">Execute the following to fix this if you encounter the same.</span></p>
<p><span style="color: #ff0000;"><span style="color: #ff0000;"><span style="color: #000000;">chmod 777 /u01/R12stage/startCD/Disk1/rapidwiz/bin</span></span></span></p></blockquote>
<p><strong>Welcome Screen:</strong></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-01.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-01.jpg" alt="" /></a></p>
<p>Do not change anything in this screen unless you are upgrading existing Oracle Applications release. Express release will go with many default parameters and skip certain steps but not recommended for an Apps DBA.</p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-02.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-02.jpg" alt="" /></a></p>
<p>Keep these blank if installing on test machine. This can always be filled later. You will need a valid CSI number and associated email id for this.</p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-03.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-03.jpg" alt="" /></a></p>
<p>No not change anything in this screen unless you are restarting a failed installation or installing on secondary nodes in case of multinode installation.</p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-04.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-04.jpg" alt="" /></a></p>
<p>Select a port pool here. All default ports will be added by a number selected in port pool and those ports will be assigned accordingly. For example with port pool 10, default ports will change as follows.</p>
<p>Web Server port will become 8010 (8000 + 10)</p>
<p>Forms port will become 9010 (9000 + 10)</p>
<p>Reports port will become 7010 (7000 + 10)</p>
<p>and so on..</p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-05.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-05.jpg" alt="" /></a></p>
<p><span id="more-307"></span><br />
<a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-06.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-06.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-07.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-07.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-08.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-08.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-09.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-09.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-10.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-10.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-11.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-11.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-12.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-12.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-13.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-13.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-15.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-15.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-16.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-16.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-17.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-17.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-19.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-19.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-20.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-20.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-22.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-22.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-23.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-23.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-24.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-24.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-26.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-26.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-27.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-27.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-28.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-28.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-29.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-29.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-32.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-32.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-35.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-35.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-36.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-36.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-37.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-37.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-38.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-38.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-39.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-39.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-40.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-40.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-41.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-41.jpg" alt="" /></a></p>
<p><a href="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-arabic-license.jpg" target="_new"><img src="http://www.oratraining.com/images/blog/installation/ebiz_1211_Sol_Sparc/R12-Solaris-arabic-license.jpg" alt="" /></a></p>
<left><a class="tt" href="http://twitter.com/home/?status=Installing+Oracle+Applications+%28eBusiness+Suite%29+Release+12+on+Solaris+http://bit.ly/bEE2Sd" title="Post to Twitter"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.oratraining.com/blog/2010/05/installing-oracle-applications-ebusiness-suite-r12-release-12-on-solaris/&amp;title=Installing+Oracle+Applications+%28eBusiness+Suite%29+Release+12+on+Solaris" title="Post to Digg"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big4.png" alt="Post to Digg" /></a></left><div class="fblike" style="height:25px; height:25px; overflow:hidden;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.oratraining.com%2Fblog%2F2010%2F05%2Finstalling-oracle-applications-ebusiness-suite-r12-release-12-on-solaris%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allow Transparency="true" style="border:none; overflow:hidden; width:450px;"></iframe></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oratraining.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oratraining.com/blog/2010/05/installing-oracle-applications-ebusiness-suite-r12-release-12-on-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for &#8220;Internet explorer has closed this webpage to help protect your computer&#8221;</title>
		<link>http://www.oratraining.com/blog/2010/04/internet-explorer-has-closed-this-webpage-to-help-protect-your-computer/</link>
		<comments>http://www.oratraining.com/blog/2010/04/internet-explorer-has-closed-this-webpage-to-help-protect-your-computer/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 11:01:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application server]]></category>
		<category><![CDATA[Browser issues]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Applications]]></category>
		<category><![CDATA[Oracle Applications issues]]></category>
		<category><![CDATA[Oracle developers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Clients]]></category>
		<category><![CDATA[Windows issues]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[jvm.dll]]></category>
		<category><![CDATA[oracle applications]]></category>

		<guid isPermaLink="false">http://www.oratraining.com/blog/?p=227</guid>
		<description><![CDATA[Many users face issue running Oracle forms on Microsoft Internet Explorer 8 (IE8) which causes the page to redirect to following url res://ieframe.dll/acr_depnx_error.htm#&#60;domain&#62;,http://&#60;server&#62;:&#60;port&#62;/forms/frmservlet?config=&#60;config&#62; It displays following error. Internet explorer has closed this webpage to help protect your computer A malfunctioning or malicious add-on has caused Internet Explorer to close this webpage. Solution: Goto Internet Explorer [...]]]></description>
			<content:encoded><![CDATA[<p>Many users face issue running Oracle forms on Microsoft Internet Explorer 8 (IE8) which causes the page to redirect to following url</p>
<p>res://ieframe.dll/acr_depnx_error.htm#&lt;domain&gt;,http://&lt;server&gt;:&lt;port&gt;/forms/frmservlet?config=&lt;config&gt;</p>
<p>It displays following error.</p>
<p><strong>Internet explorer has closed this webpage to help protect your computer</strong></p>
<p><strong><span style="font-weight: normal; font-size: 15px;">A malfunctioning or malicious add-on has caused Internet  Explorer to close this webpage.</span></strong></p>
<p><strong><span style="font-weight: normal; font-size: 15px;"><a href="http://www.oratraining.com/blog/wp-content/uploads/2010/04/IE-error22.jpg"><img class="alignnone size-full wp-image-352" title="Internet explorer has closed this webpage to help protect your computer" src="http://www.oratraining.com/blog/wp-content/uploads/2010/04/IE-error22.jpg" alt="" width="539" height="343" /></a></span></strong></p>
<p><span style="font-weight: normal;"> </span></p>
<p><strong><span style="color: #ff0000;">Solution:</span></strong></p>
<p>Goto Internet Explorer -&gt; Tools -&gt; Internet Options -&gt; Advanced -&gt; Scroll down to Security -&gt; Uncheck &#8220;Enable memory protection to help mitigate online attacks*&#8221;</p>
<p>Close all browser windows and restart the browser. The issue should have been fixed <img src='http://www.oratraining.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://www.oratraining.com/blog/wp-content/uploads/2010/04/IE-fix22.jpg"><img class="alignnone size-full wp-image-351" title="Uncheck Enable memory protection to help mitigate online attacks" src="http://www.oratraining.com/blog/wp-content/uploads/2010/04/IE-fix22.jpg" alt="" width="289" height="374" /></a></p>
<p><strong>Edit: </strong>Alternatively you can use either of following 2 alternate solutions.</p>
<p><strong><span style="color: #ff0000;">Alternate 2:</span></strong></p>
<p>Open registry using start-&gt;Run-&gt;regedit-&gt;ok</p>
<p>Go to <strong>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main</strong></p>
<p>On the right hand side you will see a DWORD key called <strong>DEPOff. </strong>IF this is set to value 0, just <strong>change it to 1</strong> and close registry editor.</p>
<p><a href="http://www.oratraining.com/blog/wp-content/uploads/2010/04/IE-DEP1.jpg"><img class="alignnone size-full wp-image-349" title="REGEDIT Turn Data Execution Prevention Off" src="http://www.oratraining.com/blog/wp-content/uploads/2010/04/IE-DEP1.jpg" alt="" width="683" height="349" /></a></p>
<p>Restart Internet Explorer and check if the problem has been fixed or not.</p>
<p><strong><span style="color: #ff0000;">Alternate 3:</span></strong></p>
<p>Right click on My Computer-&gt;Properties (or start-&gt;Run-&gt;<strong>sysdm.cpl</strong>-&gt;ok)</p>
<p>Click on &#8220;<strong>Advanced</strong>&#8221; Tab. Click on &#8220;<strong>Settings</strong>&#8221; button next to Performance.</p>
<p>Click on last tab &#8220;<strong>Data Execution Prevention</strong>&#8221;</p>
<p>Select Second option and then select &#8220;Internet Explorer&#8221; from the bottom pan.</p>
<p>(If &#8220;Internet Explorer&#8221; is not already present there then just click on &#8220;Add&#8221; and then select &#8220;c:\Program Files\Internet Explorer\iexplore.exe&#8221;)</p>
<p><a href="http://www.oratraining.com/blog/wp-content/uploads/2010/04/IE-DEP2.gif"><img class="alignnone size-full wp-image-353" title="Turn Data Execution Prevention Off for Internet Explorer" src="http://www.oratraining.com/blog/wp-content/uploads/2010/04/IE-DEP2.gif" alt="" width="547" height="372" /></a></p>
<p>Click OK and restart internet explorer. The problem should have been fixed.</p>
<left><a class="tt" href="http://twitter.com/home/?status=Fix+for+%E2%80%9CInternet+explorer+has+closed+this+webpage+to+help+protect+your+computer%E2%80%9D+http://bit.ly/cebqTE" title="Post to Twitter"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.oratraining.com/blog/2010/04/internet-explorer-has-closed-this-webpage-to-help-protect-your-computer/&amp;title=Fix+for+%E2%80%9CInternet+explorer+has+closed+this+webpage+to+help+protect+your+computer%E2%80%9D" title="Post to Digg"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big4.png" alt="Post to Digg" /></a></left><div class="fblike" style="height:25px; height:25px; overflow:hidden;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.oratraining.com%2Fblog%2F2010%2F04%2Finternet-explorer-has-closed-this-webpage-to-help-protect-your-computer%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allow Transparency="true" style="border:none; overflow:hidden; width:450px;"></iframe></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oratraining.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oratraining.com/blog/2010/04/internet-explorer-has-closed-this-webpage-to-help-protect-your-computer/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Fix for IE crash on launching forms in Oracle Applications 11i (11.5.10)</title>
		<link>http://www.oratraining.com/blog/2009/12/fix-for-ie-crash-on-launching-forms-in-oracle-applications-11i-11-5-10/</link>
		<comments>http://www.oratraining.com/blog/2009/12/fix-for-ie-crash-on-launching-forms-in-oracle-applications-11i-11-5-10/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 08:03:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Browser issues]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Applications]]></category>
		<category><![CDATA[Oracle Applications DBA]]></category>
		<category><![CDATA[Oracle Applications issues]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Clients]]></category>
		<category><![CDATA[Windows issues]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[jvm]]></category>
		<category><![CDATA[jvm.dll]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[oracle applications]]></category>

		<guid isPermaLink="false">http://www.oratraining.com/blog/?p=203</guid>
		<description><![CDATA[Many of you would have noticed that while launching forms from Oracle Applications 11.5.10 using Internet Explorer (IE 7) then it might crash with following error. Though it may work perfectly fine in mozilla firefox. This is the working fix for the issue. Solution-1: 1) Take backup of jvm.dll located at c:\Program Files\Oracle\JInitiator 1.3.1.21\bin\hotspot directory. [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-top: 0.5em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; line-height: 19px; padding: 0px;">Many of you would have noticed that while launching forms from Oracle Applications 11.5.10 using Internet Explorer (IE 7) then it might crash with following error. Though it may work perfectly fine in mozilla firefox.</p>
<p><img class="alignnone size-full wp-image-208" title="ie-crash1" src="http://www.oratraining.com/blog/wp-content/uploads/2009/12/ie-crash1.JPG" alt="ie-crash1" width="334" height="224" /></p>
<p style="margin-top: 0.5em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; line-height: 19px; padding: 0px;"><img class="alignnone size-full wp-image-209" title="jvm-error1" src="http://www.oratraining.com/blog/wp-content/uploads/2009/12/jvm-error1.JPG" alt="jvm-error1" width="422" height="273" /></p>
<p style="margin-top: 0.5em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; line-height: 19px; padding: 0px;">This is the working fix for the issue.</p>
<p style="margin-top: 0.5em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; line-height: 19px; padding: 0px;"><strong>Solution-1:</strong></p>
<p style="margin-top: 0.5em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; line-height: 19px; padding: 0px;">1) Take backup of jvm.dll located at <strong>c:\Program Files\Oracle\JInitiator 1.3.1.21\bin\hotspot</strong> directory.<br />
2) Copy <strong>jvm.dll</strong> from <strong>C:\Program Files\Java\jre1.6.0_07\bin\client</strong> (or whichever highest version of jre you have) to <strong>c:\Program Files\Oracle\JInitiator 1.3.1.21\bin\hotspot</strong><br />
3) Clear browser cache and also Oracle Jar cache (Remove all files from<strong> c:\documents and settings\&lt;username&gt;\Oralce Jar cache</strong>)<br />
4)	Close all the browsers and restart</p>
<p style="margin-top: 0.5em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; line-height: 19px; padding: 0px;">Enjoy !! The issue should have been resolved now !</p>
<p style="margin-top: 0.5em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; line-height: 19px; padding: 0px;"><strong>Solution-2:</strong></p>
<p style="margin-top: 0.5em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; line-height: 19px; padding: 0px;">In case if you are unable to find the jvm.dll in that location or if the above solution didn&#8217;t work for you, you can download the working jvm.dll from <a href="http://blog.oratraining.com/files/jvm.dll" target="_blank">this link</a>.</p>
<left><a class="tt" href="http://twitter.com/home/?status=Fix+for+IE+crash+on+launching+forms+in+Oracle+Applications+11i+%2811.5.10%29+http://bit.ly/bCMrGS" title="Post to Twitter"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.oratraining.com/blog/2009/12/fix-for-ie-crash-on-launching-forms-in-oracle-applications-11i-11-5-10/&amp;title=Fix+for+IE+crash+on+launching+forms+in+Oracle+Applications+11i+%2811.5.10%29" title="Post to Digg"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big4.png" alt="Post to Digg" /></a></left><div class="fblike" style="height:25px; height:25px; overflow:hidden;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.oratraining.com%2Fblog%2F2009%2F12%2Ffix-for-ie-crash-on-launching-forms-in-oracle-applications-11i-11-5-10%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allow Transparency="true" style="border:none; overflow:hidden; width:450px;"></iframe></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oratraining.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oratraining.com/blog/2009/12/fix-for-ie-crash-on-launching-forms-in-oracle-applications-11i-11-5-10/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>cmclean.sql script to cleanup concurrent manager tables</title>
		<link>http://www.oratraining.com/blog/2009/04/cmclean-sql-script-to-cleanup-concurrent-manager-tables/</link>
		<comments>http://www.oratraining.com/blog/2009/04/cmclean-sql-script-to-cleanup-concurrent-manager-tables/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 12:42:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Concurrent manager]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Applications]]></category>
		<category><![CDATA[Oracle Applications DBA]]></category>
		<category><![CDATA[oracle applications]]></category>

		<guid isPermaLink="false">http://www.oratraining.com/blog/?p=127</guid>
		<description><![CDATA[Click here to download cmclean.sql REM REM FILENAME REM   cmclean.sql REM DESCRIPTION REM   Clean out the concurrent manager tables REM NOTES REM   Usage: sqlplus &#60;apps_user/apps_passwd&#62; @cmclean REM REM REM   $Id: cmclean.sql,v 1.4 2001/04/07 15:55:07 pferguso Exp $ REM REM REM +==============================+ set verify off; set head off; set timing off set pagesize 1000 column manager format [...]]]></description>
			<content:encoded><![CDATA[<h4 style="font-size: 1em;">Click here to download <a href="http://www.oratraining.com/docs/oracle/scripts/cmclean.sql" target="_blank">cmclean.sql</a></h4>
<p>REM<br />
REM FILENAME<br />
REM   cmclean.sql<br />
REM DESCRIPTION<br />
REM   Clean out the concurrent manager tables<br />
REM NOTES<br />
REM   Usage: sqlplus &lt;apps_user/apps_passwd&gt; @cmclean<br />
REM<br />
REM<br />
REM   $Id: cmclean.sql,v 1.4 2001/04/07 15:55:07 pferguso Exp $<br />
REM<br />
REM<br />
REM +==============================+<br />
set verify off;<br />
set head off;<br />
set timing off<br />
set pagesize 1000<br />
column manager format a20 heading &#8216;Manager short name&#8217;<br />
column pid heading &#8216;Process id&#8217;<br />
column pscode format a12 heading &#8216;Status code&#8217;<br />
column ccode format a12 heading &#8216;Control code&#8217;<br />
column request heading &#8216;Request ID&#8217;<br />
column pcode format a6 heading &#8216;Phase&#8217;<br />
column scode format a6 heading &#8216;Status&#8217;<br />
WHENEVER SQLERROR EXIT ROLLBACK;<span id="more-127"></span><br />
DOCUMENT<br />
WARNING : Do not run this script without explicit instructions<br />
from Oracle Support<br />
*** Make sure that the managers are shut down     ***<br />
*** before running this script                    ***<br />
*** If the concurrent managers are NOT shut down, ***<br />
*** exit this script now !!                       ***<br />
#<br />
accept answer prompt &#8216;If you wish to continue type the word &#8221;dual&#8221;: &#8216;<br />
set feed off<br />
select null from &amp;answer;<br />
set feed on<br />
REM     Update process status codes to TERMINATED<br />
prompt<br />
prompt  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
prompt  &#8212; Updating invalid process status codes in FND_CONCURRENT_PROCESSES<br />
set feedback off<br />
set head on<br />
break on manager<br />
SELECT  concurrent_queue_name manager,<br />
concurrent_process_id pid,<br />
process_status_code pscode<br />
FROM    fnd_concurrent_queues fcq, fnd_concurrent_processes fcp<br />
WHERE   process_status_code not in (&#8216;K&#8217;, &#8216;S&#8217;)<br />
AND     fcq.concurrent_queue_id = fcp.concurrent_queue_id<br />
AND     fcq.application_id = fcp.queue_application_id;<br />
set head off<br />
set feedback on<br />
UPDATE  fnd_concurrent_processes<br />
SET     process_status_code = &#8216;K&#8217;<br />
WHERE   process_status_code not in (&#8216;K&#8217;, &#8216;S&#8217;);<br />
REM     Set all managers to 0 processes<br />
prompt<br />
prompt  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
prompt  &#8212; Updating running processes in FND_CONCURRENT_QUEUES<br />
prompt  &#8212; Setting running_processes = 0 and max_processes = 0 for all managers<br />
UPDATE  fnd_concurrent_queues<br />
SET     running_processes = 0, max_processes = 0;<br />
REM     Reset control codes<br />
prompt<br />
prompt  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
prompt  &#8212; Updating invalid control_codes in FND_CONCURRENT_QUEUES<br />
set feedback off<br />
set head on<br />
SELECT  concurrent_queue_name manager,<br />
control_code ccode<br />
FROM    fnd_concurrent_queues<br />
WHERE   control_code not in (&#8216;E&#8217;, &#8216;R&#8217;, &#8216;X&#8217;)<br />
AND     control_code IS NOT NULL;<br />
set feedback on<br />
set head off<br />
UPDATE  fnd_concurrent_queues<br />
SET     control_code = NULL<br />
WHERE   control_code not in (&#8216;E&#8217;, &#8216;R&#8217;, &#8216;X&#8217;)<br />
AND     control_code IS NOT NULL;<br />
REM     Also null out target_node for all managers<br />
UPDATE  fnd_concurrent_queues<br />
SET     target_node = null;<br />
REM     Set all &#8216;Terminating&#8217; requests to Completed/Error<br />
REM     Also set Running requests to completed, since the managers are down<br />
prompt<br />
prompt  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
prompt  &#8212; Updating any Running or Terminating requests to Completed/Error<br />
set feedback off<br />
set head on<br />
SELECT  request_id request,<br />
phase_code pcode,<br />
status_code scode<br />
FROM    fnd_concurrent_requests<br />
WHERE   status_code = &#8216;T&#8217; OR phase_code = &#8216;R&#8217;<br />
ORDER BY request_id;<br />
set feedback on<br />
set head off<br />
UPDATE  fnd_concurrent_requests<br />
SET     phase_code = &#8216;C&#8217;, status_code = &#8216;E&#8217;<br />
WHERE   status_code =&#8217;T&#8217; OR phase_code = &#8216;R&#8217;;<br />
REM     Set all Runalone flags to &#8216;N&#8217;<br />
REM     This has to be done differently for Release 10<br />
prompt<br />
prompt  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
prompt  &#8212; Updating any Runalone flags to &#8216;N&#8217;<br />
prompt<br />
set serveroutput on<br />
set feedback off<br />
declare<br />
c         pls_integer := dbms_sql.open_cursor;<br />
upd_rows  pls_integer;<br />
vers      varchar2(50);<br />
tbl       varchar2(50);<br />
col       varchar2(50);<br />
statement varchar2(255);<br />
begin<br />
select substr(release_name, 1, 2)<br />
into   vers<br />
from fnd_product_groups;<br />
if vers &gt;= 11 then<br />
tbl := &#8216;fnd_conflicts_domain&#8217;;<br />
col := &#8216;runalone_flag&#8217;;<br />
else<br />
tbl := &#8216;fnd_concurrent_conflict_sets&#8217;;<br />
col := &#8216;run_alone_flag&#8217;;<br />
end if;<br />
statement := &#8216;update &#8216; || tbl || &#8216; set &#8216; || col || &#8216;=&#8221;N&#8221; where &#8216; || col || &#8216; = &#8221;Y&#8221;&#8217;;<br />
dbms_sql.parse(c, statement, dbms_sql.native);<br />
upd_rows := dbms_sql.execute(c);<br />
dbms_sql.close_cursor(c);<br />
dbms_output.put_line(&#8216;Updated &#8216; || upd_rows || &#8216; rows of &#8216; || col || &#8216; in &#8216; || tbl || &#8216; to &#8221;N&#8221;&#8217;);<br />
end;<br />
/</p>
<p>prompt</p>
<p>prompt  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>prompt  Updates complete.<br />
prompt  Type commit now to commit these updates, or rollback to cancel.<br />
prompt  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>prompt</p>
<p>set feedback on</p>
<p>REM  &lt;= Last REM statment &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<left><a class="tt" href="http://twitter.com/home/?status=cmclean.sql+script+to+cleanup+concurrent+manager+tables+http://bit.ly/bR8sTN" title="Post to Twitter"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.oratraining.com/blog/2009/04/cmclean-sql-script-to-cleanup-concurrent-manager-tables/&amp;title=cmclean.sql+script+to+cleanup+concurrent+manager+tables" title="Post to Digg"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big4.png" alt="Post to Digg" /></a></left><div class="fblike" style="height:25px; height:25px; overflow:hidden;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.oratraining.com%2Fblog%2F2009%2F04%2Fcmclean-sql-script-to-cleanup-concurrent-manager-tables%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allow Transparency="true" style="border:none; overflow:hidden; width:450px;"></iframe></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oratraining.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oratraining.com/blog/2009/04/cmclean-sql-script-to-cleanup-concurrent-manager-tables/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to submit concurrent program from command promot / shell</title>
		<link>http://www.oratraining.com/blog/2009/04/how-to-submit-concurrent-program-from-command-promot-shell/</link>
		<comments>http://www.oratraining.com/blog/2009/04/how-to-submit-concurrent-program-from-command-promot-shell/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 14:21:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Concurrent manager]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Applications]]></category>
		<category><![CDATA[Oracle Applications DBA]]></category>
		<category><![CDATA[oracle applications]]></category>

		<guid isPermaLink="false">http://www.oratraining.com/blog/?p=103</guid>
		<description><![CDATA[We can submit concurrent programs from OS command / shell prompt using CONCSUB utility. Following is the syntax of the same: CONCSUB &#60;APPS username&#62;/&#60;APPS password&#62; &#60;responsibility application short name&#62; &#60;responsibility name&#62; &#60;username&#62; [WAIT=N&#124;Y&#124;&#60;n seconds&#62;] CONCURRENT &#60;program application short name&#62; &#60;program name&#62; [PROGRAM_NAME="&#60;description&#62;"] [REPEAT_TIME=&#60;resubmission time&#62;] [REPEAT_INTERVAL= &#60;number&#62;] [REPEAT_INTERVAL_UNIT=&#60; resubmission unit&#62;] [REPEAT_INTERVAL_TYPE=&#60; resubmission type&#62;] [REPEAT_END=&#60;resubmission end date and [...]]]></description>
			<content:encoded><![CDATA[<p>We can submit concurrent programs from OS command / shell prompt using CONCSUB utility. Following is the <strong>syntax</strong> of the same:</p>
<p>CONCSUB &lt;APPS username&gt;/&lt;APPS password&gt;<br />
&lt;responsibility application short name&gt;<br />
&lt;responsibility name&gt;<br />
&lt;username&gt;<br />
[WAIT=N|Y|&lt;n seconds&gt;]<br />
CONCURRENT<br />
&lt;program application short name&gt;<br />
&lt;program name&gt;<br />
[PROGRAM_NAME="&lt;description&gt;"]<br />
[REPEAT_TIME=&lt;resubmission time&gt;]<br />
[REPEAT_INTERVAL= &lt;number&gt;]<br />
[REPEAT_INTERVAL_UNIT=&lt; resubmission unit&gt;]<br />
[REPEAT_INTERVAL_TYPE=&lt; resubmission type&gt;]<br />
[REPEAT_END=&lt;resubmission end date and time&gt;]<br />
[NLS_LANGUAGE=&lt;language of the request&gt;]<br />
[NLS_TERRITORY=&lt;territory of the request&gt;]<br />
[START=&lt;date&gt;]<br />
[IMPLICIT=&lt; type of concurrent request&gt;<br />
[&lt;parameter 1&gt; ... &lt;parameter n&gt;]</p>
<p><strong>Examples:</strong></p>
<p><strong>Active Users</strong><br />
CONCSUB apps/[apps_pwd] SYSADMIN &#8220;System Administrator&#8221; SYSADMIN WAIT=N CONCURRENT FND FNDSCURS</p>
<p><strong>Prints Environment Variables</strong><br />
CONCSUB apps/[apps_pwd] SYSADMIN &#8220;System Administrator&#8221; SYSADMIN WAIT=N CONCURRENT FND FNDPRNEV APPL_TOP</p>
<left><a class="tt" href="http://twitter.com/home/?status=How+to+submit+concurrent+program+from+command+promot+%2F+shell+http://bit.ly/cVYoor" title="Post to Twitter"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.oratraining.com/blog/2009/04/how-to-submit-concurrent-program-from-command-promot-shell/&amp;title=How+to+submit+concurrent+program+from+command+promot+%2F+shell" title="Post to Digg"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big4.png" alt="Post to Digg" /></a></left><div class="fblike" style="height:25px; height:25px; overflow:hidden;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.oratraining.com%2Fblog%2F2009%2F04%2Fhow-to-submit-concurrent-program-from-command-promot-shell%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allow Transparency="true" style="border:none; overflow:hidden; width:450px;"></iframe></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oratraining.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oratraining.com/blog/2009/04/how-to-submit-concurrent-program-from-command-promot-shell/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Oracle Applications Concurrent Request phase codes and status codes</title>
		<link>http://www.oratraining.com/blog/2009/04/oracle-applications-concurrent-request-phase-codes-and-status-codes/</link>
		<comments>http://www.oratraining.com/blog/2009/04/oracle-applications-concurrent-request-phase-codes-and-status-codes/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 14:06:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Concurrent manager]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Applications]]></category>
		<category><![CDATA[Oracle Applications DBA]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[oracle applications]]></category>
		<category><![CDATA[submit concurrent program]]></category>
		<category><![CDATA[submit concurrent request]]></category>

		<guid isPermaLink="false">http://www.oratraining.com/blog/?p=98</guid>
		<description><![CDATA[  Table Name: FND_CONCURRENT_REQUESTS Column Name: PHASE_CODE   Value  Meaning  C  Completed  I  Inactive  P  Pending  R  Running   Table Name: FND_CONCURRENT_REQUESTS Column Name: STATUS_CODE   Value  Meaning  D  Cancelled  U  Disabled  E  Error  M  No Manager  R  Normal  I  Normal  C  Normal  H  On Hold  W  Paused  B  Resuming  P  Scheduled  Q  Standby  S [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<p><strong>Table Name:</strong> FND_CONCURRENT_REQUESTS</p>
<p><strong>Column Name:</strong> PHASE_CODE<br />
 </p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="91" valign="top"><strong>Value</strong></td>
<td width="180" valign="top"><strong> Meaning</strong></td>
</tr>
<tr>
<td width="91" valign="top"> C</td>
<td width="180" valign="top"> Completed</td>
</tr>
<tr>
<td width="91" valign="top"> I</td>
<td width="180" valign="top"> Inactive</td>
</tr>
<tr>
<td width="91" valign="top"> P</td>
<td width="180" valign="top"> Pending</td>
</tr>
<tr>
<td width="91" valign="top"> R</td>
<td width="180" valign="top"> Running</td>
</tr>
</tbody>
</table>
<p> <br />
<strong>Table Name: </strong>FND_CONCURRENT_REQUESTS</p>
<p><strong>Column Name:</strong> STATUS_CODE<br />
 </p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="91" valign="top"><strong>Value</strong></td>
<td width="180" valign="top"><strong> Meaning</strong></td>
</tr>
<tr>
<td width="91" valign="top"> D</td>
<td width="180" valign="top"> Cancelled</td>
</tr>
<tr>
<td width="91" valign="top"> U</td>
<td width="180" valign="top"> Disabled</td>
</tr>
<tr>
<td width="91" valign="top"> E</td>
<td width="180" valign="top"> Error</td>
</tr>
<tr>
<td width="91" valign="top"> M</td>
<td width="180" valign="top"> No   Manager</td>
</tr>
<tr>
<td width="91" valign="top"> R</td>
<td width="180" valign="top"> Normal</td>
</tr>
<tr>
<td width="91" valign="top"> I</td>
<td width="180" valign="top"> Normal</td>
</tr>
<tr>
<td width="91" valign="top"> C</td>
<td width="180" valign="top"> Normal</td>
</tr>
<tr>
<td width="91" valign="top"> H</td>
<td width="180" valign="top"> On   Hold</td>
</tr>
<tr>
<td width="91" valign="top"> W</td>
<td width="180" valign="top"> Paused</td>
</tr>
<tr>
<td width="91" valign="top"> B</td>
<td width="180" valign="top"> Resuming</td>
</tr>
<tr>
<td width="91" valign="top"> P</td>
<td width="180" valign="top"> Scheduled</td>
</tr>
<tr>
<td width="91" valign="top"> Q</td>
<td width="180" valign="top"> Standby</td>
</tr>
<tr>
<td width="91" valign="top"> S</td>
<td width="180" valign="top"> Suspended</td>
</tr>
<tr>
<td width="91" valign="top"> X</td>
<td width="180" valign="top"> Terminated</td>
</tr>
<tr>
<td width="91" valign="top"> T</td>
<td width="180" valign="top"> Terminating</td>
</tr>
<tr>
<td width="91" valign="top"> A</td>
<td width="180" valign="top"> Waiting</td>
</tr>
<tr>
<td width="91" valign="top"> Z</td>
<td width="180" valign="top"> Waiting</td>
</tr>
<tr>
<td width="91" valign="top"> G</td>
<td width="180" valign="top"> Warning</td>
</tr>
</tbody>
</table>
<left><a class="tt" href="http://twitter.com/home/?status=Oracle+Applications+Concurrent+Request+phase+codes+and+status+codes+http://bit.ly/cKy8Jb" title="Post to Twitter"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.oratraining.com/blog/2009/04/oracle-applications-concurrent-request-phase-codes-and-status-codes/&amp;title=Oracle+Applications+Concurrent+Request+phase+codes+and+status+codes" title="Post to Digg"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big4.png" alt="Post to Digg" /></a></left><div class="fblike" style="height:25px; height:25px; overflow:hidden;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.oratraining.com%2Fblog%2F2009%2F04%2Foracle-applications-concurrent-request-phase-codes-and-status-codes%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allow Transparency="true" style="border:none; overflow:hidden; width:450px;"></iframe></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oratraining.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oratraining.com/blog/2009/04/oracle-applications-concurrent-request-phase-codes-and-status-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle SQL hints</title>
		<link>http://www.oratraining.com/blog/2009/04/oracle-sql-hints/</link>
		<comments>http://www.oratraining.com/blog/2009/04/oracle-sql-hints/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 06:56:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Applications Performance Tuning]]></category>
		<category><![CDATA[Database Performance Tuning]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle DBA]]></category>
		<category><![CDATA[Concurrent manager]]></category>
		<category><![CDATA[oracle applications]]></category>
		<category><![CDATA[Oracle Applications DBA]]></category>

		<guid isPermaLink="false">http://www.oratraining.com/blog/?p=89</guid>
		<description><![CDATA[/*+ hint */ /*+ hint(argument) */ /*+ hint(argument-1 argument-2) */ All hints except /*+ rule */ cause the CBO to be used. Therefore, it is good practise to analyze the underlying tables if hints are used (or the query is fully hinted. There should be no schema names in hints. Hints must use aliases if [...]]]></description>
			<content:encoded><![CDATA[<p>/*+ hint */</p>
<p>/*+ hint(argument) */</p>
<p>/*+ hint(argument-1 argument-2) */</p>
<p>All hints except /*+ rule */ cause the CBO to be used. Therefore, it is good practise to analyze the underlying tables if hints are used (or the query is <em>fully</em> hinted.</p>
<p>There should be no schema names in hints. Hints must use aliases if alias names are used for table names. So the following is wrong:</p>
<p>select /*+ index(scott.emp ix_emp) */ from scott.emp <strong>emp_alias</strong></p>
<p>better:</p>
<p>select /*+ index(<strong>emp_alias</strong> ix_emp) */ &#8230; from scott.emp <strong>emp_alias</strong></p>
<p><strong>Why using hints</strong></p>
<p><span id="more-89"></span><br />
It is a perfect valid question to ask why hints should be used. Oracle comes with an <span style="text-decoration: underline;">optimizer</span> that promises to optimize a <span style="text-decoration: underline;">query&#8217;s execution plan</span>. When this optimizer is really doing a good job, no hints should be required at all.</p>
<p>Sometimes, however, the characteristics of the data in the database are changing rapidly, so that the optimizer (or more accuratly, its statistics) are out of date. In this case, a hint could help.</p>
<p>It must also be noted, that Oracle allows to <em>lock</em> the statistics when they look ideal which should make the hints meaningless again.</p>
<p><strong>Hint categories</strong></p>
<p>Hints can be categorized as follows:</p>
<ul class="unIndentedList">
<li> Hints for Optimization Approaches and Goals,</li>
<li> Hints for Access Paths, Hints for Query Transformations,</li>
<li> Hints for Join Orders,</li>
<li> Hints for Join Operations,</li>
<li> Hints for Parallel Execution,</li>
<li> Additional Hints</li>
</ul>
<p><strong>Documented Hints</strong></p>
<p><strong>Hints for Optimization Approaches and Goals</strong></p>
<ul class="unIndentedList">
<li> ALL_ROWS<br />
One of the hints that &#8216;invokes&#8217; the <span style="text-decoration: underline;">Cost based optimizer</span><br />
ALL_ROWS is usually used for <em>batch processing</em> or <em>data warehousing</em> systems.</li>
<li> FIRST_ROWS<br />
One of the hints that &#8216;invokes&#8217; the <span style="text-decoration: underline;">Cost based optimizer</span><br />
FIRST_ROWS is usually used for <em>OLTP</em> systems.</li>
<li> CHOOSE<br />
One of the hints that &#8216;invokes&#8217; the <span style="text-decoration: underline;">Cost based optimizer</span><br />
This hint lets the server choose (between ALL_ROWS and FIRST_ROWS, based on <span style="text-decoration: underline;">statistics gathered</span>.</li>
<li> RULE<br />
The RULE hint should be considered deprecated as it is dropped from Oracle9i2.</li>
</ul>
<p>See also the following initialization parameters: <span style="text-decoration: underline;">optimizer_mode</span>, <span style="text-decoration: underline;">optimizer_max_permutations</span>, <span style="text-decoration: underline;">optimizer_index_cost_adj</span>, <span style="text-decoration: underline;">optimizer_index_caching</span> and</p>
<p><strong>Hints for Access Paths</strong></p>
<ul class="unIndentedList">
<li> CLUSTER<br />
Performs a <span style="text-decoration: underline;">nested loop</span> by the cluster index of one of the tables.</li>
<li> FULL<br />
Performs <span style="text-decoration: underline;">full table scan</span>.</li>
<li> HASH<br />
Hashes one table (full scan) and creates a hash index for that table. Then hashes other table and uses hash index to find corresponding records. Therefore not suitable for &lt; or &gt; join conditions.</li>
<li> ROWID<br />
Retrieves the row by <span style="text-decoration: underline;">rowid</span></li>
<li> INDEX<br />
Specifying that index index_name should be used on table tab_name: /*+ index (tab_name index_name) */<br />
Specifying that the index should be used the the <span style="text-decoration: underline;">CBO</span> thinks is most suitable. (Not always a good choice).<br />
Starting with Oracle 10g, the index hint can be described: /*+ index(my_tab my_tab(col_1, col_2)) */. Using the index on my_tab that starts with the columns col_1 and col_2.</li>
<li> INDEX_ASC</li>
<li> INDEX_COMBINE</li>
<li> INDEX_DESC</li>
<li> INDEX_FFS</li>
<li> INDEX_JOIN</li>
<li> NO_INDEX</li>
<li> AND_EQUAL<br />
The AND_EQUAL hint explicitly chooses an execution plan that uses an access path that merges the scans on several single-column indexes</li>
</ul>
<p><strong>Hints for Query Transformations</strong></p>
<ul class="unIndentedList">
<li> FACT<br />
The FACT hint is used in the context of the star transformation to indicate to the transformation that the hinted table should be considered as a fact table.</li>
<li> MERGE</li>
<li> NO_EXPAND</li>
<li> NO_EXPAND_GSET_TO_UNION</li>
<li> NO_FACT</li>
<li> NO_MERGE</li>
<li> NOREWRITE</li>
<li> REWRITE</li>
<li> STAR_TRANSFORMATION</li>
<li> USE_CONCAT</li>
</ul>
<p><strong>Hints for Join Operations</strong></p>
<ul class="unIndentedList">
<li> DRIVING_SITE</li>
<li> HASH_AJ</li>
<li> HASH_SJ</li>
<li> LEADING</li>
<li> MERGE_AJ</li>
<li> MERGE_SJ</li>
<li> NL_AJ</li>
<li> NL_SJ</li>
<li> USE_HASH</li>
<li> USE_MERGE</li>
<li> USE_NL</li>
</ul>
<p><strong>Hints for Parallel Execution</strong></p>
<ul class="unIndentedList">
<li> NOPARALLEL</li>
<li> PARALLEL</li>
<li> NOPARALLEL_INDEX</li>
<li> PARALLEL_INDEX</li>
<li> PQ_DISTRIBUTE</li>
</ul>
<p><strong>Additional Hints</strong></p>
<ul class="unIndentedList">
<li> ANTIJOIN <a name="append"></a></li>
<li> APPEND<br />
If a table or an index is specified with <span style="text-decoration: underline;">nologging</span>, this hint applied with an insert statement produces a <strong>direct path insert</strong> which reduces generation of <span style="text-decoration: underline;">redo</span>.</li>
<li> BITMAP</li>
<li> BUFFER</li>
<li> CACHE</li>
<li> CARDINALITY</li>
<li> CPU_COSTING</li>
<li> <span style="text-decoration: underline;">DYNAMIC_SAMPLING</span></li>
<li> INLINE</li>
<li> MATERIALIZE</li>
<li> NO_ACCESS</li>
<li> NO_BUFFER</li>
<li> NO_MONITORING</li>
<li> NO_PUSH_PRED</li>
<li> NO_PUSH_SUBQ</li>
<li> NO_QKN_BUFF</li>
<li> NO_SEMIJOIN</li>
<li> NOAPPEND</li>
<li> NOCACHE</li>
<li> OR_EXPAND</li>
<li> ORDERED</li>
<li> ORDERED_PREDICATES</li>
<li> PUSH_PRED</li>
<li> PUSH_SUBQ</li>
<li> <span style="text-decoration: underline;">QB_NAME</span></li>
<li> <span style="text-decoration: underline;">RESULT_CACHE</span> (<span style="text-decoration: underline;">Oracle 11g</span>)</li>
<li> SELECTIVITY</li>
<li> SEMIJOIN</li>
<li> SEMIJOIN_DRIVER</li>
<li> STAR<br />
The STAR hint forces a star query plan to be used, if possible. A star plan has the largest table in the query last in the join order and joins it with a nested loops join on a concatenated index. The STAR hint applies when there are at least three tables, the large table&#8217;s concatenated index has at least three columns, and there are no conflicting access or join method hints. The optimizer also considers different permutations of the small tables.</li>
<li> SWAP_JOIN_INPUTS</li>
<li> USE_ANTI</li>
<li> USE_SEMI</li>
</ul>
<p><strong>Undocumented hints:</strong></p>
<ul class="unIndentedList">
<li> BYPASS_RECURSIVE_CHECK<br />
Workaraound for bug 1816154</li>
<li> BYPASS_UJVC</li>
<li> CACHE_CB</li>
<li> CACHE_TEMP_TABLE</li>
<li> CIV_GB</li>
<li> COLLECTIONS_GET_REFS</li>
<li> CUBE_GB</li>
<li> CURSOR_SHARING_EXACT</li>
<li> DEREF_NO_REWRITE</li>
<li> DML_UPDATE</li>
<li> DOMAIN_INDEX_NO_SORT</li>
<li> DOMAIN_INDEX_SORT</li>
<li> DYNAMIC_SAMPLING</li>
<li> DYNAMIC_SAMPLING_EST_CDN</li>
<li> EXPAND_GSET_TO_UNION</li>
<li> FORCE_SAMPLE_BLOCK</li>
<li> GBY_CONC_ROLLUP</li>
<li> GLOBAL_TABLE_HINTS</li>
<li> HWM_BROKERED</li>
<li> IGNORE_ON_CLAUSE</li>
<li> IGNORE_WHERE_CLAUSE</li>
<li> INDEX_RRS</li>
<li> INDEX_SS</li>
<li> INDEX_SS_ASC</li>
<li> INDEX_SS_DESC</li>
<li> LIKE_EXPAND</li>
<li> LOCAL_INDEXES</li>
<li> MV_MERGE</li>
<li> NESTED_TABLE_GET_REFS</li>
<li> NESTED_TABLE_SET_REFS</li>
<li> NESTED_TABLE_SET_SETID</li>
<li> NO_FILTERING</li>
<li> NO_ORDER_ROLLUPS</li>
<li> NO_PRUNE_GSETS</li>
<li> NO_STATS_GSETS</li>
<li> NO_UNNEST</li>
<li> NOCPU_COSTING</li>
<li> OVERFLOW_NOMOVE</li>
<li> PIV_GB</li>
<li> PIV_SSF</li>
<li> PQ_MAP</li>
<li> PQ_NOMAP</li>
<li> REMOTE_MAPPED</li>
<li> RESTORE_AS_INTERVALS</li>
<li> SAVE_AS_INTERVALS</li>
<li> SCN_ASCENDING</li>
<li> SKIP_EXT_OPTIMIZER</li>
<li> SQLLDR</li>
<li> SYS_DL_CURSOR</li>
<li> SYS_PARALLEL_TXN</li>
<li> SYS_RID_ORDER</li>
<li> TIV_GB</li>
<li> TIV_SSF</li>
<li> UNNEST</li>
<li> USE_TTT_FOR_GSETS</li>
</ul>
<left><a class="tt" href="http://twitter.com/home/?status=Oracle+SQL+hints+http://bit.ly/dC2dGR" title="Post to Twitter"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.oratraining.com/blog/2009/04/oracle-sql-hints/&amp;title=Oracle+SQL+hints" title="Post to Digg"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big4.png" alt="Post to Digg" /></a></left><div class="fblike" style="height:25px; height:25px; overflow:hidden;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.oratraining.com%2Fblog%2F2009%2F04%2Foracle-sql-hints%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allow Transparency="true" style="border:none; overflow:hidden; width:450px;"></iframe></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oratraining.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oratraining.com/blog/2009/04/oracle-sql-hints/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Certified Oracle RAC Scenarios for Oralce eBusiness suite cloning</title>
		<link>http://www.oratraining.com/blog/2009/04/certified-oracle-rac-scenarios-for-oralce-ebusiness-suite-cloning/</link>
		<comments>http://www.oratraining.com/blog/2009/04/certified-oracle-rac-scenarios-for-oralce-ebusiness-suite-cloning/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 06:02:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cloning Oracle Applications]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Applications]]></category>
		<category><![CDATA[Oracle Applications DBA]]></category>
		<category><![CDATA[Oracle Database cloning]]></category>
		<category><![CDATA[11i]]></category>
		<category><![CDATA[certified]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[cloning]]></category>
		<category><![CDATA[oracle applications]]></category>
		<category><![CDATA[R12]]></category>
		<category><![CDATA[RAC]]></category>
		<category><![CDATA[rapid clone]]></category>
		<category><![CDATA[rapidclone]]></category>
		<category><![CDATA[release 12]]></category>
		<category><![CDATA[scenarios]]></category>

		<guid isPermaLink="false">http://www.oratraining.com/blog/?p=79</guid>
		<description><![CDATA[(Based on Oracle Metalink note: 783188.1 as on 3-Mar-2009) This document is divided into the following sections: Section 1: Terminology Section 2: Supported Scenarios Section 3: References The most up-to-date version of this document can be obtained in Note 783188.1. Section 1: Terminology Cloning an Oracle E-Business Suite system that uses an Oracle Real Application Clusters [...]]]></description>
			<content:encoded><![CDATA[<p>(Based on Oracle Metalink note: 783188.1 as on 3-Mar-2009)</p>
<p>This document is divided into the following sections:</p>
<ul>
<li>Section  1: Terminology</li>
<li>Section  2: Supported Scenarios</li>
<li>Section  3: References</li>
</ul>
<p>The most up-to-date version of this document can be obtained in <a href="https://metalink2.oracle.com/metalink/plsql/showdoc?db=NOT&amp;id=783188.1&amp;blackframe=1">Note  783188.1</a>.</p>
<h2><strong><a name="Term"></a>Section 1: </strong>Terminology</h2>
<p>Cloning an Oracle E-Business Suite system  that uses an Oracle Real Application Clusters (Oracle RAC) enabled database  involves numerous different technology components and steps, and would therefore  be a complex, error-prone process if carried out manually.</p>
<p>To speed up, simplify, and enhance  reliability of the process, Oracle offers the following tools for use in cloning  RAC Enabled Oracle E-Business Suite systems:</p>
<ul>
<li><strong>Rapid Clone</strong> &#8211; Command-line tool</li>
<li><strong>Oracle Application Management Pack for Oracle E-Business Suite (AMP)</strong> &#8211; GUI-based tool used for automated end-to-end cloning</li>
</ul>
<p>This document provides details of the RAC  scenarios that are currently certified for cloning using these tools. Other  scenarios are planned as shown.</p>
<p><strong>Note: </strong>Scenarios not shown are not  supported.</p>
<h2><strong><span id="more-79"></span><a name="Sup"></a>Section 2: </strong>Supported Scenarios</h2>
<p>The following table illustrates the various cloning permutations that exist  with different versions of Oracle E-Business Suite and its components, operating  system software, and the cloning tools available.</p>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td colspan="2" width="29%"></td>
<td colspan="4" width="35%">
<p align="center"><strong>Rapid Clone</strong></p>
</td>
<td colspan="4" width="35%">
<p align="center"><strong>Oracle Application Management Pack  for Oracle E-Business Suite</strong></p>
</td>
</tr>
<tr>
<td width="14%">
<p align="center"><strong>Oracle E-Business Suite  Version</strong></p>
</td>
<td width="14%"><strong>Scenario</strong></td>
<td width="8%"><strong>Status</strong></td>
<td width="8%"><strong>RDBMS Version</strong></td>
<td width="8%"><strong>Cluster File  System</strong></td>
<td width="8%"><strong>Operating System</strong></td>
<td width="8%"><strong>Status</strong></td>
<td width="8%"><strong>RDBMS Version</strong></td>
<td width="8%"><strong>Cluster File  System</strong></td>
<td width="8%"><strong>Operating  System</strong></td>
</tr>
<tr>
<td rowspan="4" width="14%" valign="top">
<p align="center">11<em>i</em></p>
<p align="center">
<p align="center">
</td>
<td width="14%"><strong>RAC-to-RAC</strong></td>
<td width="8%"><strong>Supported</strong></td>
<td width="8%">9i</td>
<td width="8%">N/A</td>
<td width="8%">Unix, Linux, Windows</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">10g</td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
</tr>
<tr>
<td width="14%"><strong>RAC-to-Non RAC</strong></td>
<td width="8%"><strong>Supported</strong></td>
<td width="8%">
<p align="center">9i</p>
</td>
<td width="8%">
<p align="center">N/A</p>
</td>
<td width="8%">
<p align="center">Unix, Linux, Windows</p>
</td>
<td width="8%">
<p align="center"><strong>Not Supported</strong></p>
</td>
<td width="8%">
<p align="center">N/A</p>
</td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
</tr>
<tr>
<td width="14%"><strong>Add Nodes to Existing RAC  Cluster</strong></td>
<td width="8%"><strong>Supported</strong></td>
<td width="8%">9i</td>
<td width="8%">N/A</td>
<td width="8%">Unix, Linux, Windows</td>
<td width="8%"><strong>Not Supported</strong></td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
</tr>
<tr>
<td width="14%"><strong>Scale Up or Down while  Cloning</strong></td>
<td width="8%"><strong>Supported</strong></td>
<td width="8%">9i</td>
<td width="8%">N/A</td>
<td width="8%">Unix, Linux, Windows</td>
<td width="8%"><strong>Not Supported</strong></td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
</tr>
<tr>
<td rowspan="3" width="14%" valign="top">
<p align="center">
<p align="center">12.0</p>
<p align="center">
</td>
<td width="14%"><strong>RAC-to-RAC</strong></td>
<td width="8%"><strong>Supported</strong></td>
<td width="8%">10g, 11g</td>
<td width="8%">ASM, OMF, OCFS2, NFS</td>
<td width="8%">Linux</p>
<p>(Not Tested on Other  Platforms)</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">10g, 11g</td>
<td width="8%">ASM, OMF, OCFS2, NFS</td>
<td width="8%">Linux</td>
</tr>
<tr>
<td width="14%"><strong>RAC-to-Non RAC</strong></td>
<td width="8%"><strong>Not Supported</strong></td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">10g, 11g</td>
<td width="8%">ASM, OMF, OCFS2, NFS</td>
<td width="8%">Linux</td>
</tr>
<tr>
<td width="14%"><strong>Scale Up or Down while  Cloning</strong></td>
<td width="8%"><strong>Not Supported</strong></td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">10g, 11g</td>
<td width="8%">ASM, OMF, OCFS2, NFS</td>
<td width="8%">Linux</td>
</tr>
<tr>
<td rowspan="3" width="14%" valign="top">
<p align="center">
<p align="center">12.1.1</p>
<p align="center">
</td>
<td width="14%"><strong>RAC-to-RAC</strong></td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">10g, 11g</td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">10g, 11g</td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
</tr>
<tr>
<td width="14%"><strong>RAC-to-Non RAC</strong></td>
<td width="8%"><strong>Not Supported</strong></td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
</tr>
<tr>
<td width="14%"><strong>Scale Up or Down while  Cloning</strong></td>
<td width="8%"><strong>Not Supported</strong></td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
</tr>
<tr>
<td rowspan="3" width="14%" valign="top">
<p align="center">
<p align="center">12.2</p>
<p align="center">
</td>
<td width="14%"><strong>RAC-to-RAC</strong></td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">10g, 11g</td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">10g, 11g</td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
</tr>
<tr>
<td width="14%"><strong>RAC-to-Non RAC</strong></td>
<td width="8%"><strong>Not Supported</strong></td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
</tr>
<tr>
<td width="14%"><strong>Scale Up or Down while  Cloning</strong></td>
<td width="8%"><strong>Not Supported</strong></td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%">N/A</td>
<td width="8%"><strong>Planned</strong></td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
<td width="8%">TBD</td>
</tr>
</tbody>
</table>
<h5>Key:</h5>
<p>N/A = Not Applicable<br />
TBD = To Be Decided</p>
<left><a class="tt" href="http://twitter.com/home/?status=Certified+Oracle+RAC+Scenarios+for+Oralce+eBusiness+suite+cloning+http://bit.ly/9LEFWT" title="Post to Twitter"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.oratraining.com/blog/2009/04/certified-oracle-rac-scenarios-for-oralce-ebusiness-suite-cloning/&amp;title=Certified+Oracle+RAC+Scenarios+for+Oralce+eBusiness+suite+cloning" title="Post to Digg"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big4.png" alt="Post to Digg" /></a></left><div class="fblike" style="height:25px; height:25px; overflow:hidden;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.oratraining.com%2Fblog%2F2009%2F04%2Fcertified-oracle-rac-scenarios-for-oralce-ebusiness-suite-cloning%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allow Transparency="true" style="border:none; overflow:hidden; width:450px;"></iframe></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oratraining.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oratraining.com/blog/2009/04/certified-oracle-rac-scenarios-for-oralce-ebusiness-suite-cloning/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Cloning Oracle Applications 11i with Rapid Clone</title>
		<link>http://www.oratraining.com/blog/2009/04/cloning-oracle-applications-using-rapid-clone/</link>
		<comments>http://www.oratraining.com/blog/2009/04/cloning-oracle-applications-using-rapid-clone/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 10:41:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cloning Oracle Applications]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Applications]]></category>
		<category><![CDATA[cloning]]></category>
		<category><![CDATA[oracle applications]]></category>
		<category><![CDATA[oracle apps]]></category>
		<category><![CDATA[rapid clone]]></category>
		<category><![CDATA[rapidclone]]></category>

		<guid isPermaLink="false">http://www.oratraining.com/blog/?p=56</guid>
		<description><![CDATA[Cloning creates an identical copy of an existing Oracle Applications system. There are various reasons for cloning an Oracle Applications system such as: Creating a copy of the production system for testing updates. Migrating an existing system to new hardware. Creating a stage area to reduce patching downtime. This document is based on Oracle Metalink [...]]]></description>
			<content:encoded><![CDATA[<h3><span style="font-weight: normal;">Cloning creates an identical copy of an existing Oracle Applications system. There are various reasons for cloning an Oracle Applications system such as:</span></h3>
<ul style="text-align: justify;">
<li>Creating a copy of the production system for testing updates.</li>
<li>Migrating an existing system to new hardware.</li>
<li>Creating a stage area to reduce patching downtime.</li>
</ul>
<p style="text-align: justify;">This document is based on Oracle Metalink document 230672.1 (cloning an Oracle Applications Release 11<em>i</em> system).</p>
<table style="text-align: justify;" border="0" cellpadding="0" width="90%">
<tbody>
<tr>
<td><strong>Attention: </strong>Windows users. This document typically uses UNIX syntax when specifying directories; Please substitute the appropriate Windows syntax</td>
</tr>
</tbody>
</table>
<ul style="text-align: justify;">
<li>Section 1: Prerequisites<br />
Tasks to perform before using Rapid Clone.</li>
<li>Section 2: Clone Oracle Applications 11<em>i</em><br />
Tasks to prepare, copy, configure, and verify a cloned Applications System.</li>
<li>Section 3: Finishing Tasks<br />
Tasks to complete the cloning process.</li>
<li>Section 4: Advanced Cloning Methods<br />
Tasks for advanced options such as refreshing and multi-node cloning.</li>
</ul>
<h4 style="text-align: justify;"><em><span id="more-56"></span>Conventions</em></h4>
<table style="text-align: justify;" border="0" cellpadding="0">
<tbody>
<tr>
<td width="58"></td>
<td width="200"><strong><span style="text-decoration: underline;">Convention</span></strong><strong> </strong></td>
<td width="350"><strong><span style="text-decoration: underline;">Meaning</span></strong><strong> </strong></td>
</tr>
<tr>
<td width="58"></td>
<td width="200">Source system</td>
<td width="350">Applications system being cloned.</td>
</tr>
<tr>
<td width="58"></td>
<td width="200">Target system</td>
<td width="350">Applications system being created as a copy of the source.</td>
</tr>
<tr>
<td width="58"></td>
<td width="200">APPLMGR</td>
<td width="350">User which owns the applications file system (APPL_TOP and application tier technology stack)</td>
</tr>
<tr>
<td width="58"></td>
<td width="200">ORACLE</td>
<td width="350">User which owns the database file system (RDBMS ORACLE_HOME and database files).</td>
</tr>
<tr>
<td width="58"></td>
<td width="200">CONTEXT_NAME</td>
<td width="350">The CONTEXT_NAME variable refers to the name of the Applications Context file. For systems installed with Rapid Install 11.5.8 or earlier, this value will typically be set to &lt;SID&gt;. For new AutoConfig or Rapid Clone customers, CONTEXT_NAME will be set to &lt;SID&gt;_&lt;HOSTNAME&gt;.</td>
</tr>
<tr>
<td width="58"></td>
<td width="200"><code>Monospace Text</code></td>
<td width="350">Represents command line text. Type this command exactly as shown.</td>
</tr>
<tr>
<td width="58"></td>
<td width="200">&lt; &gt;</td>
<td width="350">Text enclosed in angle brackets represents a variable. Substitute a value for the variable text. Do not type the angle brackets.</td>
</tr>
</tbody>
</table>
<h3 style="text-align: justify;"><a name="prereq"></a>Section 1: Prerequisites</h3>
<p style="text-align: justify;">Before cloning, prepare the source system by applying patches and running AutoConfig.</p>
<p style="text-align: justify;">1. <strong>Verify source and target nodes software versions</strong><br />
In addition to the Oracle Applications software requirements (see <em>Installing Oracle Applications Release 11i</em> Part No. B10638-01), the following software component versions must exist on the source and/or target nodes. The location column indicates the node where the software component must be present.</p>
<table style="text-align: justify;" border="0" cellpadding="0" width="90%">
<tbody>
<tr>
<td><strong><span style="text-decoration: underline;">Software</span></strong><strong></strong></td>
<td><strong><span style="text-decoration: underline;">Minimum Version</span></strong><strong></strong></td>
<td><strong><span style="text-decoration: underline;">Location</span></strong><strong></strong></td>
<td><strong><span style="text-decoration: underline;">Details</span></strong><strong></strong></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Oracle Universal Installer</td>
<td>2.2.0.19</td>
<td>All source system nodes</td>
<td>Apply OUI22 patch <a href="http://updates.oracle.com/ARULink/PatchSearch/process_form?bug=4017155&amp;language=0&amp;process=Submit" target="_blank">4017155</a> on every iAS and RDBMS ORACLE_HOME to be cloned. Do not apply the patch to your RDBMS ORACLE_HOME, if you have Oracle 10g or higher installed.</td>
</tr>
<tr>
<td>Perl</td>
<td>5.005</td>
<td>Source and target database nodes</td>
<td>Use the Perl shipped with iAS1022 and RDBMS 9i if available or download it from <a href="http://www.perl.com/pub/a/language/info/software.html" target="_blank">Perl.com</a>. Perl must be in the PATH before cloning. Windows users: do not use Perl from MKSToolKit.</td>
</tr>
<tr>
<td>JRE</td>
<td>1.1.8</td>
<td>Source database node</td>
<td>If the RDBMS ORACLE_HOME was not installed using Rapid Install, install JRE 1.1.8 into the &lt;RDBMS ORACLE_HOME&gt;/jre/1.1.8 directory.</td>
</tr>
<tr>
<td>JRE</td>
<td>1.3.1</td>
<td>Source database node</td>
<td>Windows users only: install JRE 1.3.1 into the &lt;RDBMS ORACLE_HOME&gt;/jre/1.3.1 directory. See <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=230672.1&amp;p_showHeader=1&amp;p_showHelp=0#appendixA#appendixA">Appendix A</a> for installation instructions.</td>
</tr>
<tr>
<td>JDK</td>
<td>1.3.1</td>
<td>Target middle-tier applications nodes</td>
<td>Refer to <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=130091.1" target="_blank">Upgrading to JDK 1.3 with Oracle Applications 11<em>i</em> </a>on Oracle<em>MetaLink</em> for instructions.</td>
</tr>
<tr>
<td>Zip</td>
<td>2.3</td>
<td>All source nodes</td>
<td>Download from <a href="http://www.info-zip.org/" target="_blank">InfoZip</a>.  Zip must be in your PATH for cloning.</td>
</tr>
<tr>
<td>OS utilities</td>
<td>N/A</td>
<td>All target nodes</td>
<td>OS utilities (see 11i Install Manual) must be in the the PATH when running adcfgclone.pl (Unix: make,ld,cc,ar &#8211; Windows: gnumake,link,cc,cmd)</td>
</tr>
</tbody>
</table>
<p style="text-align: justify;">2. <strong>Windows users only:</strong><br />
Apply patch <a href="http://updates.oracle.com/ARULink/PatchSearch/process_form?bug=2237858&amp;language=0&amp;process=Submit" target="_blank">2237858</a> to enable long file names support.</p>
<p style="text-align: justify;">3. <strong>Apply the Rapid Clone patch</strong><br />
Update the Oracle Applications file system with the Rapid Clone files by applying the patch <a href="http://updates.oracle.com/ARULink/PatchSearch/process_form?bug=3453499&amp;language=0&amp;process=Submit" target="_blank">3453499</a> (11i.ADX.F) to all application tier server nodes.</p>
<p style="text-align: justify;">4. <strong>Setup Rapid Clone on the Applications Tier</strong></p>
<ul style="text-align: justify;">
<li>a. If the source Applications system was created with Rapid Install version 11.5.5 or earlier and has not been migrated to AutoConfig, follow the instructions <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=165195.1#implement" target="_blank"><em>Migrating</em><em> to AutoConfig on the Applications Tier</em></a> in document 165195.1 on Oracle<em>MetaLink</em>).</li>
<li>b. All users must run AutoConfig on the Applications Tier (see section 5: <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=165195.1#maintain" target="_blank"><em>Maintaining System Configurations</em></a> in document 165195.1 on Oracle<em>MetaLink</em>).</li>
</ul>
<p style="text-align: justify;">5. <strong>Setup Rapid Clone on the Database Tier</strong><br />
Implement AutoConfig in the RDBMS ORACLE_HOME (Follow the instructions in section <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=165195.1#implement-db" target="_blank"><em>Migrating to AutoConfig on the Database Tier</em></a> in document 165195.1 on Oracle<em>MetaLink</em>). Follow steps 1 and 4 of Section 5 in the AutoConfig document for all versions of RapidInstall and every time you apply a new version of the Rapid Clone patch.</p>
<h3 style="text-align: justify;"><a name="clone"></a>Section 2: Clone Oracle Applications 11<em>i</em></h3>
<p style="text-align: justify;">Use Rapid Clone to create template files for cloning on the source system. After the source system is copied to the target, Rapid Clone updates these templates to contain the new target system configuration settings. Rapid Clone will not change the source system configuration.</p>
<p style="text-align: justify;">There are three phases to the cloning process: <a name="prepare"></a></p>
<p style="text-align: justify;">1. <strong>Prepare the Source System</strong><br />
Execute the following commands to prepare the source system for cloning.</p>
<p style="text-align: justify;"><a name="preparerdbms"></a>•a. <strong>Prepare the source system database tier for cloning</strong><br />
Log on to the source system as the ORACLE user and run the following commands:<br />
<code>cd &lt;RDBMS ORACLE_HOME&gt;/</code>appsutil<code>/scripts/&lt;CONTEXT_NAME&gt;</code><br />
<code>perl adpreclone.pl </code>dbTier</p>
<p style="text-align: justify;"><a name="prepareatts"></a>•b. <strong>Prepare the source system application tier for cloning</strong><br />
Log on to the source system as the APPLMGR user and run the following commands on each node that contains an APPL_TOP:<br />
<code>cd &lt;COMMON_TOP&gt;/admin/scripts/&lt;CONTEXT_NAME&gt;</code><br />
<code>perl adpreclone.pl </code>appsTier</p>
<p style="text-align: justify;">2. <strong>Copy the Source System to the Target System</strong><br />
Copy the application tier file system from the source Applications system to the target node by executing the following steps in the order listed.  Ensure the application tier files copied to the target system are owned by the target APPLMGR user, and that the database tier files are owned by the ORACLE user.</p>
<p style="text-align: justify;"><a name="copyat"></a>•a. <strong>Copy the application tier file system</strong><br />
Log on to the source system application tier nodes as the APPLMGR user.</p>
<ul style="text-align: justify;">
<li>Shut down the application tier server processes</li>
<li>Copy the following application tier directories from the source node to the target application tier node:</li>
<li><code>&lt;APPL_TOP&gt;</code></li>
<li><code>&lt;OA_HTML&gt;</code></li>
<li><code>&lt;OA_JAVA&gt;</code></li>
<li><code>&lt;OA_JRE_TOP&gt;</code></li>
<li><code>&lt;COMMON_TOP&gt;/</code>util</li>
<li><code>&lt;COMMON_TOP&gt;/clone</code></li>
<li><code>&lt;COMMON_TOP&gt;/_pages</code>(when this directory exists)</li>
<li><code>&lt;806 ORACLE_HOME&gt;</code></li>
<li><code>&lt;</code>iAS<code> ORACLE_HOME&gt;</code></li>
</ul>
<p style="text-align: justify;"><a name="copydb"></a>•b. <strong>Copy the database tier file system</strong><br />
Log on to the source system database node as the ORACLE user.</p>
<ul style="text-align: justify;">
<li>Perform a normal shutdown of the source system database</li>
<li>Copy the database (DBF) files from the source to the target system</li>
<li>Copy the source database ORACLE_HOME to the target system</li>
<li>Start up the source Applications system database and application tier processes</li>
</ul>
<table style="text-align: justify;" border="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><strong>Note: </strong> Unix/Linux users, make sure that the softlinks are preserved when copying.</td>
</tr>
</tbody>
</table>
<p style="text-align: justify;">3. <strong>Configure the Target System</strong><br />
Execute the following commands to configure the target system. You will be prompted for the target system specific values (SID, Paths, Ports, etc)</p>
<p style="text-align: justify;"><a name="configdb"></a>•a. <strong>Configure the target system database server</strong><br />
Log on to the target system as the ORACLE user and type the following commands to configure and start the database:<br />
<code>cd &lt;RDBMS ORACLE_HOME&gt;/</code>appsutil<code>/clone/bin</code><br />
<code>perl adcfgclone.pl </code>dbTier</p>
<p style="text-align: justify;"><a name="configat"></a>•b. <strong>Configure the target system application tier server nodes</strong><br />
Log on to the target system as the APPLMGR user and type the following commands:<br />
<code>cd &lt;COMMON_TOP&gt;/clone/bin</code><br />
<code>perl adcfgclone.pl </code>appsTier<code> </code></p>
<table style="text-align: justify;" border="0" cellpadding="0" width="90%">
<tbody>
<tr>
<td><strong>Attention: </strong> Windows user only: add &lt;806 ORACLE_HOME&gt;bin to the system path before running this step.</td>
</tr>
</tbody>
</table>
<h3 style="text-align: justify;"><a name="manual"></a><a name="verifytarget"></a>Section 3: Finishing Tasks</h3>
<p style="text-align: justify;">This section lists tasks that may be necessary depending on your implementation and the intended use of the cloned system.</p>
<p style="text-align: justify;">1. <strong>Update profile options</strong><br />
Rapid Clone updates only site level profile options. If any other profile options are set to instance specific values, you must update them manually.</p>
<p style="text-align: justify;">2. <strong>Update printer settings</strong><br />
If the new cloned system needs to utilize different printers, update the target system with the new printer settings now.</p>
<p style="text-align: justify;">3. <strong>Update workflow configuration settings</strong><br />
Cloning an Oracle Applications instance will not update the host and instance specific information used by Oracle Workflow. Review the following tables and columns to verify there is no instance specific data in the Workflow configuration on the target system.</p>
<table style="text-align: justify;" border="0" cellpadding="0">
<tbody>
<tr>
<td><strong><span style="text-decoration: underline;">Table Name</span></strong><strong> </strong></td>
<td><strong><span style="text-decoration: underline;">Column Name</span></strong><strong> </strong></td>
<td><strong><span style="text-decoration: underline;">Column Value Details</span></strong><strong></strong></td>
</tr>
<tr>
<td>WF_NOTIFICATION_ATTRIBUTES</td>
<td>TEXT_VALUE</td>
<td>Value starts with http://&lt;old web host&gt; : Update to new web host</td>
</tr>
<tr>
<td>WF_ITEM_ATTRIBUTE_VALUES</td>
<td>TEXT_VALUE</td>
<td>Value starts with &#8220;http://&lt;old web host&gt; : Update to new web host</td>
</tr>
<tr>
<td>WF_SYSTEMS</td>
<td>GUID</td>
<td>Create a new system defined as the new global database name using the Workflow Administrator Web Applications responsibility.</td>
</tr>
<tr>
<td>WF_SYSTEMS</td>
<td>NAME</td>
<td>Value needs to be replaced with the database global name</td>
</tr>
<tr>
<td>WF_AGENTS</td>
<td>ADDRESS</td>
<td>Update database link with the new database global name.</td>
</tr>
<tr>
<td>FND_FORM_FUNCTIONS</td>
<td>WEB_HOST_NAME</td>
<td>Update with the new web host name</td>
</tr>
<tr>
<td>FND_FORM_FUNCTIONS</td>
<td>WEB_AGENT_NAME</td>
<td>Update to point at the new PLSQL listener name</td>
</tr>
<tr>
<td>FND_CONCURRENT_REQUESTS</td>
<td>LOGFILE_NAME</td>
<td>Update with the correct path to the logfile directory</td>
</tr>
<tr>
<td>FND_CONCURRENT_REQUESTS</td>
<td>OUTFILE_NAME</td>
<td>Update with the new directory path on the target system</td>
</tr>
</tbody>
</table>
<p style="text-align: justify;">4. <strong>Verify the APPLCSF variable setting</strong><br />
Source the APPS environment and review that the variable APPLCSF (identifying the top-level directory for concurrent manager log and output files) points to an acceptable directory. To modify it, change the value of <code>s_applcsf</code> in the contextfile and run AutoConfig.</p>
<p style="text-align: justify;">5. <strong>Update the SESSION_COOKIE_DOMAIN value in ICX_PARAMETERS</strong><br />
If the target system is in a different domain name than the source system and SESSION_COOKIE_DOMAIN was not null in the source system, update that value to reflect the new domain name.</p>
<p style="text-align: justify;">6. <strong>Windows users only reboot the target machine</strong><br />
Once cloning is completed reboot to enable the services.</p>
<h3 style="text-align: justify;"><a name="options"></a>Section 4: Advanced Cloning Options</h3>
<p style="text-align: justify;">This section describes advanced cloning procedures.</p>
<p style="text-align: justify;">1. <strong>Refreshing a target system</strong><br />
You may need to refresh the target system periodically to synchronize it with changes from the source.</p>
<p style="text-align: justify;">To refresh the target system, perform the following steps as described in previous sections:</p>
<ul style="text-align: justify;">
<li>a. <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=230672.1&amp;p_showHeader=1&amp;p_showHelp=0#prepare#prepare">Prepare the Source System</a></li>
<li>b. <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=230672.1&amp;p_showHeader=1&amp;p_showHelp=0#copy#copy">Copy the Source System to the Target System</a></li>
<li>o Copy the application tier file system if the APPL_TOP, 806 ORACLE_HOME, or iAS ORACLE_HOME needs to be refreshed. Copy the portion of the application tier file system which has been updated.</li>
<li>o Copy the database tier file system if the RDBMS ORACLE_HOME or the database needs to be refreshed. If refreshing the database, the ORACLE_HOME should be refreshed at the same time.</li>
<li>c. <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=230672.1&amp;p_showHeader=1&amp;p_showHelp=0#configure#configure">Configure the Target System</a><br />
Specify the existing target system context file when running adcfgclone.pl commands:</li>
<li>o <code>perl adcfgclone.pl </code>dbTier<code> &lt;Database target context file&gt;</code><br />
where database context file is:<br />
<code>&lt;RDBMS ORACLE_HOME&gt;/</code>appsutil<code>/&lt;Target CONTEXT_NAME&gt;.xml</code></li>
<li>o <code>perl adcfgclone.pl </code>appsTier<code> &lt;</code>Appltop<code> target context file&gt;</code><br />
where appltop context file is:<br />
<code>&lt;APPL_TOP&gt;/admin/&lt;Target CONTEXT_NAME&gt;.xml</code></li>
<li>d. <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=230672.1&amp;p_showHeader=1&amp;p_showHelp=0#manual#manual">Finishing Tasks</a></li>
</ul>
<p style="text-align: justify;">2. <strong>Cloning a single-node system to a multi-node system</strong><br />
This procedure allows the original single-node system to be cloned into a multi-node system. An Applications system comprises five server types:</p>
<ul style="text-align: justify;">
<li>o Database server (database tier)</li>
<li>o Forms server (application tier)</li>
<li>o Web server (application tier)</li>
<li>o Concurrent Processing server (application tier)</li>
<li>o Administration server (application tier)</li>
</ul>
<p style="text-align: justify;">During the single-node to multi-node cloning process, each of these servers can be placed on its own node, resulting in a multi-node target system.</p>
<ul style="text-align: justify;">
<li>f. <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=230672.1&amp;p_showHeader=1&amp;p_showHelp=0#prereq#prereq">Perform prerequisites</a><br />
Perform these steps on all source and target nodes.</li>
<li>g. <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=230672.1&amp;p_showHeader=1&amp;p_showHelp=0#clone#clone">Clone Oracle Applications 11<em>i</em></a><br />
Prepare, copy and configure the cloned Applications System. When creating more than one application tier server node from a single node system, the copy and configure steps must be performed on each target node. You can specify the server type for each target node while answering the prompts during the configuration step.<br />
The database ORACLE_HOME and database only need to be copied to the node on which the database will be run.</li>
<li>h. <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=230672.1&amp;p_showHeader=1&amp;p_showHelp=0#manual#manual">Finishing Tasks</a></li>
</ul>
<table style="text-align: justify;" border="0" cellpadding="0" width="90%">
<tbody>
<tr>
<td><strong>Note: </strong>Another way of changing a single-node system to a multi-node system is to share the APPL_TOP. See <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=233428.1" target="_blank">document 233428.1 </a>on Oracle<em>MetaLink</em> for details.</td>
</tr>
</tbody>
</table>
<p style="text-align: justify;">3. <strong>Cloning a multi-node system to a multi-node system with same number of nodes</strong><br />
A multi-node system can be cloned provided the number of nodes and distribution of servers in the target system matches that of the source system.</p>
<p style="text-align: justify;">To clone a multi-node system to a multi-node system, perform the cloning process on each node. For example, if the source system contains three nodes, perform the cloning process three times.</p>
<ul style="text-align: justify;">
<li>o Clone source system node 1 to target system node 1.</li>
<li>o Clone source system node 2 to target system node 2.</li>
<li>o Clone source system node 3 to target system node 3.</li>
</ul>
<table style="text-align: justify;" border="0" cellpadding="0" width="80%">
<tbody>
<tr>
<td><strong>Attention: </strong>The database server node must be cloned first.</td>
</tr>
</tbody>
</table>
<p style="text-align: justify;">4. <strong>Adding a new node to an existing system</strong><br />
You can use Rapid Clone to clone a node and add it to the existing Application System. The new node will run the same or a subset of the server types running on the source node. Follow the instructions in the Application Tier part of <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=230672.1&amp;p_showHeader=1&amp;p_showHelp=0#clone#clone">Clone Oracle Applications 11<em>i</em></a>:</p>
<ul style="text-align: justify;">
<li>o Prepare the source system, copy it to the new node and configure it.</li>
<li>o After adcfgclone.pl completes, source the Applications environment and run the following commands on the target system:</li>
<li>o <tt>cd &lt;COMMON_TOP&gt;/clone/bin</tt></li>
<li>o <tt>perl adaddnode.pl</tt></li>
</ul>
<table style="text-align: justify;" border="0" cellpadding="0" width="90%">
<tbody>
<tr>
<td><strong>Note: </strong>If the SQL*Net Access security is enabled in the existing system (enabled by default from 11i10), you first need to authorize the new node to access the database through SQL*Net. See <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=281758.1" target="_blank"><em>Managed SQL*Net Access from Hosts</em></a> in document 281758.1 on Oracle<em>Metalink</em> for instructions on how to achieve this from OAM.</td>
</tr>
</tbody>
</table>
<p style="text-align: justify;">5. <strong>Reducing the number of nodes of a multi-node system (merge APPL_TOP)</strong><br />
You can use Rapid Clone to clone a multi-node system to a single-node system (or a multi-node system with fewer nodes) by merging the APPL_TOPs filesystem together. Follow the procedure for <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=233428.1#merge" target="_blank"><em>Merging</em><em> existing APPL_TOPs</em></a> in document 233428.1 on Oracle<em>MetaLink</em>.</p>
<p style="text-align: justify;">6. <strong>Cloning a RAC system</strong><br />
You can use Rapid Clone to clone a RAC system. While cloning, you have the possibility to remove or add nodes to the cluster in the target RAC system. To clone a RAC system, perform the following tasks:</p>
<ul style="text-align: justify;">
<li>a. Verify the prerequisites</li>
<li>o Apply TXK patch <a href="http://updates.oracle.com/ARULink/PatchSearch/process_form?bug=3571388&amp;language=0&amp;process=Submit" target="_blank">3571388</a> (AutoConfig support for Oracle RAC instances)</li>
<li>o Migrate the source system cluster ORACLE_HOMES to AutoConfig as documented in <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=165195.1" target="_blank">document 165195.1</a> on Oracle<em>MetaLink</em></li>
<li>b. <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=230672.1&amp;p_showHeader=1&amp;p_showHelp=0#prepare#prepare">Prepare the Source System</a><br />
Choose one of the ORACLE_HOMEs on the source cluster. This ORACLE_HOME will be used as a master to create all the target cluster system ORACLE_HOME. Run &#8220;perl adpreclone.pl dbTier&#8221; on it.</li>
</ul>
<table style="text-align: justify;" border="0" cellpadding="0" width="90%">
<tbody>
<tr>
<td><strong>Note: </strong>You also have the option to clone each ORACLE_HOME from the source RAC cluster to the target cluster. In that case, run adpreclone.pl on every ORACLE_HOME.</td>
</tr>
</tbody>
</table>
<ul style="text-align: justify;">
<li>b. Copy the Source System to the Target Syste
<ul>
<li>Copy the master ORACLE_HOME from the source system to each node that will compose the target cluster. For example, if your source RAC system had 2 nodes, and you want to clone it to a 3 node target RAC system, you should copy the source master ORACLE_HOME to the 3 nodes on the target system</li>
<li>o Copy the database files from the source to target system.</li>
</ul>
</li>
<li>c. <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=230672.1&amp;p_showHeader=1&amp;p_showHelp=0#configure#configure">Configure the Target System</a>
<ul>
<li>o Log on to any ORACLE_HOME in the target cluster and run</li>
<li><code>o adcfgclone.pl </code>dbTier</li>
</ul>
</li>
</ul>
<p style="text-align: justify;">This step configures the first node of the target system RAC cluster and recreates the database control files. The prompts, however, will gather information about every node in the target RAC cluster and the data will be re-used when configuring each subsequent node in the next step.</p>
<p style="padding-left: 30px; text-align: justify;">o For each remaning RDBMS ORACLE_HOME in the target system, run the following command as the ORACLE file system owner:</p>
<ul style="text-align: justify;">
<li>§ <code>adcfgclone.pl </code>dbTier</li>
<li>o If your database is version 10g or higher, run the following commands to register the database and the instance to the cluster manager .</li>
<li>§ <code>srvctl add database -d &lt;</code>database_name<code>&gt; -o &lt;</code>oracle_home<code>&gt;</code></li>
<li>§ <code>srvctl add instance -d &lt;</code>database_name<code>&gt; </code><br />
<code>-</code>i<code> &lt;</code>instance_name<code>&gt; -n &lt;</code>host_name<code>&gt;</code></li>
</ul>
<table style="text-align: justify;" border="0" cellpadding="0" width="90%">
<tbody>
<tr>
<td><strong>Note: </strong>If the cluster manager is not on Linux (ORACM) or the database is version 10g or higher, manually start up the cluster manager on the target system before running adcfgclone.pl</td>
</tr>
</tbody>
</table>
<ul style="text-align: justify;">
<li>d. <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=230672.1&amp;p_showHeader=1&amp;p_showHelp=0#clone#clone">Clone the application tier</a><br />
Follow the steps in section 2 to prepare, copy and configure the application tier. When prompted for the database SID, specify any one of the RAC service names.</li>
</ul>
<table style="text-align: justify;" border="0" cellpadding="0" width="90%">
<tbody>
<tr>
<td><strong>Note: </strong>To clone from RAC to non-RAC, follow the same above steps but copy the master ORACLE_HOME to one target node only, and answer &#8220;No&#8221; to the question &#8220;Target instance is a Real Application Cluster (RAC) instance (y/n)&#8221;, when prompted by adcfgclone.pl.</td>
</tr>
</tbody>
</table>
<p style="text-align: justify;">7. <strong>Adding a node to an existing RAC Cluster</strong><br />
You can use Rapid Clone to add one or several nodes to an existing RAC Cluster. Perform the following tasks:</p>
<ul style="text-align: justify;">
<li>a. Choose any one of the ORACLE_HOMEs in the existing cluster and run &#8220;perl adpreclone.pl dbTier&#8221; on it. This ORACLE_HOME will be used as a master to create the additional node(s).</li>
<li>b. Copy the master ORACLE_HOME filesystem to the new node(s).</li>
<li>c. Reconfigure the RAC Cluster to include the new node(s):</li>
<li>o Log on to the new node, or any one of the new nodes if adding more than one, and run the following command:</li>
<li>§ <code>cd /</code>appsutil<code>/clone/bin</code></li>
<li>§ <code>perl adcfgclone.pl </code>dbTier</li>
</ul>
<table style="text-align: justify;" border="0" cellpadding="0" width="90%">
<tbody>
<tr>
<td><strong>Note: </strong>You will be prompted for information about all the nodes forming the new cluster and asked to perform the next step before completing adcfgclone.pl on this node.</td>
</tr>
</tbody>
</table>
<ul style="text-align: justify;">
<li>o When instructed so by the previous step, log on to every node from the original cluster and run the following command on each of them:</li>
<li>§ <code>cd /</code>appsutil<code>/clone/bin</code></li>
<li>§ <code>perl adcfgclone.pl </code>addracnode<code> &lt;context file&gt;</code></li>
<li>o Go back to the first node and complete adcfgclone.pl</li>
<li>o If you are adding more than one node to the original cluster, log on to each of the remaining new nodes and run</li>
<li>§ <code>cd /</code>appsutil<code>/clone/bin</code></li>
<li>§ <code>perl adcfgclone.pl </code>dbTier</li>
</ul>
<table style="text-align: justify;" border="0" cellpadding="0" width="90%">
<tbody>
<tr>
<td><strong>Note: </strong>If the cluster manager is not on Linux (ORACM) or the database is version 10g or higher, manually start up the cluster manager on the target systems before running adcfgclone.pl</td>
</tr>
</tbody>
</table>
<p style="text-align: justify;">8. <strong>Cloning a Shared File System</strong><br />
You can use Rapid Clone to clone a shared APPL_TOP system. Since all the nodes share a unique APPL_TOP you only need to fully clone one of the source system nodes to its target machine and add more nodes directly sharing the APPL_TOP on the target system. Choose one of the shared APPL_TOP nodes on source system (the rest of this section will refer to it as Node A) and perform the following tasks:</p>
<ul style="text-align: justify;">
<li>a. <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=230672.1&amp;p_showHeader=1&amp;p_showHelp=0#prereq#prereq">Perform prerequisites</a><br />
Perform these steps on Node A and and every target nodes.</li>
<li>b. <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=230672.1&amp;p_showHeader=1&amp;p_showHelp=0#clone#clone">Clone Oracle Applications 11<em>i</em></a><br />
Perform a full clone (Prepare, copy and configure steps) of the Database Tier and Node A (Application tier).</li>
<li>c. <span style="text-decoration: underline;">Add the shared file system nodes to the target system</span><br />
On the target system, follow the instructions for <a href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=233428.1#add" target="_blank"><em>adding a node to a shared APPL_TOP system</em></a> in document 233428.1 on Oracle<em>Metalink</em> and add more nodes sharing the target system APPL_TOP to match the source system topology.</li>
</ul>
<h3 style="text-align: justify;"><a name="appendixA"></a>Appendix A: Install JRE 1.3.1 into RDBMS ORACLE_HOME</h3>
<p style="text-align: justify;">Windows customers will need to perform the following steps:</p>
<ul style="text-align: justify;">
<li>Download JRE 1.3.1 from <a href="http://java.sun.com/" target="_blank">Sun Microsystems</a>.</li>
<li>Run the install executable</li>
<li>When prompted for the location to install jre, click browse and enter the location:<br />
<code>&lt;RDBMS ORACLE_HOME&gt;</code>jre<code>1.3.1</code></li>
<li>Accept the default installation options.</li>
</ul>
<p style="text-align: justify;">JRE 1.3.1 will be installed into the &lt;RDBMS ORACLE_HOME&gt;jre1.3.1 directory.</p>
<h3 style="text-align: justify;"><a name="appendixB"></a>Appendix B: Recreating database control files manually in Rapid Clone.</h3>
<p style="text-align: justify;">This Appendix documents the steps to allow manual creation of the target database control files within the Rapid Clone process. Examples of when to use this method are for databases on raw partitions or hot backup cloning. Replace section 2.3a (Configure the target system database server) with the following steps:</p>
<ul style="text-align: justify;">
<li>Log on to the target system as the ORACLE user</li>
<li>Configure the &lt;RDBMS ORACLE_HOME&gt;</li>
<li>o <code>cd &lt;RDBMS ORACLE_HOME&gt;/</code>appsutil<code>/clone/bin</code></li>
<li>o <code>perl adcfgclone.pl </code>dbTechStack</li>
<li>Create the target database control files manually</li>
<li>Start the target system database in open mode</li>
<li>Run the library update script against the database</li>
<li>o <code>cd &lt;RDBMS ORACLE_HOME&gt;/</code>appsutil<code>/install/&lt;CONTEXT NAME&gt;</code></li>
<li>o <code>sqlplus "/ as </code>sysdba<code>" @</code>adupdlib.sql<code> &lt;</code>libext<code>&gt;</code><br />
where &lt;libext&gt; is &#8220;sl&#8221; for HP-UX, &#8220;so&#8221; for any other UNIX platform and not required for Windows.</li>
<li>Configure the target database (the database must be open)</li>
<li>o <code>cd &lt;RDBMS ORACLE_HOME&gt;/</code>appsutil<code>/clone/bin</code></li>
<li>o <code>perl adcfgclone.pl </code>dbconfig<code> &lt;target context file&gt;</code><br />
where target context file is:</li>
</ul>
<p style="text-align: justify;"><code>&lt;RDBMS ORACLE_HOME&gt;/</code>appsutil<code>/&lt;Target CONTEXT_NAME&gt;.xml</code></p>
<left><a class="tt" href="http://twitter.com/home/?status=Cloning+Oracle+Applications+11i+with+Rapid+Clone+http://bit.ly/aEYSap" title="Post to Twitter"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.oratraining.com/blog/2009/04/cloning-oracle-applications-using-rapid-clone/&amp;title=Cloning+Oracle+Applications+11i+with+Rapid+Clone" title="Post to Digg"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big4.png" alt="Post to Digg" /></a></left><div class="fblike" style="height:25px; height:25px; overflow:hidden;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.oratraining.com%2Fblog%2F2009%2F04%2Fcloning-oracle-applications-using-rapid-clone%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allow Transparency="true" style="border:none; overflow:hidden; width:450px;"></iframe></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oratraining.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oratraining.com/blog/2009/04/cloning-oracle-applications-using-rapid-clone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Oracle Applications 11.5.10 on Linux</title>
		<link>http://www.oratraining.com/blog/2009/04/installing-oracle-applications-11510-on-linux/</link>
		<comments>http://www.oratraining.com/blog/2009/04/installing-oracle-applications-11510-on-linux/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 07:15:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Installing Oracle Applications]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Applications]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[oracle applications]]></category>
		<category><![CDATA[oracle apps]]></category>
		<category><![CDATA[rapid install]]></category>
		<category><![CDATA[rapidinstall]]></category>

		<guid isPermaLink="false">http://www.oratraining.com/blog/?p=11</guid>
		<description><![CDATA[Installing Oracle Applications on RedHat Linux 4.0]]></description>
			<content:encoded><![CDATA[<p>Installing Oracle Applications on RedHat Linux 4.0</p>
<left><a class="tt" href="http://twitter.com/home/?status=Installing+Oracle+Applications+11.5.10+on+Linux+http://bit.ly/du93cJ" title="Post to Twitter"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.oratraining.com/blog/2009/04/installing-oracle-applications-11510-on-linux/&amp;title=Installing+Oracle+Applications+11.5.10+on+Linux" title="Post to Digg"><img class="nothumb" src="http://www.oratraining.com/blog/wp-content/plugins/tweet-this/icons/tt-digg-big4.png" alt="Post to Digg" /></a></left><div class="fblike" style="height:25px; height:25px; overflow:hidden;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.oratraining.com%2Fblog%2F2009%2F04%2Finstalling-oracle-applications-11510-on-linux%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allow Transparency="true" style="border:none; overflow:hidden; width:450px;"></iframe></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oratraining.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oratraining.com/blog/2009/04/installing-oracle-applications-11510-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
