Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Rollback segment space usage
Use used_ublk, used_urec from v$transaction. You will need to join to
v$session to get the session info.
USED_UBLK USED_UREC
---------- ----------
12 918
-----Original Message-----
Sent: Wednesday, October 23, 2002 11:02 AM
To: Multiple recipients of list ORACLE-L
Hi all,
Trying here now since have tried to find it online and build the query myself.
I need to figure out how much space a user/session is using of a rollback segment.
I got the queries to show which segment the user is attached to but need to know how much is being used (something like a fuel gauge).
Any takers.
George
You Have The Obligation to Inform One Honestly of the risk, And As a Person You Are Committed to Educate Yourself to the Total Risk In Any Activity! Once Informed & Totally Aware of the Risk, Every Fool Has the Right to Kill or Injure Themselves as They See Fit!
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Leonard, George
INET: george.leonard_at_farnell.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).
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 Wed Oct 23 2002 - 12:40:55 CDT
![]() |
![]() |