Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Multiple v$session records for some v$process records

Re: Multiple v$session records for some v$process records

From: Gints Plivna <gints.plivna_at_gmail.com>
Date: Fri, 27 Oct 2006 22:04:52 +0300
Message-ID: <6e49b6d00610271204x4a9bca6agdf739b1966ea48c@mail.gmail.com>


2006/10/27, Fowler, Kenneth R <Kenneth.R.Fowler_at_pfizer.com>:
>
>
> 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…

One of the common reasons could be autotrace on

SQL> set autotrace off
SQL> select sid, paddr from v$session where username = 'GINTS';

       SID PADDR
---------- --------

        34 59290338

1 row selected.

SQL> set autotrace on statistics
SQL> /        SID PADDR
---------- --------

        34 59290338
        44 59290338

2 rows selected.

Gints Plivna
http://www.gplivna.eu

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Oct 27 2006 - 14:04:52 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US