select t.username, t.account_status, t.created, t.default_tablespace

  from DBA_USERS t
 order by t.created desc;