DBCA not recognizing RAC-on
During my DBCA session I expect to see the RAC options but it only gives me the standalone screens.
I've reconfigured the clusterware through root.sh and ran cluvfy. All is well with the clusterware.
I re-made my database binaries with
cd $ORACLE_HOME/rdbms/lbin
make -f ins_rdbms.mk rac_on
make -f ins_rdbms.mk ioracle
No problems encountered with the make statements.
At this point DBCA should bring up the RAC options, but it does not.
Is there a flag file somewhere in the database home that needs to be reset?
0