存储空间可以用如下语句查:
select * from user_segments s where s.BYTES is not null order by s.BYTES desc
查记录条数可以用如下语句:
select *  from user_tables t where t.NUM_ROWS is not null order by t.NUM_ROWS desc 。

相关文章:

  • 2021-11-27
  • 2021-07-02
  • 2021-08-03
  • 2021-11-05
  • 2021-08-01
  • 2021-11-04
  • 2022-12-23
  • 2021-12-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-12-10
  • 2022-12-23
相关资源
相似解决方案