Creating ASM and Oracle instances on brand new RAC installation
Hi,
We are installing a 2 node 10g RAC on Linux 5
We installed 10.2.0.1 clusterware and then performed ASM (software only install) and Oracle Database (software install only)
installation under separate HOMES
ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1 ; export ORACLE_HOME
ASM_HOME=/u01/app/oracle/product/10.2.0/asm; export ASM_HOME
We then patched the clusterware and ASM and ORACLE HOME with 10.2.0.4
At this point, the clusterware is up and running and we are ready to proceed with creating RAC ASM instance and then RAC Database
We have the following environment variables defined in our bash_profile
ORACLE_BASE=/u01/app/oracle ; export ORACLE_BASE
0