TNS protocol packet [message #657230] |
Wed, 02 November 2016 05:34 |
|
Catherina-Huan
Messages: 3 Registered: November 2016
|
Junior Member |
|
|
Hi friends,
Recently, I am doing research on the Oracle database security. But I almost could not find the information about the payload of several types of TNS protocol packets.If anybody has any information in this regard ,lease provide some information for the payload of ABORT packet, REDIRECT packet, ACK packet and CONTROL packet.
Thanks in advance for your reply?
|
|
|
|
Re: TNS protocol packet [message #657235 is a reply to message #657230] |
Wed, 02 November 2016 05:59 |
John Watson
Messages: 8962 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
When you say "packet" I think you mean "datagram". Are you talking about establishing a session, OSI layer 5? SQL*Net is really layer 7 application layer, far above that.
|
|
|
|
|
Re: TNS protocol packet [message #657244 is a reply to message #657238] |
Wed, 02 November 2016 06:41 |
John Watson
Messages: 8962 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Catherina-Huan wrote on Wed, 02 November 2016 11:10Yes, I'm talking about SQL*Net, 7 application layer. I want to analysis this protocol. Do you have any information about this? Thanks in advance.
THe datagrams you mentioned (ACK and so on) are nothing to do with layer 7. They are TCP, lower down the model.
|
|
|
|