Autoupgrade : How can I pass an ORACLE_HOME_NAME to the program ?
Hello all,
I want to use autoupgrade. jar and want to define the ORACLE_HOME_NAME (not the ORACLE_HOME) which should be used in the installation. I want that the Names of the oracle homes have a relationship to the path.
I found no config parameter for this in the current upgrade documentation and tried
upg1.env=ORACLE_HOME_NAME:19_7_0_0_20200414_DBRU
and - as I understood the documentation - :
upg1.env=ORACLE_HOME_NAME:/19_7_0_0_20200414_DBRU/
both gave me
AutoUpgrade tool launched with default options
Processing config file ...
The provided custom environment data is invalid for entry upg1
How Can I do this ?