ORA-12170 caused by IP conflict

Source: Internet
Author: User
Tags sql error

ORA-12170 caused by IP conflict
The Development reports that the application cannot connect to the database, and the Application Log reports an error:
09:56:03, 095 [WARN] === http-bio-8010-exec-3: org. hibernate. util. JDBCExceptionReporter. logExceptions (77)
SQL Error: 20, SQLState: 61000

09:56:03, 096 [ERROR] === http-bio-8010-exec-3: org. hibernate. util. JDBCExceptionReporter. logExceptions (78)
The Network Adapter cocould not establish the connection
The DB environment is a RAC environment. log on to the two servers for separate checks and find that resources on the RAC are displayed as normal, including instances and listeners, in addition, SQL plus/as sysdba on the server is connected to switch logfile and other operations.
So I tried to Connect to the DB from Plsql on my PC and did not respond for half a day. Then I reported: ORA-12170, TNS: Connect timeout occurred. Check the sqlnet. log information:
**************************************** *******************************
Fatal NI connect error 12170.

Version information:
TNS for 32-bit Windows: Version 10.2.0.1.0-Production
Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0-Production
Time: 24-3-2014 09:43:08
Tracing not turned on.
Tns error struct:
Ns main err code: 12535
TNS-12535: TNS: Operation timeout
Ns secondary err code: 12560
Nt main err code: 505
TNS-00505: Operation timeout
Nt secondary err code: 60
Nt OS err code: 0
Client address: <unknown>


**************************************** *******************************
The error codes are as follows:
[Oracle @ bssdb02 ~] $ Oerr ora 1, 12170
12170,000 00, "TNS: Connect timeout occurred"
// * Cause: The server shut down because connection establishment or
// Communication with a client failed to complete within the allotted time
// Interval. This may be a result of network or system delays; or this may
// Indicate that a malicious client is trying to cause a Denial of Service
// Attack on the server.
// * Action: If the error occurred because of a slow network or system,
// Reconfigure one or all of the parameters SQLNET. INBOUND_CONNECT_TIMEOUT,
// SQLNET. SEND_TIMEOUT, SQLNET. RECV_TIMEOUT in sqlnet. ora to larger values.
// If a malicious client is suspected, use the address in sqlnet. log
// Identify the source and restrict access. Note that logged addresses may
// Not be reliable as they can be forged (e.g. in TCP/IP ).
[Oracle @ bssdb02 ~] $ Oerr ora 1, 12535
12535,000 00, "TNS: operation timed out"
// * Cause: The requested operation cocould not be completed within the time out
// Period.
// * Action: Look at the documentation on the secondary errors for possible
// Remedy. See SQLNET. LOG to find secondary error if not provided explicitly.
// Turn on tracing to gather more information.
[Oracle @ bssdb02 ~] $ Oerr ora 1, 12560
12560,000 00, "TNS: protocol adapter error"
// * Cause: A generic protocol adapter error occurred.
// * Action: Check addresses used for proper protocol specification. Before
// Reporting this error, look at the error stack and check for lower level
// Transport errors. For further details, turn on tracing and reexecute
// Operation. Turn off tracing when the operation is complete.
[Oracle @ bssdb02 ~] $

It is strange that the service name or connection string configuration is incorrect. However, when multiple users suddenly encounter this error, the firewall is disabled, this can also be ruled out, so the tns tracking of the level 16 client is performed:
Trace_level_client = 16
Trace_file_client = client
Trace_directory_client = d: \ tmp

From the trace content, this error occurs when the user connection is connected to NODE2 after NODE1 forwards the user connection to node2.
[24-3 months-2014 09: 40: 59: 687] nsc2addr: (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = 10.0.23.135) (PORT = 1521 )) (CONNECT_DATA = (SERVICE_NAME = RAC) (FAILOVER_MODE = (TYPE = SESSION) (METHOD = BASIC) (CID = (PROGRAM = C: \ oracle \ product \ 10.2.0 \ db_1 \ bin \ sqlplus.exe) (HOST = BPIT-10003657) (USER = pengmd ))))
[24-3 months-2014 09: 40: 59: 687] nttbnd2addr: entry
[24-3 months-2014 09: 40: 59: 687] snlinGetAddrInfo: entry
[24-3 months-2014 09: 40: 59: 687] snlinGetAddrInfo: exit
[24-3 months-2014 09: 40: 59: 687] nttbnd2addr: using host IP address: 10.0.23.135
[24-3 months-2014 09: 40: 59: 687] snlinFreeAddrInfo: entry
[24-3 months-2014 09: 40: 59: 687] snlinFreeAddrInfo: exit
[24-3 months-2014 09: 40: 59: 687] nttbnd2addr: exit
[24-3 months-2014 09: 40: 59: 687] nsc2addr: normal exit
[24-3 months-2014 09: 40: 59: 688] nsopen: entry
[24-3 months-2014 09: 40: 59: 688] nsmal: entry
[24-3 months-2014 09: 40: 59: 688] nsmal: 736 bytes at 0x1bbf068
[24-3 months-2014 09: 40: 59: 688] nsmal: normal exit
[24-3 months-2014 09: 40: 59: 688] nsopenmplx: entry
[24-3 months-2014 09: 40: 59: 688] nsmal: entry
[24-3 months-2014 09: 40: 59: 688] nsmal: 1644 bytes at 0x1bbf350
[24-3 months-2014 09: 40: 59: 688] nsmal: normal exit
[24-3 months-2014 09: 40: 59: 688] nsiorini: entry
[24-3 months-2014 09: 40: 59: 688] nsbal: entry
[24-3 months-2014 09: 40: 59: 688] nsbgetfl: entry
[24-3 months-2014 09: 40: 59: 688] nsbgetfl: normal exit
[24-3 months-2014 09: 40: 59: 688] nsmal: entry
[24-3 months-2014 09: 40: 59: 688] nsmal: 84 bytes at 0x1a2feb8
[24-3 months-2014 09: 40: 59: 688] nsmal: normal exit
[24-3 months-2014 09: 40: 59: 688] nsbal: normal exit
[24-3 months-2014 09: 40: 59: 688] nsiorini: exit (0)
[24-3 months-2014 09: 40: 59: 688] nscpxget: entry
[24-3 months-2014 09: 40: 59: 688] nscpxget: normal exit
[24-3 months-2014 09: 40: 59: 688] nsopenalloc_nsntx: nlhthput on mplx_ht_nsgbu: ctx = 1bbf068, nsntx = 1bbf350
[24-3 months-2014 09: 40: 59: 688] nsopenmplx: normal exit
[24-3 months-2014 09: 40: 59: 688] nsopen: opening transport...
[24-3 months-2014 09: 40: 59: 688] nttcon: entry
[24-3 months-2014 09: 40: 59: 688] nttcon: toc = 1
[24-3 months-2014 09: 40: 59: 688] nttcnp: entry
[24-3 months-2014 09: 40: 59: 688] nttcnp: creating a socket.
[24-3 months-2014 09: 40: 59: 689] nttcnp: exit
[24-3 months-2014 09: 40: 59: 689] nttcni: entry
[24-3 months-2014 09: 40: 59: 689] nttcni: trying to connect to socket 288.
[24-3 months-2014 09: 40: 59: 691] snlinGetNameInfo: entry
[24-3 months-2014 09: 40: 59: 691] snlinGetNameInfo: Using numeric form of host's address 10.25.192.23
[24-3 months-2014 09: 40: 59: 691] snlinGetNameInfo: exit
[24-3 months-2014 09: 40: 59: 691] nttcni: connected on ipaddr 10.25.192.23
[24-3 months-2014 09: 40: 59: 691] nttcni: exit
[24-3 months-2014 09: 40: 59: 691] nttcon: NT layer TCP/IP connection has been established. <=========== NODE1 has successfully established a connection with the client
[24-3 months-2014 09: 40: 59: 691] nttcon: set TCP_NODELAY on 288
[24-3 months-2014 09: 40: 59: 691] nttcon: exit
[24-3 months-2014 09: 40: 59: 691] nsopen: transport is open

[24-3 months-2014 09: 40: 59: 703] nscall: connecting...
[24-3 months-2014 09: 40: 59: 703] nsc2addr: entry
[24-3 months-2014 09: 40: 59: 703] nsc2addr: (address = (protocol = tcp) (host = 10.0.23.136) (port = 1521 )) <============= NODE1 transfers the connection to NODE2
[24-3 months-2014 09: 40: 59: 703] nttbnd2addr: entry
[24-3 months-2014 09: 40: 59: 703] snlinGetAddrInfo: entry
[24-3 months-2014 09: 40: 59: 703] snlinGetAddrInfo: exit
[24-3 months-2014 09: 40: 59: 703] nttbnd2addr: using host IP address: 10.0.23.136 <==== connection from the user to NODE2
[24-3 months-2014 09: 40: 59: 703] snlinFreeAddrInfo: entry
[24-3 months-2014 09: 40: 59: 703] snlinFreeAddrInfo: exit
[24-3 months-2014 09: 40: 59: 703] nttbnd2addr: exit
[24-3 months-2014 09: 40: 59: 703] nsc2addr: normal exit
[24-3 months-2014 09: 40: 59: 703] nsopen: entry
[24-3 months-2014 09: 40: 59: 703] nsmal: entry
[24-3 months-2014 09: 40: 59: 703] nsmal: 736 bytes at 0x1bbf068
[24-3 months-2014 09: 40: 59: 703] nsmal: normal exit
[24-3 months-2014 09: 40: 59: 703] nsopenmplx: entry
[24-3 months-2014 09: 40: 59: 703] nsmal: entry
[24-3 months-2014 09: 40: 59: 703] nsmal: 1644 bytes at 0x1bbf350
[24-3 months-2014 09: 40: 59: 703] nsmal: normal exit
[24-3 months-2014 09: 40: 59: 703] nsiorini: entry
[24-3 months-2014 09: 40: 59: 703] nsbal: entry
[24-3 months-2014 09: 40: 59: 703] nsbgetfl: entry
[24-3 months-2014 09: 40: 59: 703] nsbgetfl: normal exit
[24-3 months-2014 09: 40: 59: 703] nsbal: normal exit
[24-3 months-2014 09: 40: 59: 703] nsiorini: exit (0)
[24-3 months-2014 09: 40: 59: 703] nscpxget: entry
[24-3 months-2014 09: 40: 59: 703] nscpxget: normal exit
[24-3 months-2014 09: 40: 59: 703] nsopenalloc_nsntx: nlhthput on mplx_ht_nsgbu: ctx = 1bbf068, nsntx = 1bbf350
[24-3 months-2014 09: 40: 59: 704] nsopenmplx: normal exit
[24-3 months-2014 09: 40: 59: 704] nsopen: opening transport...
[24-3 months-2014 09: 40: 59: 704] nttcon: entry
[24-3 months-2014 09: 40: 59: 704] nttcon: toc = 1
[24-3 months-2014 09: 40: 59: 704] nttcnp: entry
[24-3 months-2014 09: 40: 59: 704] nttcnp: creating a socket.
[24-3 months-2014 09: 40: 59: 704] nttcnp: exit
[24-3 months-2014 09: 40: 59: 704] nttcni: entry
[24-3 months-2014 09: 40: 59: 704] nttcni: trying to connect to socket 288.
[24-3 months-2014 09: 41: 20: 711] ntt2err: entry
[24-3 months-2014 09: 41: 20: 711] ntt2err: soc 288 error-operation = 1, ntresnt [0] = 505, ntresnt [1] = 60, ntresnt [2] = 0 <== connection failed and an error is reported
[24-3 months-2014 09: 41: 20: 711] ntt2err: exit
[24-3 months-2014 09: 41: 20: 811] nttcni: exit
[24-3 months-2014 09: 41: 20: 811] nttcon: exit
[24-3 months-2014 09: 41: 20: 811] nserror: entry
[24-3 months-2014 09: 41: 20: 811] nserror: nsres: id = 0, op = 65, ns = 12535, ns2 = 12560; nt [0] = 505, nt [1] = 60, nt [2] = 0; ora [0] = 0, ora [1] = 0, ora [2] = 0
[24-3 months-2014 09: 41: 20: 811] nsopen: unable to open transport
[24-3 months-2014 09: 41: 20: 811] nsiocancel: entry
[24-3 months-2014 09: 41: 20: 811] nsiofrrg: entry
[24-3 months-2014 09: 41: 20: 811] nsbfr: entry
[24-3 months-2014 09: 41: 20: 811] nsbaddfl: entry
[24-3 months-2014 09: 41: 20: 811] nsbaddfl: normal exit
[24-3 months-2014 09: 41: 20: 811] nsbfr: normal exit
[24-3 months-2014 09: 41: 20: 811] nsiofrrg: exit
[24-3 months-2014 09: 41: 20: 811] nsiocancel: exit
[24-3 months-2014 09: 41: 20: 811] nsopenfree_nsntx: nlhthdel from mplx_ht_nsgbu, ctx = 1bbf068 nsntx = 1bbf350
[24-3 months-2014 09: 41: 20: 811] nsiocancel: entry
[24-3 months-2014 09: 41: 20: 812] nsiofrrg: entry
[24-3 months-2014 09: 41: 20: 812] nsiofrrg: exit
[24-3 months-2014 09: 41: 20: 812] nsiocancel: exit
[24-3 months-2014 09: 41: 20: 812] nsmfr: entry
[24-3 months-2014 09: 41: 20: 812] nsmfr: 1644 bytes at 0x1bbf350
[24-3 months-2014 09: 41: 20: 812] nsmfr: normal exit
[24-3 months-2014 09: 41: 20: 812] nsmfr: entry
[24-3 months-2014 09: 41: 20: 812] nsmfr: 736 bytes at 0x1bbf068
[24-3 months-2014 09: 41: 20: 812] nsmfr: normal exit
[24-3 months-2014 09: 41: 20: 812] nsopen: error exit
[24-3 months-2014 09: 41: 20: 812] nsmfr: entry
[24-3 months-2014 09: 41: 20: 812] nsmfr: 238 bytes at 0x1bcf1d8
[24-3 months-2014 09: 41: 20: 812] nsmfr: normal exit
[24-3 months-2014 09: 41: 20: 812] nsmfr: entry
[24-3 months-2014 09: 41: 20: 812] nsmfr: 212 bytes at 0x1a2fce0
[24-3 months-2014 09: 41: 20: 812] nsmfr: normal exit
[24-3 months-2014 09: 41: 20: 812] nladtrm: entry
[24-3 months-2014 09: 41: 20: 812] nladtrm: exit
[24-3 months-2014 09: 41: 20: 812] nscall: error exit
[24-3 months-2014 09: 41: 20: 813] nioqper: error from nscall
[24-3 months-2014 09: 41: 20: 813] nioqper: ns main err code: 12535
[24-3 months-2014 09: 41: 20: 813] nioqper: ns (2) err code: 12560
[24-3 months-2014 09: 41: 20: 813] nioqper: nt main err code: 505
[24-3 months-2014 09: 41: 20: 813] nioqper: nt (2) err code: 60
[24-3 months-2014 09: 41: 20: 813] nioqper: nt OS err code: 0
[24-3 months-2014 09: 41: 20: 813] niomapnserror: entry
[24-3 months-2014 09: 41: 20: 813] niqme: entry
[24-3 months-2014 09: 41: 20: 813] niqme: reporting NS-12535 error as ORA-12535
[24-3 months-2014 09: 41: 20: 813] niqme: exit
[24-3 months-2014 09: 41: 20: 813] niomapnserror: exit
[24-3 months-2014 09: 41: 20: 813] niotns: Couldn't connect, returning 12170

I understand that there is a problem with the connection to NODE2, But I have checked NODE2 in the previous step. I didn't find any exception. Then I checked the log and found that crsd. log continuously reported this error:
15:19:58. 318: [CRSRES] [1532291392] Attempting to start 'ora. bssdb02.vip 'on member 'bssdb02'
15:20:20. 592: [CRSAPP] [1532291392] StartResource error for ora. bssdb02.vip error code = 1
15:20:20. 990: [CRSRES] [1532291392] Start of 'ora. bssdb02.vip 'on member 'bssdb02' failed.
15:25:21. 452: [CRSRES] [1532291392] startRunnable: setting CLI values
/Var/log/messages:
Mar 23 04:05:02 bssdb02 avahi-daemon [7483]: Registering new address record for 10.0.23.136 on eth2.
Mar 23 04:05:02 bssdb02 avahi-daemon [7483]: Withdrawing address record for 10.0.23.136 on eth2.
It seems that there is a problem with VIP, but ifconfig shows that VIP is normal.
[Root @ bssdb02 ~] # Ifconfig
Eth1 Link encap: Ethernet HWaddr A4: BA: DB: 13: EA: C2
Inet addr: 192.168.127.102 Bcast: 192.168.127.255 Mask: 255.255.255.0
Inet6 addr: fe80: a6ba: dbff: fe13: eac2/64 Scope: Link
Up broadcast running multicast mtu: 1500 Metric: 1
RX packets: 385015102 errors: 0 dropped: 0 overruns: 0 frame: 0
TX packets: 447034056 errors: 0 dropped: 0 overruns: 0 carrier: 0
Collisions: 0 FIG: 1000
RX bytes: 231813004471 (215.8 GiB) TX bytes: 322103900599 (299.9 GiB)
Interrupt: 146 Memory: d8000000-d8012800

Eth2 Link encap: Ethernet HWaddr A4: BA: DB: 13: EA: C4
Inet addr: 10.0.23.132 Bcast: 10.0.15.255 Mask: 255.255.255.0
Inet6 addr: fe80: a6ba: dbff: fe13: eac4/64 Scope: Link
Up broadcast running multicast mtu: 1500 Metric: 1
RX packets: 362482320 errors: 0 dropped: 0 overruns: 0 frame: 0
TX packets: 322680748 errors: 0 dropped: 0 overruns: 0 carrier: 0
Collisions: 0 FIG: 1000
RX bytes: 60578409873 (56.4 GiB) TX bytes: 322706932324 (300.5 GiB)
Interrupt: 154 Memory: da000000-da012800

Eth2: 1 Link encap: Ethernet HWaddr A4: BA: DB: 13: EA: C4
Inet addr: 10.0.23.136 Bcast: 10.0.15.255 Mask: 255.255.255.0
Up broadcast running multicast mtu: 1500 Metric: 1
Interrupt: 154 Memory: da000000-da012800

Lo Link encap: Local Loopback
Inet addr: 127.0.0.1 Mask: 255.0.0.0
Inet6 addr: 1/128 Scope: Host
Up loopback running mtu: 16436 Metric: 1
RX packets: 107105620 errors: 0 dropped: 0 overruns: 0 frame: 0
TX packets: 107105620 errors: 0 dropped: 0 overruns: 0 carrier: 0
Collisions: 0 txqueuelen: 0
RX bytes: 183491493683 (170.8 GiB) TX bytes: 183491493683 (170.8 GiB)

[Root @ bssdb02 ~] #
Since the client connection NODE2 problems, so capture the package, with tcpdump with the client connection, but showed to the NODE2-VIP is not package over:
[Root @ bssdb02 ~] # Tcpdump-I eth2-Z oracle src host 10.25.192.23 and dst host 10.0.23.136 and port 1521
Tcpdump: verbose output suppressed, use-v or-vv for full protocol decode
Listening on eth2, link-type EN10MB (Ethernet), capture size 96 bytes

0 packets captured
0 packets partitioned ed by filter
0 packets dropped by kernel
Modify the tcpdump settings, but there is still a network package from the NODE2-PUBLICIP, as follows:
[Root @ bssdb02 ~] # Tcpdump-I eth2-z oracle src host 10.25.192.23 and port 1521
Tcpdump: verbose output suppressed, use-v or-vv for full protocol decode
Listening on eth2, link-type EN10MB (Ethernet), capture size 96 bytes
11:47:41. 951599 IP bpit-10003657.sany.com.cn.63079> bssdb02.ncube-lm: S 1037287069: 1037287069 (0) win 8192 <mss 1460, nop, wscale 2, nop, nop, sackOK>
11:47:42. 451180 IP bpit-10003657.sany.com.cn.63079> bssdb02.ncube-lm: S 1037287069: 1037287069 (0) win 8192 <mss 1460, nop, wscale 2, nop, nop, sackOK>
11:47:42. 951154 IP bpit-10003657.sany.com.cn.63079> bssdb02.ncube-lm: S 1037287069: 1037287069 (0) win 8192 <mss 1460, nop, nop, sackOK>
11:48:12. 823245 IP bpit-10003657.sany.com.cn.63088> bssdb02.ncube-lm: S 3262807939: 3262807939 (0) win 8192 <mss 1460, nop, wscale 2, nop, nop, sackOK>
11:48:12. 823833 IP bpit-10003657.sany.com.cn.63088> bssdb02.ncube-lm:. ack 2306706224 win 16425
11:48:20. 065630 IP bpit-10003657.sany.com.cn.63088> bssdb02.ncube-lm:. ack 2 win 16425
11:48:20. 066305 IP bpit-10003657.sany.com.cn.63088> bssdb02.ncube-lm: F 0: 0 (0) ack 2 win 16425

Problem to this basically can know the reason, and then in the client telnet NODE2-VIP 1521 port does not get through, but telnet NODE2-PUBLICIP 1521 is OK.
Restart the VIP of NODE2 (crs_start ora .. vip), but the restart fails.
Find the network engineer, check the NODE2-VIP, found that IP conflicts in the LAN caused this problem.

Related Article

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.