How to revert to a previous database version?
We are running ODA 19.22 on an X10 (bare metal), and we have two dbhomes installed:
19.19.0.0.230418
19.22.0.0.240116
I used update-database to update a database from 19.19 to 19.22 RU:
odacli update-database -i <dbid> -to <19.22_dbhome_id> -f
But how would I revert the 19.22 update, and change the database back to the 19.19 dbhome? Can this be done with odacli?
I've tried the following:
/home/oracle> odacli update-database -i 5e5536e0-1450-46b7-831a-4b77c822b880 -r
DCS-10001:Internal error encountered: Destination DB Home Id is not provided.
/home/oracle> odacli update-database -i 5e5536e0-1450-46b7-831a-4b77c822b880 -r -to f4b67b4a-3467-4f09-83a8-5f8d8df1c2e7