DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Any script to find how much space is occupied by each user from UNDO tablespace..?

Hybrid View

  1. #1
    Join Date
    Jul 2002
    Posts
    205

    Any script to find how much space is occupied by each user from UNDO tablespace..?

    Hi ,

    Any script to find how much space is occupied by each user from UNDO tablespace in Orcale 9.i at a particular time ?

  2. #2
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    select sum(used_ublk) "number of blocks used for undo"
    from v$transaction;

    Multiply the number with ur block size.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width