aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

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

TNS-12505: 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

- 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.

请先 登录 后评论

1 个回答

小智
TNS-12505:TNS:侦听器当前不知道连接描述符中给出的SID,
.原因:侦听器收到建立与数据库或其他服务的连接的请求。侦听器接收的连接描述符为实例(通常是数据库实例)指定了一个SID,该实例尚未动态地向侦听器注册或尚未静态配置为监听器。这可能是一个临时条件,例如在侦听器启动之后,但在数据库实例已经向侦听器注册之前。,
.行动:,
.- 等一下,尝试连接第二次。,
.,
.- 通过执行以下命令,检查侦听器当前知道哪些实例:lsnrctl services ,
.,
.- 检查连接描述符中的SID参数是否指定侦听器已知的实例。,
.,
.- 检查listener.log文件中的事件。,
.,
.
请先 登录 后评论