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: network sockets & processes

Re: network sockets & processes

From: John Kanagaraj <JKanagaraj_at_mfi.com>
Date: Tue, 17 Oct 2000 10:27:32 -0700
Message-Id: <10652.119523@fatcity.com>


Hi Andrew,

> Does anyone know how to take a given socket number out of netstat -a and
> trace it back to an OS process? I'm running on an AIX 4.3 platform.
> Thanks in advance.

Does the 'netstat -a' show you an IP address also along with it? If so, you could write a script that resolves it to a name, match that with the what's available in the listener.log and match that with the LOGON_TIME in V$SESSION... (seems like a very round-about route!)

What exactly are you hoping to achieve?

John Kanagaraj Received on Tue Oct 17 2000 - 12:27:32 CDT

Original text of this message

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