ORA-29701: unable to connect to Cluster Manager

 

- +ASM mount 할때 위의 오류가 발생 한다면 루트 계정에서 다음을 실행 시키면 됩니다.

root#] $ORACLE_HOME/bin/localconfig delete

root#] $ORACLE_HOME/bin/localconfig add

 

이제 오라클 계정으로 바꾼다음

oracle#]export ORACLE_SID=+ASM

oracle#]sqlplus / as sysdba

$startup 하시면 마운트 성공!!

 

 

- 그 다음

oracle#]export ORACLE_SID=testdb

oracle#]sqlplus / as sysdba

$startup

+ Recent posts