1.Go to $ORACLE_HOME/rdbms/lib
2.run the following command:
nm -r libknlopt.a | grep -c kcsm.o
3. If you get the result is more than 0 then relink Oracle without RAC
$ make -f ins_rdbms.mk rac_off
$ make -f ins_rdbms.mk ioracle
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/25702/viewspace-464277/,如需转载,请注明出处,否则将追究法律责任。