Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Getting weird TNS error, no error number

BulumpJul 26 2016 — edited Jul 26 2016

Within our application, we are seeing the following:

Packet: 285size=347limit=347time=2016/07/26 13:40:01

(

   Ether.src=00 50 56 BA 0F 11dest=00 50 56 BA A6 0Btype=0800

   (

  IP.src=10.25.244.54   dest=10.25.244.52   type=06   size=333   ver=4   hdrlen=20   tos=0   id=23584   foff=4000   live=64   cksm=E0ED
  (
     TCP.src=19009   dst=1521   seq=04BA4D8E   ackSq=67D14E63   res1=0   hdrlen=32   window=431   cksm=BEE7   uptr=0   PSH  ACK 
     (
        TNS.len=0 (fragmented)   pkt-cks=0119   type=6 (DATA)   flags=0   hdr-cks=0000
        (
     0000:   00 00 01 19 06 00 00 00 00 00 03 5E 11 61 80 00  ...........^.a..
     0010:   00 00 00 00 00 FE FF FF FF FF FF FF FF 17 00 00  ................
     0020:   00 FE FF FF FF FF FF FF FF 0D 00 00 00 FE FF FF  ................
     0030:   FF FF FF FF FF FE FF FF FF FF FF FF FF 00 00 00  ................
     0040:   00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
     0050:   00 00 00 00 00 00 00 00 00 00 00 00 00 FE FF FF  ................
     0060:   FF FF FF FF FF 00 00 00 00 00 00 00 00 FE FF FF  ................
     0070:   FF FF FF FF FF FE FF FF FF FF FF FF FF FE FF FF  ................
     0080:   FF FF FF FF FF 00 00 00 00 00 00 00 00 FE FF FF  ................
     0090:   FF FF FF FF FF FE FF FF FF FF FF FF FF 00 00 00  ................
     00A0:   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
     00B0:   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
     00C0:   00 00 00 00 00 00 00 00 00 00 00 00 00 17 73 65  ..............se
     00D0:   6C 65 63 74 20 2A 20 66 72 6F 6D 20 76 24 73 65  lect * from v$se
     00E0:   73 73 69 6F 6E 01 00 00 00 00 00 00 00 00 00 00  ssion...........
     00F0:   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................

2016-07-26_13:40:01.468 [critical] (1564) [ProcessSQLRequest] Caught a PDUFault exception: message="Current packet does not have a TNS header", header={0x00000119,0x06000000} (decoder_oracle\oracle_decoder.cpp:1218)

Client generated an SQL query.

The packet checksum field (in the header) is non-zero.  The program is used to this field being zero.

Invalid packet length in TNS header. The length should match the wire length, and should not be greater than 8155.

        )
     )
  )

   )

)


"Current packet does not have a TNS header"


Any ideas?  I've never seen this before.


Oracle 12c - Traditional

Windows Server2008

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 23 2016
Added on Jul 26 2016
3 comments
165 views