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: Rookie Error?

Re: Rookie Error?

From: Jared Still <jkstill_at_gmail.com>
Date: Sun, 28 Nov 2004 12:11:08 -0800
Message-ID: <bf463804112812114cf5ed3c@mail.gmail.com>


Here is the outpt of tcpdump on server 1, from which tnsping is being run

[root_at_poirot tmp]# tcpdump -i eth0 dst host sherlock and dst port 1522 tcpdump: listening on eth0
12:02:51.800998 poirot.37843 > sherlock.1522: S 3140819234:3140819234(0) win 5840 <mss 1460,sackOK,timestamp 6201501 0,nop,wscale 0> (DF)

Here is the output on server 2 where the database resides:

[root_at_sherlock tmp]# tcpdump -i eth0 src host poirot and dst port 1522 tcpdump: listening on eth0
12:02:51.778791 poirot.37843 > 192.168.1.101.1522: S 3140819234:3140819234(0) win 5840 <mss 1460,sackOK,timestamp 6201501 0,nop,wscale 0> (DF)

In addition, if you're *really* curious, the following ethereal files are available:

http://www.cybcon.com/~jkstill/ethereal_src_host http://www.cybcon.com/~jkstill/ethereal_dest_host

Jared

On Sun, 28 Nov 2004 14:09:11 -0500, Matthew Zito <mzito_at_gridapp.com> wrote:
>
> Jared,
>
> Might you be willing to do a tcpdump on both sides and post the
> results? That's a good way to see what's actually happening.
>
> Thanks,
> Matt
>
>

-- 
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist
--
http://www.freelists.org/webpage/oracle-l
Received on Sun Nov 28 2004 - 14:07:35 CST

Original text of this message

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