Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> v$process entries not in v$session
all, what are these processes existing in v$process but not in v$session(see
below)
1 select * from v$process x where not exists (select 1 from v$session y
2* where x.addr = y.paddr)
SQL> /
ADDR PID SPID USERNAME SERIAL# TERMINAL
-------- ---------- --------- --------------- ---------- ----------
PROGRAM B LATCHWAI LATCHSPI ------------------------------------------------ - -------- -------- B05E6338 1 0PSEUDO
B0631F38 405 1204 oracle 72 UNKNOWNoracle_at_dlfwsp41 (TNS V1-V3)
thanx ted chyn Received on Fri Oct 19 2001 - 15:17:10 CDT
![]() |
![]() |