DBMS/Oracle
RAC를 single instance로 바꾸기
Solution - Shutdown all the instance in RAC enviornment. - Shutdown all the listeners. - Relink Oracle executable with rac_off option. $ make -f ins_rdbms.mk rac_off $ make -f ins_rdbms.mk ioracle - Remove all the parameters from init.ora which points to second instance and it is on other node. - Remove cluster_database parameter - Remove undo_tablespace parameter which points to second instance..