Stephen,

Was this the only running transaction?

No background stuff going on?

Jared

On Fri, 2003-09-19 at 20:14, Khedr, Waleed wrote:
> You need to monitor it on the transaction level not rolled up to the user
> level.
> 
> Waleed
> 
> -----Original Message-----
> Sent: Friday, September 19, 2003 11:10 AM
> To: Multiple recipients of list ORACLE-L
> 
> 
> 
> No question here.  Just something weird.  This is a long-running insert with
> NO NONE ZERO ZIP ZILCH NADA commit.  It makes me wonder if something weird
> is going on, or if I am overlooking something in the query.
> 
> SQL> select a.username,sum(b.used_ublk) x from v$session a, v$transaction b
> where a.taddr=b.addr group by a.username;
> 
> USERNAME                                X
> ------------------------------ ----------
> SYSTEM                                418
> 
> 1 row selected.
> 
> SQL> /
> 
> USERNAME                                X
> ------------------------------ ----------
> SYSTEM                                893
> 
> 1 row selected.
> 
> SQL> /
> 
> USERNAME                                X
> ------------------------------ ----------
> SYSTEM                                  2
> 
> 1 row selected.
> 
> SQL> /
> 
> USERNAME                                X
> ------------------------------ ----------
> SYSTEM                               3181
> 
> 1 row selected.
> 
> SQL> /
> 
> USERNAME                                X
> ------------------------------ ----------
> SYSTEM                               3204
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> -- 
> Author: Stephen Lee
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
> San Diego, California        -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> -- 
> Author: Khedr, Waleed
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
> San Diego, California        -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).
> 


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jared Still
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to