<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Oracle Technology Blog</title>
	<atom:link href="http://oracletechnology.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracletechnology.wordpress.com</link>
	<description>It’s More Than Database... It’s a way to make life easy</description>
	<lastBuildDate>Sun, 24 Jun 2007 07:57:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='oracletechnology.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Oracle Technology Blog</title>
		<link>http://oracletechnology.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://oracletechnology.wordpress.com/osd.xml" title="Oracle Technology Blog" />
	<atom:link rel='hub' href='http://oracletechnology.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Start up &amp; Shutdown E-business</title>
		<link>http://oracletechnology.wordpress.com/2007/06/24/start-up-shutdown-e-business/</link>
		<comments>http://oracletechnology.wordpress.com/2007/06/24/start-up-shutdown-e-business/#comments</comments>
		<pubDate>Sun, 24 Jun 2007 06:31:16 +0000</pubDate>
		<dc:creator>Raed Aziz</dc:creator>
				<category><![CDATA[Apps DBA Tasks]]></category>

		<guid isPermaLink="false">http://oracletechnology.wordpress.com/2007/06/24/start-up-shutdown-e-business/</guid>
		<description><![CDATA[Hi all, So many people (especially junior DBAs and developers) think that the shutdown and start up process for E-business is just a mater of running their scripts? and they completely ignore the order of this process, yes the order is very important, at one of my previous projects the Apps DBA there was kind [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracletechnology.wordpress.com&amp;blog=885197&amp;post=4&amp;subd=oracletechnology&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">Hi all,</p>
<p class="MsoNormal">So many people (especially junior DBAs and developers) think that the shutdown and start up process for E-business is just a mater <span>of running their scripts?</span> and they completely ignore the order of this process, yes the order is very important, at one of my previous projects the Apps DBA there was kind of a <span>terminator</span>! When he needs to shutdown his apps he just do it in 2 simple steps <span>as the following</span>:</p>
<p class="MsoNormal" style="margin-left:0.5in;text-indent:-0.25in;"><!--[if !supportLists]--><span>1-<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">      </span></span><!--[endif]--><span dir="ltr">Stop the DB immediately. </span></p>
<p class="MsoNormal" style="margin-left:0.5in;text-indent:-0.25in;"><!--[if !supportLists]--><span>2-<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">      </span></span><!--[endif]--><span dir="ltr"><span> </span>Use kill -9 to kill all other processes.</span></p>
<p class="MsoNormal">This is completely wrong, because:</p>
<p class="MsoNormal">This will effect the concurrent manager &amp; Apache, believe me if you face one of idiot issues with one of them you <span><span>will be in a very bad situation</span></span> specially if you try to clean the concurrent by using SQL script and when you try to start it and check it on the application and see that there is NO MANAGER <span style="font-family:Wingdings;"><span></span></span> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  . I like this word only if its meaning my line manager<span style="font-family:Wingdings;"><span> <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </span></span>but not the concurrent. <span>  </span></p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"><u>The normal and recommended way to shutdown and start up the E-business suite is:</u></p>
<p class="MsoNormal"><font color="#333399">Start up procedure:</font></p>
<p class="MsoNormal"><font color="#333399">Log in by oracle user to start up dbTier:</font></p>
<p class="MsoNormal" style="margin-left:0.5in;text-indent:-0.25in;"><!--[if !supportLists]--><font color="#333399"><span>1-<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">      </span></span><span dir="ltr">start up the DB by run addbctl.sh start </span></font><!--[endif]--></p>
<p class="MsoNormal" style="margin-left:0.5in;text-indent:-0.25in;"><!--[if !supportLists]--><font color="#333399"><span>2-<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">      </span></span><span dir="ltr">Start up the nls by run addlnctl.sh start &lt;nlsname&gt;</span></font><!--[endif]--></p>
<p class="MsoNormal"><font color="#333399">Log in by applmgr user to start up appsTier:</font></p>
<p class="MsoNormal" style="margin-left:0.5in;text-indent:-0.25in;"><!--[if !supportLists]--><font color="#333399"><span>1-<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">      </span></span><span dir="ltr">start up the Apps by run adstrtal.sh. </span></font><!--[endif]--></p>
<p class="MsoNormal"><font color="#993366">Shutdown procedure:</font></p>
<p class="MsoNormal"><font color="#993366">Log in by applmgr user to shutdown appsTier:</font></p>
<p class="MsoNormal" style="margin-left:0.5in;text-indent:-0.25in;"><!--[if !supportLists]--><font color="#993366"><span>1-<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">      </span></span><span dir="ltr">Shutdown apps by run adstpall.sh.</span></font><!--[endif]--></p>
<p class="MsoNormal" style="margin-left:0.5in;text-indent:-0.25in;"><!--[if !supportLists]--><font color="#993366"><span>2-<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span><span dir="ltr"><span></span> </span><span><span>wait for sometime and check for any concurrent or Apache process whether they are still running or not, if so kill it by using kill -9</span></span></font><font color="#993366"><span dir="ltr">, you can check by use the following unix commands:</span></font><!--[endif]--></p>
<p class="MsoNormal" style="margin-left:0.25in;"><font color="#993366">ps –ef |grep http<span>   </span>&#8212;&#8212;&#8211; for apache</font></p>
<p class="MsoNormal" style="margin-left:0.25in;"><font color="#993366">ps –ef |grep FND &#8212;&#8212;&#8211; for concurrent</font></p>
<p class="MsoNormal" style="margin-left:0.25in;"><font color="#993366"> </font></p>
<p class="MsoNormal" style="margin-left:0.25in;"><font color="#993366">Log in by oracle user to stop dbTier:</font></p>
<p class="MsoNormal" style="margin-left:0.5in;text-indent:-0.25in;"><!--[if !supportLists]--><font color="#993366"><span>1-<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">      </span></span><span dir="ltr">Shutdown the nls by run addlnctl.sh stop &lt;nlsname&gt;</span></font><!--[endif]--></p>
<p class="MsoNormal" style="margin-left:0.5in;text-indent:-0.25in;"><!--[if !supportLists]--><font color="#993366"><span>2-<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">      </span></span><span dir="ltr">Shutdown the db by run addbctl.sh stop </span></font><!--[endif]--></p>
<p class="MsoNormal" style="margin-left:0.25in;"><font color="#993366">Note: if you plan to make cloning then you have to stop the db in normal mode:</font></p>
<p class="MsoNormal" style="margin-left:0.25in;"><font color="#993366">./addbctl.sh stop normal</font></p>
<p class="MsoNormal" style="margin-left:0.25in;"><font color="#993366"> </font></p>
<p class="MsoNormal" style="margin-left:0.25in;">To be continue&#8230;</p>
<p class="MsoNormal" style="margin-left:0.25in;">&nbsp;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oracletechnology.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oracletechnology.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oracletechnology.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oracletechnology.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oracletechnology.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oracletechnology.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oracletechnology.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oracletechnology.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oracletechnology.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oracletechnology.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oracletechnology.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oracletechnology.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oracletechnology.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oracletechnology.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oracletechnology.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oracletechnology.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracletechnology.wordpress.com&amp;blog=885197&amp;post=4&amp;subd=oracletechnology&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oracletechnology.wordpress.com/2007/06/24/start-up-shutdown-e-business/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8ca2275b157922f71d6a2f0ae0d2f3bc?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Raed</media:title>
		</media:content>
	</item>
		<item>
		<title>How to compile invalid objects</title>
		<link>http://oracletechnology.wordpress.com/2007/03/17/hello-world/</link>
		<comments>http://oracletechnology.wordpress.com/2007/03/17/hello-world/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 12:24:32 +0000</pubDate>
		<dc:creator>Raed Aziz</dc:creator>
				<category><![CDATA[Apps DBA Tasks]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This is a simple post to learn how to compile invalid objects. &#160; My suggestion is to do these steps daily (to keep ur self away from any expecting &#160; Emails or phone calls) ): &#160; 1- log in to unix or linux as applmgr user. &#160; 2-Find the number of invalid objects: &#160; SQL&#62;sqlplus [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracletechnology.wordpress.com&amp;blog=885197&amp;post=1&amp;subd=oracletechnology&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h4><strong><span style="font-family:Garamond;">This is a simple post to learn how to compile invalid objects.</span></strong></h4>
<p align="justify">&nbsp;</p>
<h4><strong><span style="font-family:Garamond;">My suggestion is to do these steps daily (to keep ur self away from any expecting </span></strong></h4>
<p align="justify">&nbsp;</p>
<h4><strong><span style="font-family:Garamond;">Emails or phone calls) ): </span></strong></h4>
<p align="justify">&nbsp;</p>
<h4><strong><span style="font-family:Garamond;">1- log in to unix or linux as applmgr user.</span></strong></h4>
<p align="justify">&nbsp;</p>
<h4><strong><span style="font-family:Garamond;">2-Find the number of invalid objects:</span></strong></h4>
<p align="justify">&nbsp;</p>
<h4><strong><span style="font-family:Garamond;">SQL&gt;sqlplus apps/passwd</span></strong></h4>
<p align="justify">&nbsp;</p>
<h4><strong><span style="font-family:Garamond;"> </span></strong></h4>
<p align="justify">&nbsp;</p>
<h4><strong><span style="font-family:Garamond;">SQL&gt;select count(*) from dba_objects where status=&#8217;INVALID&#8217;;</span></strong></h4>
<p align="justify">&nbsp;</p>
<h4><strong><span style="font-family:Garamond;"> </span></strong></h4>
<p align="justify">&nbsp;</p>
<h4><strong><span style="font-family:Garamond;">You can use utlrp.sql script to compile invalid objects</span></strong></h4>
<p align="justify">&nbsp;</p>
<h4><strong><span style="font-family:Garamond;">$cd $ORACLE_HOME/rdbms/admin</span></strong></h4>
<p align="justify">&nbsp;</p>
<h4><strong><span style="font-family:Garamond;">SQL&gt;@utlrp.sql</span></strong></h4>
<p align="justify">&nbsp;</p>
<h4><strong><span style="font-family:Garamond;"> </span></strong></h4>
<p align="justify">&nbsp;</p>
<h4><strong><span style="font-family:Garamond;">After that check again by using same sql statement</span></strong></h4>
<p align="justify">&nbsp;</p>
<h4><strong><span style="font-family:Garamond;">SQL&gt;select count(*) from dba_objects where status=&#8217;INVALID&#8217;;</span></strong></h4>
<p align="justify">&nbsp;</p>
<h4><font color="#ff0000"><strong><em>update</em></strong></font></h4>
<p align="justify">&nbsp;</p>
<h4><strong><span style="font-family:Garamond;">If still have invalid objects then start adadmin utility, when you start adadmin you’ll have to answer a set of questions. </span></strong></h4>
<p align="justify">&nbsp;</p>
<h4>e.g:</h4>
<p align="justify">&nbsp;</p>
<h4>login: applmgr<br />
Password:<br />
Last login: Mon Jun 11 10:33:05 from 172.18.1.19<br />
Sun Microsystems Inc.   SunOS 5.10      Generic January 2005<br />
You have new mail.<br />
Sun Microsystems Inc.   SunOS 5.10      Generic January 2005<br />
You have new mail.<br />
$ adadmin</h4>
<p align="justify">&nbsp;</p>
<h4>Copyright (c) 2002 Oracle Corporation<br />
Redwood Shores, California, USA</h4>
<p align="justify">&nbsp;</p>
<h4>Oracle Applications AD Administration</h4>
<p align="justify">&nbsp;</p>
<h4>Version 11.5.0</h4>
<p align="justify">&nbsp;</p>
<h4>NOTE: You may not use this utility for custom development<br />
unless you have written permission from Oracle Corporation.</h4>
<p align="justify">&nbsp;</p>
<h4>Your default directory is &#8216;/u01/wfm/wfmdevappl&#8217;.<br />
Is this the correct APPL_TOP [Yes] ?</h4>
<p align="justify">&nbsp;</p>
<h4>AD Administration records your AD Administration session in a text file<br />
you specify.  Enter your AD Administration log file name or press [Return]<br />
to accept the default file name shown in brackets.</h4>
<p align="justify">&nbsp;</p>
<h4>Filename [adadmin.log] :</h4>
<p align="justify">&nbsp;</p>
<h4>************* Start of AD Administration session *************<br />
AD Administration version: 11.5.0<br />
AD Administration started at: Mon Jun 11 2007 15:53:27</h4>
<p align="justify">&nbsp;</p>
<h4>APPL_TOP is set to /u01/wfm/wfmdevappl</h4>
<p align="justify">&nbsp;</p>
<h4>You can be notified by email if a failure occurs.<br />
Do you wish to activate this feature [No] ?<br />
Please enter the batchsize [1000] :</h4>
<p align="justify">&nbsp;</p>
<h4>Please enter the name of the Oracle Applications System that this<br />
APPL_TOP belongs to.</h4>
<p align="justify">&nbsp;</p>
<h4>The Applications System name must be unique across all Oracle<br />
Applications Systems at your site, must be from 1 to 30 characters<br />
long, may only contain alphanumeric and underscore characters,<br />
and must start with a letter.</h4>
<p align="justify">&nbsp;</p>
<h4>Sample Applications System names are: &#8220;prod&#8221;, &#8220;test&#8221;, &#8220;demo&#8221; and<br />
&#8220;Development_2&#8243;.</h4>
<p align="justify">&nbsp;</p>
<h4>Applications System Name [wfmdev] : wfmdev *</h4>
<p align="justify">&nbsp;</p>
<h4>NOTE: If you do not currently have certain types of files installed<br />
in this APPL_TOP, you may not be able to perform certain tasks.</h4>
<p align="justify">&nbsp;</p>
<h4>Example 1: If you don&#8217;t have files used for installing or upgrading<br />
the database installed in this area, you cannot install or upgrade<br />
the database from this APPL_TOP.</h4>
<p align="justify">&nbsp;</p>
<h4>Example 2: If you don&#8217;t have forms files installed in this area, you cannot<br />
generate them or run them from this APPL_TOP.</h4>
<p align="justify">&nbsp;</p>
<h4>Example 3: If you don&#8217;t have concurrent program files installed in this area,<br />
you cannot relink concurrent programs or generate reports from this APPL_TOP.</h4>
<p align="justify">&nbsp;</p>
<h4>Do you currently have files used for installing or upgrading the database<br />
installed in this APPL_TOP [YES] ? YES *</h4>
<p align="justify">&nbsp;</p>
<h4>Do you currently have Java and HTML files for HTML-based functionality<br />
installed in this APPL_TOP [YES] ? YES *</h4>
<p align="justify">&nbsp;</p>
<h4>Do you currently have Oracle Applications forms files installed<br />
in this APPL_TOP [YES] ? YES *</h4>
<p align="justify">&nbsp;</p>
<h4>Do you currently have concurrent program files installed<br />
in this APPL_TOP [YES] ? YES *</h4>
<p align="justify">&nbsp;</p>
<h4>Please enter the name Oracle Applications will use to identify this APPL_TOP.</h4>
<p align="justify">&nbsp;</p>
<h4>The APPL_TOP name you select must be unique within an Oracle Applications<br />
System, must be from 1 to 30 characters long, may only contain<br />
alphanumeric and underscore characters, and must start with a letter.</h4>
<p align="justify">&nbsp;</p>
<h4>Sample APPL_TOP Names are: &#8220;prod_all&#8221;, &#8220;demo3_forms2&#8243;, and &#8220;forms1&#8243;.</h4>
<p align="justify">&nbsp;</p>
<h4>APPL_TOP Name [towerd1] : towerd1 *</h4>
<p align="justify">&nbsp;</p>
<h4>You are about to use or modify Oracle Applications product tables<br />
in your ORACLE database &#8216;wfmdev&#8217;<br />
using ORACLE executables in &#8216;/u01/wfm/wfmdevora/8.0.6&#8242;.</h4>
<p align="justify">&nbsp;</p>
<h4>Is this the correct database [Yes] ?<br />
AD Administration needs the password for your &#8216;SYSTEM&#8217; ORACLE schema<br />
in order to determine your installation configuration.</h4>
<p align="justify">&nbsp;</p>
<h4>Enter the password for your &#8216;SYSTEM&#8217; ORACLE schema:</h4>
<p align="justify">&nbsp;</p>
<h4>The ORACLE username specified below for Application Object Library<br />
uniquely identifies your existing product group: APPLSYS</h4>
<p align="justify">&nbsp;</p>
<h4>Enter the ORACLE password of Application Object Library [APPS] :<br />
AD Administration is verifying your username/password.<br />
The status of various features in this run of AD Administration is:</h4>
<p align="justify">&nbsp;</p>
<h4>&lt;-Feature version in-&gt;<br />
Feature                          Active?   APPLTOP    Data model    Flags<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;   &#8212;&#8212;-   &#8212;&#8212;&#8211;   &#8212;&#8212;&#8212;&#8211;   &#8212;&#8212;&#8212;&#8211;<br />
CHECKFILE                        Yes       1          1             Y N N Y N Y<br />
PREREQ                           Yes       6          6             Y N N Y N Y<br />
CONCURRENT_SESSIONS              No        2          2             Y Y N Y Y N<br />
PATCH_TIMING                     Yes       2          2             Y N N Y N Y<br />
PATCH_HIST_IN_DB                 Yes       6          6             Y N N Y N Y<br />
SCHEMA_SWAP                      Yes       1          1             Y N N Y Y Y</h4>
<p align="justify">&nbsp;</p>
<h4>Identifier for the current session is 23897</h4>
<p align="justify">&nbsp;</p>
<h4>Reading product information from file&#8230;</h4>
<p align="justify">&nbsp;</p>
<h4>Reading language and territory information from file&#8230;</h4>
<p align="justify">&nbsp;</p>
<h4>Reading language information from applUS.txt &#8230;</h4>
<p align="justify">&nbsp;</p>
<h4>Reading database to see what industry is currently installed.</h4>
<p align="justify">&nbsp;</p>
<h4>Reading FND_LANGUAGES to see what is currently installed.<br />
Currently, the following languages are installed:</h4>
<p align="justify">&nbsp;</p>
<h4>Code   Language                                Status<br />
&#8212;-   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;<br />
US     American English                        Base<br />
AR     Arabic                                  Install</h4>
<p align="justify">&nbsp;</p>
<h4>Reading language information from applAR.txt &#8230;</h4>
<p align="justify">&nbsp;</p>
<h4>Your base language will be AMERICAN.</h4>
<p align="justify">&nbsp;</p>
<h4>Your other languages to install are: ARABIC</h4>
<p align="justify">&nbsp;</p>
<h4>Setting up module information.<br />
Reading database for information about the modules.<br />
Saving module information.<br />
Reading database for information about the products.<br />
Reading database for information about how products depend on each other.<br />
Reading topfile.txt &#8230;</h4>
<p align="justify">&nbsp;</p>
<h4>Saving product information.</h4>
<p align="justify">&nbsp;</p>
<h4>AD code level : [11i.AD.I.4]</h4>
<p align="justify">&nbsp;</p>
<h4>AD Administration Main Menu<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</h4>
<p align="justify">&nbsp;</p>
<h4>1.    Generate Applications Files menu</h4>
<p align="justify">&nbsp;</p>
<h4>2.    Maintain Applications Files menu</h4>
<p align="justify">&nbsp;</p>
<h4>3.    Compile/Reload Applications Database Entities menu</h4>
<p align="justify">&nbsp;</p>
<h4>4.    Maintain Applications Database Entities menu</h4>
<p align="justify">&nbsp;</p>
<h4>5.    Change Maintenance Mode</h4>
<p align="justify">&nbsp;</p>
<h4>6.    Exit AD Administration</h4>
<p align="justify">&nbsp;</p>
<h4>Enter your choice [6] :3</h4>
<p align="justify">&nbsp;</p>
<h4>     Compile/Reload Applications Database Entities<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</h4>
<p align="justify">&nbsp;</p>
<h4>1.    Compile APPS schema</h4>
<p align="justify">&nbsp;</p>
<h4>2.    Compile menu information</h4>
<p align="justify">&nbsp;</p>
<h4>3.    Compile flexfields</h4>
<p align="justify">&nbsp;</p>
<h4>4.    Reload JAR files to database</h4>
<p align="justify">&nbsp;</p>
<h4>5.    Return to Main Menu</h4>
<p align="justify">&nbsp;</p>
<h4>Enter your choice [5] :1</h4>
<p align="justify">&nbsp;</p>
<h4>AD utilities can support a maximum of 999 workers. Your<br />
current database configuration supports a maximum of 69 workers.<br />
Oracle recommends that you use between 8 and 16 workers.</h4>
<p align="justify">&nbsp;</p>
<h4>Enter the number of workers [8] :</h4>
<p align="justify">&nbsp;</p>
<h4>after that the compiling will start and complete automatically, I preferred to check the log file for any errors.</h4>
<p align="justify">&nbsp;</p>
<h4>also don&#8217;t forget to check if there is more invalid object not compiled as following:</h4>
<p align="justify">&nbsp;</p>
<h4>$ sqlplus apps/apps</h4>
<p align="justify">&nbsp;</p>
<h4>SQL*Plus: Release 8.0.6.0.0 &#8211; Production on Mon Jun 11 16:03:21 2007</h4>
<p align="justify">&nbsp;</p>
<h4>(c) Copyright 1999 Oracle Corporation.  All rights reserved.</h4>
<p align="justify">&nbsp;</p>
<h4>Connected to:<br />
Oracle9i Enterprise Edition Release 9.2.0.6.0 &#8211; 64bit Production<br />
With the Partitioning, OLAP and Oracle Data Mining options<br />
JServer Release 9.2.0.6.0 &#8211; Production</h4>
<p align="justify">&nbsp;</p>
<h4>SQL&gt; select count(*) from dba_objects where status=&#8217;INVALID&#8217;;</h4>
<p align="justify">&nbsp;</p>
<h4>COUNT(*)<br />
&#8212;&#8212;&#8212;-<br />
0</h4>
<p align="justify">&nbsp;</p>
<h4>next time ill discuss how to compile the invalid objects manually.</h4>
<p align="justify">&nbsp;</p>
<h1></h1>
<p align="justify">&nbsp;</p>
<h1></h1>
<p align="justify">&nbsp;</p>
<h1><strong><span style="font-family:Garamond;"> </span></strong></h1>
<p align="justify">&nbsp;</p>
<h1><strong> </strong></h1>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oracletechnology.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oracletechnology.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oracletechnology.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oracletechnology.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oracletechnology.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oracletechnology.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oracletechnology.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oracletechnology.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oracletechnology.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oracletechnology.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oracletechnology.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oracletechnology.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oracletechnology.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oracletechnology.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oracletechnology.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oracletechnology.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracletechnology.wordpress.com&amp;blog=885197&amp;post=1&amp;subd=oracletechnology&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oracletechnology.wordpress.com/2007/03/17/hello-world/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8ca2275b157922f71d6a2f0ae0d2f3bc?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Raed</media:title>
		</media:content>
	</item>
	</channel>
</rss>
