Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Orphaned process/session

yxes2013Jul 17 2013 — edited Jul 27 2013

Hi all,

11.2.0.3

I got this query to list orphaned processes:

SQL>

Select USERNAME,PROGRAM,ADDR,PID,SPID,SERIAL# From v$process

Where addr NOT IN (SELECT paddr FROM v$session);

  3

SQL> Select USERNAME,PROGRAM,ADDR,PID,SPID,SERIAL# From v$process Where addr NOT IN (SELECT paddr FROM v$session);

USERNAME        PROGRAM

--------------- ------------------------------------------------

ADDR                    PID SPID                        SERIAL#

---------------- ---------- ------------------------ ----------

                PSEUDO

0700000021078C50          1                                   0

oracle          oracle@debbie (D000)

0700000021088F50         17 2895974                           1

oracle          oracle@debbie (S000)

0700000021089F80         18 2248724                           1

===========

I can see the above process are oracle background? Is it possible they can be orphaned?

Thanks,

zxy

This post has been answered by sb92075 on Jul 26 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 24 2013
Added on Jul 17 2013
17 comments
6,108 views