Please follow the below steps to delete all the latest inactive patches using the following command. One inactive patch remains, to allow the current patch to be rolled back.
cd $ORACLE_HOME/OPatch
. /opatch util deleteinactivepatches
To list inactive patches using the following command. This should come back in 30 seconds or less after the cleanup.
cd $ORACLE_HOME/OPatch
. /opatch util listorderedinactivepatches
Recommended Posts