Rolling RAC DB updates and bug 34352668
After we updated all of our dev databases on our non-prod ODA to 19.29 Database (odacli update-database), we learned about bug 34352668 (KB867473). To mitigate that issue I installed a new 19.29 dbhome on our non-prod ODA and applied one-off patch 38854064 to that dbhome, then for each database:
- shutdown the db
- srvctl modify database -d <dbname> -oraclehome <patched_dbhome>
- restart the db
- run
update-registryto update the DCS (mysql) repo to the correct dbhome version
Now I'm trying to figure out how to handle this on our production ODA. The other week we applied just the 19.29 OS and Grid patches to our production ODA. And I have since installed a 19.29 dbhome with