Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: network sockets & processes
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