Hi All,
I am trying to install oracle home by runInstaller in silent mode. While passing the oracle_home_name to the runinstaller it keeps the same name as is in the inventory.xml. Is there any way to pass the Oracle name Prefix and runinstaller appends some counter to the prefix and make it unique.
Say for example if I execute the below command (This is not the complete command but a part of it)
runInstaller -silent -ignorePrereqFailure ORACLE_BASE="<>" ORACLE_HOME="<>" ORACLE_HOME_NAME="OraDB19c_home"
My reqmnt is once the installation is completed in the inventory.xml the oracle Home name is added as “OraDB19c_home1” or some unique counter