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

Home -> Community -> Usenet -> c.d.o.server -> Re: How to relate a user's session and a rollback segment?

Re: How to relate a user's session and a rollback segment?

From: Dario Bilic <dario_bilic_at_yahoo.com>
Date: Fri, 24 Aug 2001 10:04:12 +0200
Message-ID: <9m51pn$6244$1@as201.hinet.hr>


Hello,

Think this query will help you:

select xidusn, used_ublk from v$transaction;

where xidusn stands for undo segment number.

Dario

"Syltrem" <syltrem_at_videotron.ca.spammenot> wrote in message news:WWch7.55271$TW.284619_at_tor-nn1.netcom.ca...
> If a user is using some rollback segments, I know where to see how much he
> uses (v$transaction.used_ublk) but not where (what segment)
>
> Thanks!
>
> --
>
> Syltrem
> http://pages.infinit.net/syltrem (OpenVMS related web site)
>
>
>
>
Received on Fri Aug 24 2001 - 03:04:12 CDT

Original text of this message

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