Your question is littlebit unclear to me.
If you want to know how much is used then you can query DBA_HIST% tables to find more information.
select * from dba_hist_undostat;
select * from DBA_UNDO_EXTENTS;
0
tonydbaAuthor Commented:
yes got it
0
Question has a verified solution.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.