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
Showing posts with label restart the failed Oracle APPS R12 installation. Show all posts
Showing posts with label restart the failed Oracle APPS R12 installation. Show all posts
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:
Posts (Atom)
APEX ADMIN account locked for workspace INTERNAL - password change procedure
If APEX ADMIN account has locked for INTERNAL workspace or need to change the password, use the following procedure, please test it first ...
-
Introduction: We use EMC BCV feature to clone our production database, and it was all working fine, but suddenly we started getting the erro...
-
Introduction: How to create a second amdin user for Oracle Application APEX. CookBook: 1- unlock the account FLOWS_030000 and login with FLO...
-
Introduction: In this article we will see, the impact of "Parallel" clause of rebuilding a partition index. We would also enable t...