Can we install 2 separate ORACLE_HOMES on a RAC server
We are installing a 2 node RAC using Oracle 19c database.
After the Grid infrastructure is installed as grid user, the next step is to install the ORACLE_HOME as oracle user.
Can we create 2 separate ORACLE_HOMES at this stage as oracle user ?
Ex -
- /u01/app/oracle/product/19.0.0/dbhome_1 -- For DEV databases
- /u01/app/oracle/product/19.0.0/dbhome_2 ---For TEST databases
Will both these ORACLE_HOMES be patched automatically with the autopatch utility run as grid user ?
Thanks