Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Is TNSPING = 1000ms OK? Oracle says it is

Re: Is TNSPING = 1000ms OK? Oracle says it is

From: Tony Jambu <tjambu_freelists_at_yahoo.com.au>
Date: Wed, 08 Mar 2006 21:55:00 +1100
Message-Id: <7.0.1.0.2.20060308215016.052527a8@yahoo.com.au>


Mladen

Thanks so much for the pointer on RFC1149. It was a while since I last read it. Should have guessed as much what it was about. I might try to ask support if it support RFC1149. :)

I was hoping others might have come across this observation and/or have an explanation on it. Have used nmap before and will now have to do more investigation.

ta
tony

At 04:45 PM 8/03/2006, Mladen Gogala wrote:

>On 03/07/2006 04:44:21 PM, Tony Jambu wrote:
>> Hi Mladen
>>
>> Will do some reading on it. But in the meantime,
>> why is it that both TNSPING to the same server at the same
>> time (to different ports) return different times? Who is the one
>> that initial the 'type' ping. The initiator or 'target'
>>
>
>Tony, 1 second for the packet to come back is far too much. My first
>advice would be to try normal unix ping. That sould give you
>the average packet turnaround time between two nodes. Values
>reported by tnsping should be somewhat larger then the values
>reported by the normal "ping" utility. What TNSPING does is to
>send packets to the listener and listener responds. Normal, unix
>ping uses ICMP protocol to elicit response. It doesn't go through
>TCP layer. Values up to twice as large as ping are expected.
>Values 10 times larger show you that the anomaly is in the
>oracle layer. Next thing to do is to test with nmap utility.
>This utility is not present at every system and you might have
>to ask your admin to install it. It's one among the best hacker
>tools, normally used for searching open ports. In contrast to
>"ping", "nmap" knows how to use TCP and will ping the port
>and time the ping. If both ports are reporting the same time
>to nmap, you can do only one thing: trace the connection from
>both sides and get Oracle involved.
>
>
>--
>Mladen Gogala
>http://www.mgogala.com

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Mar 08 2006 - 04:55:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US