Oracle: Manually clean up .patch_storage
after running `opatch util cleanup', you can do more cleanup: --- begin quote --- Additionally, further cleanup of the $ORACLE_HOME/.patch_storage is possible if there are directories from patches applied to previous versions. This can be done manually as follows: 1. run command: $ opatch lsinventory 2. Remove all the sub-directories from $ORACLE_HOME/.patch_storage that are not present in the list of installed patches. Directory names would be prefaced with the patchid for example: 13343438_<timestamp> eg: >$ORACLE_HOME/OPatch/opatch lsinventory > lsinventorytxt.txt oracle-psfststdb602.tmw.com::/usr/opt/app/oracle/product/19.3.0/.patch_storage>ls -lrt total 144 drwxr-xr-x. 3 oracle dba 74 Apr 18 2019 29517242_Apr_17_2019_23_27_10 drwxr-xr-x. 3 oracle dba 74 Apr 18 2019 29585399_Apr_9_2019_19_12_47 drwxr-xr-x. 4 oracle dba 87 Jun 8 2021 32545013_Apr_16_2021_07_40_05 drwxr-x...