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: weird

Re: weird

From: Tanel Poder <tanel.poder.003_at_mail.ee>
Date: Sat, 20 Sep 2003 01:59:51 -0800
Message-ID: <F001.005D0885.20030920015951@fatcity.com>


Which version are you on?
Just wondering if it might have something to do with some bug in automatic undo management?

Tanel.

>
> 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: Stephen.Lee_at_DTAG.Com
>
> 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: ListGuru_at_fatcity.com (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: Tanel Poder
  INET: tanel.poder.003_at_mail.ee

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: ListGuru_at_fatcity.com (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).
Received on Sat Sep 20 2003 - 04:59:51 CDT

Original text of this message

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