暂无图片
暂无图片
暂无图片
暂无图片
2
暂无图片

TNS-01189 During Listener Monitoring Using Enterprise Manager

原创 chenchaofeng 2020-01-16
2374

oracle 12.2 RAC
监听日志报错:
15-JAN-2020 22:27:53 * (CONNECT_DATA=(COMMAND=VERSION)) * version * 1189
TNS-01189: The listener could not authenticate the user

BUG: 20476343
Solution

  1. The workaround for this issue is to set the following listener.ora file parameter: IP=V4_ONLY

Example:
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = ))
(ADDRESS = (PROTOCOL = TCP)(HOST = )(PORT = 1521)(IP=V4_ONLY))
)
)

Following this change, a LSNRCTL stop and start would be necessary.

This issue is fixed in versions 12.1.0.2 and 12.2. At the time of this writing, there are interim patches available for lower versions where this problem might be present.

  1. Add the following lines to the GRID_HOME/network/admin listener.ora for all the nodes in the RAC, stop and start all the listeners

LOCAL_OS_AUTHENTICATION_<listener_name>=off
LOCAL_OS_AUTHENTICATION_LISTENER_SCAN1=off
LOCAL_OS_AUTHENTICATION_LISTENER_SCAN2=off
LOCAL_OS_AUTHENTICATION_LISTENER_SCAN3=off

参考文档:MOS 2009044.1

「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
1人已赞赏
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论

5年前
评论
暂无图片 0
欢迎来墨天轮分享文章。
5年前
暂无图片 点赞
1
吾喾
暂无图片
5年前
回复
暂无图片 0
谢谢
5年前
暂无图片 点赞
回复