This post is also available at:
Português

Problem:
When trying to execute opatchauto outofplace, the execution failed with the error below:
sudo $ORACLE_HOME/OPatch/opatchauto apply ${PATCH_TOP} -outofplace -silent ./clone.properties
OPatchauto session is initiated at Thu Aug 22 10:51:24 2024
System initialization log file is /u01/app/19.21.0.0/grid/cfgtoollogs/opatchautodb/systemconfig2024-08-22_10-51-26AM.log.
Session log file is /u01/app/19.21.0.0/grid/cfgtoollogs/opatchauto/opatchauto2024-08-22_10-51-32AM.log
The id for this session is 9E75
OPATCHAUTO-72115: Out of place patching apply session cannot be performed.
OPATCHAUTO-72115: Previous apply session is not completed on node drslcdboraprp1.
OPATCHAUTO-72115: Please complete the previous apply session across all nodes to perform apply session.
OPatchAuto failed.
OPatchauto session completed at Thu Aug 22 10:51:47 2024
Time taken to complete the session 0 minute, 23 seconds
opatchauto failed with error code 42
BashSolution:
Clear checkpoint file(s) from a previous execution attempt.
cd $ORACLE_HOME/.opatchauto_storage/`hostname`
rm oopsessioninfo.ser
Bash