Hi,
How to relocate an Oracle Home for an Oracle RDBMS 19c?
In the past, for Oracle RDBMS 10c, I used to do something like:
1) List all Oracle Home in the Inventory:
$ORACLE_HOME/OPatch/opatch lsinventory -all
2) Detach current Oracle Home from current Global Inventory:
./runInstaller -silent -ignoreSysPrereqs -detachHome ORACLE_HOME="/appl/oracle_a/product/10.2.0" ORACLE_HOME_NAME="OracleHome102TGBI"
3) Attach the new Oracle Home to Global Inventory:
./runInstaller -silent -ignoreSysPrereqs -attachHome ORACLE_HOME="/d01/appl/oracle_a/product/10.2.0" ORACLE_HOME_NAME="OracleHome102TGBI"
4) Update oratab accordingly with the new Oracle Home preferably after instance shutdown.
But it seem the switch ignoreSysPrereqs and detachHome do not exist anymore.
Thanks by advance for any tip.
Kind Regards