This blog contains different things for Oracle DBA, APPS DBA and Middleware technologies. All these things should be tested first on test environments before applying in the Prod environments, please follow the standard Change control to apply all the PreProd and Prod changes. Also to make this blog more useful, please give your comments and share your experience. Thanks
Search This Blog
Tuesday, 14 September 2010
how to restart the failed APPS R12 installation
Objective:
In this post we will show how can we restart the failed APPS R12 installation.
Cookbook:
The installation can fail becuase of any reason, e.g. system hang, system restart etc. In any of the case we can restart the installation from the same point where it got failed.
Following are the points.
1- start the rapidwiz with the option "-restart"
./rapidwiz -restart
2- it will open the install screen and will as the saved configuration file. Here is the catch, the saved configuration file can be found on two places.
a- /tmp/MMDDHHMI/conf_SID.txt
b- $ORACLE_HOME/appsutil/conf_SID.txt
3- once you choose the right saved configuration file, the installer will start from the same point where it got failed.
Subscribe to:
Post Comments (Atom)
Oracle 19c - patch 19.22 unavailability for Windows platform
Oracle 19c - patch 19.22 unavailability for Windows platform Having upgraded the Oracle 11g 11.2.0.4 database to Oracle 19c 19.3.0.0.0 whi...
-
Oracle 12c Installer error - [INS-10102] Installer initialization failed - no oraInstaller in java.library.path - make sure oraInst.lo...
-
Introduction: This post is related to describe the Report server issue with Oracle 9i AS R2. For this release of Application Server, the X S...
-
Introduction: In this article we will see, the impact of "Parallel" clause of rebuilding a partition index. We would also enable t...
1 comment:
Please note this is not valid for EBS 12.2, Restart Option is not available for 12.2.
Cleaning Up A Failed Install Attempt
There is no rapidwiz -restart option available with R12.2 and hence once the installation fails then perform the below steps to clean up failed installation first. And then perform the installation.
A. Restart the server or make sure to kill ALL oracle and applmgr processes.
B. Delete the install directory, oraInventory and /tmp.
Note: If there are multiple EBS Instances or Oracle homes are present on server then central inventory needs to be cleaned up properly so that other existing environment should not get impacted. De-register Oracle homes first for the failed installation and then remove the install directory of failed installation. Also if some other process is running in /tmp directory then make sure that only process and files related to failed installation from /tmp directory needs to be deleted.
C. Run rapidwiz to start installation again.
Note: Please follow below document to remove R12.2 Windows environment:
Note 1683326.1: How to Remove an Oracle E-Business Suite Release 12.2 Windows Environment
Post a Comment