Oracle RAC database is not coming up and error is RAC is not configured
In case database is not coming up and error is RAC is not configured, then relink the libraries using below command
$ cd $ORACLE_HOME/rdbms/lib
$ make -f ins_rdbms.mk rac_on
$ make -f ins_rdbms.mk ioracle
$ORACLE_HOME/bin/relink all
In case database is not coming up and error is RAC is not configured, then relink the libraries using below command
$ cd $ORACLE_HOME/rdbms/lib
$ make -f ins_rdbms.mk rac_on
$ make -f ins_rdbms.mk ioracle
$ORACLE_HOME/bin/relink all