Login  Register

Re: adcfgclone.pl errors

Posted by ErmanArslansOracleBlog on Jan 23, 2016; 6:59am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/adcfgclone-pl-errors-tp265p484.html

This is another issue , which should be investigated using a new forum entry, but I will answer it from here for this time.

You are running checkDBPatch.sh right?

So, in checkDBPatch.sh , the following commands should be running just after "The opatch utility is at the required version."

# get the list of patches
 $OPATCH lspatches -bugs > ${oplist}
 exit_code=$?
 
 if test "$exit_code" != "0" ; then
     printf "\nError running opatch. Error code : ${exit_code}\n"| tee -a $LOGFILE
     printf "\n\nTherefore, cannot check bugfixes applied to the Database ORACLE_HOME."| tee -a $LOGFILE
     rm -rf ${PTCH_TMP}  
     printf "\nExiting.\n"| tee -a $LOGFILE
     exit 1
 fi


Well, it must be stuch while running the command opatch lspatches -bugs
Please check that command , execute it manually, maybe it is because of your environment or maybe it is an inventory problem.
Just execute it manually and see if there is a problem, if not check your environment and this document:
How To Run The 12.2 EBS Technology Code Level Checker (ETCC) ? (Doc ID 2008451.1)