Tns-01189:the listener could not authenticate the user

Source: Internet
Author: User

When viewing monitoring, we find that the listener status is abnormal, Tns-01189:the listener could not authenticate the user error


$ lsnrctl stat 

LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 06-AUG-2015 01:47:42

Copyright (c) 1991, 2013, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=testdb)(PORT=1521)))
TNS-01189: The listener could not authenticate the user
Reason, the machine is cloned, modified the IP address, did not modify the corresponding Hosts file
# ifconfig
eth1      Link encap:Ethernet  HWaddr 00:50:56:A0:72:9A  
          inet addr:10.11.12.190  Bcast:10.11.12.255  Mask:255.255.255.0
          inet6 addr: fe80::250:56ff:fea0:729a/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:195745 errors:0 dropped:0 overruns:0 frame:0
          TX packets:101000 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:295931844 (282.2 MiB)  TX bytes:6260200 (5.9 MiB)
          
# more /etc/hosts
10.11.12.180    testdb
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

Modification Method:

Modifying the Host Configuration


# more /etc/hosts
10.11.12.190    testdb
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

Tns-01189:the listener could not authenticate the user

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.