Introduction:
We faced one of the issue, after successfull cloning of APPS R12.1.1, when we tried to open the form, it was not launching.
CookBook:
We did the following steps, and form started coming up.
1- Stopped the APPS Tier services.
2- rename the directory "tldcache" under following directories.
a- /binaries/INST_NAME/inst/apps/INST_NAME_MACHINE_NAME/ora/10.1.3/j2ee/oafm
b- /binaries/INST_NAME/inst/apps/INST_NAME_MACHINE_NAME/ora/10.1.3/j2ee/oacore
c- /binaries/INST_NAME/inst/apps/INST_NAME_MACHINE_NAME/ora/10.1.3/j2ee/forms
3- create the emplty directory with the name "tldcache" under the above directories.
4- restart the APPS Tier services.
5- test the issue.
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
Thursday, 23 September 2010
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)
Oracle EBS Cloud manager deployment on OCI
Please follow the Oracle support document. Deploying Oracle E-Business Suite Cloud Manager Version 20.1.1.X on Oracle Cloud Infrastructure ...
-
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...
-
Oracle 12c Installer error - [INS-10102] Installer initialization failed - no oraInstaller in java.library.path - make sure oraInst.lo...