Apps Dba Notes: Adstrtal - SH Exits With Status 150
Apps Dba Notes: Adstrtal - SH Exits With Status 150
Kishore/Sachin
http://appsdba.info
1
Author – A.Kishore/Sachin
http://appsdba.info
****************************************************
Solution :
Open a new shell and set your apps environment,run the follwing:
# cd $ADMIN_SCRIPTS_HOME
adopmnctl.sh stop
Now Check if it is really down:
ps -ef | grep -i opm
Delete the following:
$ rm -fr $INST_TOP/ora/10.1.3/j2ee/oacore/persistence/*
$ rm -fr $INST_TOP/ora/10.1.3/j2ee/oafm/persistence/*
$ rm -fr $INST_TOP/ora/10.1.3/j2ee/forms/persistence/*
2
Author – A.Kishore/Sachin
http://appsdba.info
$TMP//conf_.txt
$INST_TOP/conf_.txt
/appsutil/conf_.txt
$ORACLE_HOME/appsutil/log/$CONTEXT_NAME/.logRDBMS
$ORACLE_HOME/appsutil/log/$CONTEXT_NAME/ApplyDBTechStack_.log
$ORACLE_HOME/appsutil/log/$CONTEXT_NAME/ohclone.log
$ORACLE_HOME/appsutil/log/$CONTEXT_NAME/make_.log
ORACLE_HOME/appsutil/log/$CONTEXT_NAME/installdbf.log
$ORACLE_HOME/appsutil/log/$CONTEXT_NAME/adcrdb_.log
$ORACLE_HOME/appsutil/log/$CONTEXT_NAME/ApplyDatabase_.log
$ORACLE_HOME/appsutil/log/$CONTEXT_NAME//adconfig.log
$ORACLE_HOME/appsutil/log/$CONTEXT_NAME//NetServiceHandler.log
$INST_TOP/logs/.log
$APPL_TOP/admin/$CONTEXT_NAME/log/ApplyAppsTechStack.log
$INST_TOP/logs/ora/10.1.2/install/make_.log
$INST_TOP/logs/ora/10.1.3/install/make_.log
$INST_TOP/admin/log/ApplyAppsTechStack.log
$INST_TOP/admin/log/ohclone.log
$APPL_TOP/admin/$CONTEXT_NAME/log/installAppl.log
$APPL_TOP/admin/$CONTEXT_NAME/log/ApplyAppltop_.log
$APPL_TOP/admin/$CONTEXT_NAME/log/adconfig.log
$APPL_TOP/admin/$CONTEXT_NAME/log/NetServiceHandler.log
3
Author – A.Kishore/Sachin
http://appsdba.info
In case of any errors during the installation, we can use these log file locations for
the troubleshooting.
The *.pld files are the source code of *.pll files which are the source of the
executable *.plx files.
The *.pld file itself does not get installed. To find the version of the *.pld file, we
need to look into the corresponding *.pll file.
To identify the version of pld file, lets say ABC.pld,we can use the following string at
OS level:
adident Header $AU_TOP/resource/ABC.pll
Make sure that there is only the Target Machine's .xml available under:
$APPL_TOP/admin/
Step 2. Remove the source *.xml file if it is there.
Step 3. Then run the following.
SQL*Plus:
SQL> EXEC FND_CONC_CLONE.SETUP_CLEAN; COMMIT; EXIT;