TNS-01189 During Listener Monitoring Using Enterprise Manager

2022-10-10,,,

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 = <key>))
          (address = (protocol = tcp)(host = <hostname>)(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.

2) 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

《TNS-01189 During Listener Monitoring Using Enterprise Manager.doc》

下载本文的Word格式文档,以方便收藏与打印。