Check Undo Tablespace Usage

From NazimWIKI
Jump to navigation Jump to search
SELECT sum(blocks)
     , sum(bytes)/1024/1024
  FROM dba_undo_extents;