| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Mailing Lists -> Oracle-L -> Multiple v$session records for some v$process records
Hi,
The question refers to Oracle 9.2.0.5 on Solaris 2.8. I noticed that in one database I look after we have multiple v$session records for some v$process records...
SQL> select * from v$session where sid in (45, 435);
SADDR SID SERIAL# AUDSID PADDRUSER#
USERNAME COMMAND OWNERID TADDRMACHINE
------------------------------ ---------- ---------- ----------------
LOCKWAIT STATUS SERVER SCHEMA# SCHEMANAME
---------------- -------- --------- ----------
------------------------------
OSUSER PROCESS
------------------------------ ------------
PROGRAM TYPE SQL_ADDRESS
------------------------------------------------ ----------
----------------
MODULE MODULE_HASHCLIENT_INFO
------------------------------------------------ -----------
ACTION ACTION_HASH
-------------------------------- -----------
OPS$JOSEPM 0 2147483644
INACTIVE DEDICATED 57466 OPS$JOSEPM
OPAREPS 1816:4668
AMER\MOPPGRDOC04
USER 00
0 00000003F09A5220 974596382
0
0
83637922 4984091 45 0
0 23-OCT-2006 31353 NO NONE NONE NO
DEFAULT_CONSUMER_GROUP DISABLED ENABLED ENABLED
0
00000003CEEFD008 435 1070 25131662 00000003CECB40D8
57466
OPS$JOSEPM 0 2147483644
INACTIVE DEDICATED 57466 OPS$JOSEPM
OPAREPS 1816:4668
AMER\MOPPGRDOC04
USER
00000003D647AE90
3477528002 00 0
0
0
19302446 600018 7 0
0 23-OCT-2006 310368 NO NONE NONE NO
DEFAULT_CONSUMER_GROUP DISABLED ENABLED ENABLED
0
There are a few examples...
SQL> select paddr from v$session group by paddr having count(*) > 1;
PADDR
Thanks,
Ken
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Oct 27 2006 - 13:51:17 CDT
![]() |
![]() |