Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to relocate an existing Oracle 19c single instance Oracle Home on OEL 7.x

LauryJul 9 2020 — edited Jul 10 2020

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

Comments
Post Details
Added on Jul 9 2020
10 comments
5,434 views