how to make non rac oracle binaries rac
I have installed 11.1.0.7.7 into a new cluster that already has 11.2.0.3 installed.
The 11.1 installation is not rac enabled.
I know you can remake the 11.1 binaries rac enabled but can't remember the command.
Anybody out there who can help?
I'll continue searching.. thanks in advance
An update:
To turn on RAC
# link the oracle libraries
$ cd $ORACLE_HOME/rdbms/lib
$ make -f ins_rdbms.mk rac_on
# rebuild oracle
$ cd $ORACLE_HOME/bin
$ relink oracle
anybody have comments?
jc