Best Approach for Handling One Off Patches with RHP on ODA
I was updating one of my dev databases to 19.27 and the pre-patch report raised following error :
DCS-10267 - failed to run the patch RHP
Internal error encountered: PRGO-1571: The move operation was rejected because the patched working copy
"OraDB19000_home7" is missing the patches for bug numbers "37331863" which are present in the source
This makes sense since the 19.26 OH has a one off patch 37331863 applied that we are testing.
I was able to progress by rolling back the patch in 19.26 and then applying the 19.27 version of the patch after the database was patched to 19.27 however this isn't very elegant.
Is there a better way to do this e.g. is it possible to somehow incorporated one-off patches into the OH image used by RHP ?