startup 실행 시 아래와 같이 오류 발생
SQL> startup
ORA-01078: failure in processing system parameters
ORA-01565: error in identifying file ‘+DATA/orcl/spfileorcl.ora’
ORA-17503: ksfdopn:2 Failed to open file +DATA/orcl/spfileorcl.ora
ORA-29701: unable to connect to Cluster Synchronization Service
===================== 해결 방법 ===================================
C:\Users\Administrator>crsctl start resource ora.cssd
CRS-4535: Cluster Ready Services와 통신할 수 없습니다.
CRS-4000: Start 명령을 실패했거나 오류와 함께 완료되었습니다.
C:\Users\Administrator>crsctl start res ora.crsd -init
CRS-2672: ‘ora.cssd’을(를) ‘rac2’에서 시작하려고 시도하는 중입니다.
CRS-2676: ‘ora.cssd’ 시작(‘rac2’)이 성공했습니다.
CRS-2672: ‘ora.ctssd’을(를) ‘rac2’에서 시작하려고 시도하는 중입니다.
CRS-2676: ‘ora.ctssd’ 시작(‘rac2’)이 성공했습니다.
CRS-2672: ‘ora.evmd’을(를) ‘rac2’에서 시작하려고 시도하는 중입니다.
CRS-2676: ‘ora.evmd’ 시작(‘rac2’)이 성공했습니다.
CRS-2679: ‘ora.asm'(‘rac2’)을(를) 정리하려고 시도하는 중입니다.
CRS-5011: “+ASM” 리소스 검사 실패: 세부 정보는 “(:CLSN00006:)”(“C:\app\11.2.0\gr
id\log\rac2\agent\ohasd\oraagent\oraagent.log”)에 있습니다.
CRS-5011: “+ASM” 리소스 검사 실패: 세부 정보는 “(:CLSN00006:)”(“C:\app\11.2.0\gr
id\log\rac2\agent\ohasd\oraagent\oraagent.log”)에 있습니다.
CRS-2681: ‘ora.asm’ 정리(‘rac2’)가 성공했습니다.
CRS-2672: ‘ora.asm’을(를) ‘rac2’에서 시작하려고 시도하는 중입니다.
CRS-2676: ‘ora.asm’ 시작(‘rac2’)이 성공했습니다.
CRS-2672: ‘ora.crsd’을(를) ‘rac2’에서 시작하려고 시도하는 중입니다.
CRS-2676: ‘ora.crsd’ 시작(‘rac2’)이 성공했습니다.
C:\Users\Administrator>sqlplus “/as sysdba”
SQL*Plus: Release 11.2.0.1.0 Production on 수 3월 15 14:18:30 2017
Copyright (c) 1982, 2010, Oracle. All rights reserved.
ERROR:
ORA-01031: insufficient privileges
사용자명 입력: system
비밀번호 입력:
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
프로세스 ID: 0
세션 ID: 0 일련 번호: 0
사용자명 입력:
C:\Users\Administrator>sqlplus /nolog
SQL*Plus: Release 11.2.0.1.0 Production on 수 3월 15 14:18:49 2017
Copyright (c) 1982, 2010, Oracle. All rights reserved.
SQL> conn sys/ as sysdba
비밀번호 입력:
연결되었습니다.
SQL> startup
ORA-01081: 이미 기동중인 ORACLE을 기동하려 했습니다
SQL>