Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Rookie Error?
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-lReceived on Sun Nov 28 2004 - 14:07:35 CST
![]() |
![]() |