Selecting the proper home.
I've been trying understand Oracle Home selection. I typically use the settings below for RAC installations.
ORACLE_BASE=/app/oracle
GRID_HOME=/app/grid/11.2.0/grid_1
DB_HOME=$ORACLE_BASE/product/11.2.0/db_1
But now I'm installing RAC One Node. I'm getting the following error:
[INS-32018] The select Oracle home is outside of the Oracle Base.
So, assuming I want to install both RAC and DB software under /app, what values should I use?