Find what process is doing by PID
I have an oracle process that has been running and sucking up CPU that I am not sure what it is doing. (Linux, DB 10.2.04)
It has the PID of 32599 showing when I run top.
Under v$process I see 32599 in the SPID column which has a seria#l of 66, but in v$session I see no entry with 66 as the serial#.
How can I tie what this process is doing to the PID that Linux is giving?
Thanks