select * from (select * from dba_segments where tablespace_name = 'USERS' order by bytes desc) where rownum < 2;