SID로 접근하는 경우
- Wait a moment and try to connect a second time.
- Check which instances are currently known by the listener by executing: lsnrctl services <listener name>
- Check that the SID parameter in the connect descriptor specifies an instance known by the listener.
- Check for an event in the listener.log file.
서비스 네임으로 접근하는 경우
- Wait a moment and try to connect a second time.
- Check which services are currently known by the listener by executing: lsnrctl services <listener name>
- Check that the SERVICE_NAME parameter in the connect descriptor of the net service name used specifies a service known by the listener.
- If an easy connect naming connect identifier was used, check that the service name specified is a service known by the listener.
- Check for an event in the listener.log file.
https://docs.oracle.com/cd/B19306_01/server.102/b14219/net12500.htm#sthref3449
나같은 경우는 서비스네임이나 SID를 잘못적어서 생긴 문제였다.
cmd 에서
lsnrctl services 를 입력하면
리스터의 상태가 출력된다.
여기서 DECATED의 상태가 READY인 SID를 이용하면 된다.
'DATABASE > 오라클' 카테고리의 다른 글
오라클 삭제 - 폴더, 레지스터까지 삭제하기 (2) | 2018.03.12 |
---|---|
오라클 import, imp -> impdp : IMP-00038 : Could not convert to environment character set's handle 에러 (2) | 2017.10.20 |
오라클 인덱스 리빌드 - index rebuild (0) | 2017.07.05 |
insert 냐 update 냐... merge into (0) | 2011.09.16 |
오라클 함수 trim, ltrim, rtrim 에 대해서.. (0) | 2011.03.14 |