Translate into your own language

Tuesday, May 3, 2016

OPatch failed with error code 73 " Following executables are active :"

The process of applying patch is to stop all the services from the existing home where we are going to apply the patch. We do our best but sometime when we issue the opatch apply command it throws the below error:

OPatch failed with error code 73 " Following executables are active :". See below figure:



Solution: The solution of this error is very simple. We have to use /sbin/fuser command to find the executable process id. It gives extra m with the process id like 123m. Now we have to grep the process id and kill it.  Please find the below figure:


After killing the executable when we run the opatch apply, it completes successfully.
Please find the below figure.




No comments:

Post a Comment