설명
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 파라미터를 확인하기
'Oracle > 이벤트' 카테고리의 다른 글
[12c] Drop USER 시 ORA-00604,ORA-00942 (0) | 2022.09.01 |
---|---|
ADVISORY: Please collect redo for investigation of ORA-8103 (1) | 2021.11.30 |
[12c이상DB접속시도] Ora-28040,Ora-01017 해결 (2) | 2021.06.08 |
ORA-00838,ORA-47500 (0) | 2021.01.21 |
ORA-04031 : unable to allocate 120 bytes of shared memory (0) | 2021.01.19 |
댓글