|
本帖最后由 Yong Huang 于 2012-11-16 13:05 编辑
Check the fixed table under v$session, i.e. x$ksuse. For easy reference of column mapping, refer to
http://oracledba.ru/fv11gr2/gv$session.html
Basically, you still join v$process (or its fixed table x$ksupr) to the session view (x$ksuse), but don't restrict the result with the where-clause. The where-clause should only contain the minimum conditions to join the two views. See if you can find entries in the session view corresponding to those "ghost" processes. |
|