본문 바로가기
Oracle/이벤트

TNS-12505: TNS:listener does not currently know of SID given in connect descriptor

by 취미툰 2021. 7. 8.
반응형

설명

 

12505, 00000, "TNS:listener does not currently know of SID given in connect descriptor"
// *Cause:  The listener received a request to establish a connection to a
// database or other service. The connect descriptor received by the listener
// specified a SID for an instance (usually a database instance) that either
// has not yet dynamically registered with the listener or has not been
// statically configured for the listener. This may be a temporary condition
// such as after the listener has started, but before the database instance
// has registered with the listener.
// *Action: 
//  - 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.

 

TNS-12505 : 리스너는 현재 연결 설명자에 제공된 SID를 알지 못함

원인 : 리스너가 데이터베이스 또는 다른 서비스의 연결접속을 요청받았습니다. 

리스너가 수신 한 접속 설명자는 아직 리스너에 동적으로 등록지 않았거나 정적으로 구성되지 않은 인스턴스의 SID(일반적으로 데이터베이스의 인스턴스)를 지정했을 때 발생 할 수 있습니다.

이 에러는 일시적인 상태일 수 있습니다. 

 

행동 :

- 잠시 기다렸다가 다시 시도해보기

- lsnrct service <리스너 이름>을 실행하여 현재 알고 있는 인스턴스를 확인합니다.

- listener.log 파일을 체크해보기

-연결 설명자의 SID 파라미터를 확인하기

반응형

댓글