Autoupgrade failing - Database orcl shutdown or open with incorrect binaries for ANALYZE
Hi
I am trying to update an 11.2.0.4 database to 19.8 using autoupgrade.jar.
I have installed 19.3 "Software only". Patched DBRU and OJVMRU to 19.8. I then used DBCA to create a CDB called CDB. I did not create a PDB.
I have changed oratab to start both databases.
orcl:/u01/app/oracle/product/11.2.0/dbhome_1:Y
CDB:/u01/app/oracle/product/19.0.0/dbhome_1:Y
**************
/home/oracle/env_CDB.sh
# define environment variables
unset ORACLE_PDB_SID
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=/u01/app/oracle/product/19.0.0/dbhome_1
export ORACLE_UNQNAME=CDB
export ORACLE_SID=CDB
export LD_LIBRARY_PATH=/u01/app/oracle/product/19.0.0/dbhome_1/lib