INFO Oracle Base utility failed to determine ORACLE_BASE for ORACLE_HOME
I am trying to upgrade a stand alone instance of Oracle 12.2 to 19c using the autoupgrade utility. It passes on the analyze and fixups mode but when I try to do the deploy mode, I get the following error:
INFO Oracle Base utility failed to determine ORACLE_BASE for ORACLE_HOME /u01/app/oracle/product/19.3.0/dbhome_1
This is the command I am running:
./jdk/bin/java -jar ./autoupgrade.jar -config 122-to-new.txt -mode deploy
This is in my config file:
global.autoupg_log_dir=/home/oracle/autoupgrade
upg1.source_home=/u01/app/oracle/product/12.2.0/dbhome_1
upg1.target_home=/u01/app/oracle/product/19.3.0/dbhome_1