Best Practices for directory structure for Oracle Grid Infrastructure for a standalone server and Or
I want to install Oracle Database and Oracle Grid Infrastructure for a standalone server for ASM and Oracle Restart. I understand that they need to be installed in different folders with different access rights. But how it is better for making?
In documentation "Oracle® Database Quick Installation Guide 11g Release 2 (11.2) for Linux x86-64" anything specific it is not written. Here exposures from the documentation with examples. Such examples only confuse me.
for oracle
# mkdir-p/u01/app/
# chown-R oracle:oinstall/u01/app/
# chmod-R 775/u01/app/
for grid
$ ORACLE_HOME=/u01/app/oracle/product/11.2.0/grid
$ export ORACLE_HOME
ORACLE_HOME =/u01/app/11.2.0/grid; export ORACLE_HOME
In documentation "Oracle® Database Quick Installation Guide 11g Release 2 (11.2) for Linux x86-64" anything specific it is not written. Here exposures from the documentation with examples. Such examples only confuse me.
for oracle
# mkdir-p/u01/app/
# chown-R oracle:oinstall/u01/app/
# chmod-R 775/u01/app/
for grid
$ ORACLE_HOME=/u01/app/oracle/product/11.2.0/grid
$ export ORACLE_HOME
ORACLE_HOME =/u01/app/11.2.0/grid; export ORACLE_HOME
0