Select Sum(bytes / (1024 * 1024)), a.status
    From dba_undo_extents a
   Group By a.status

 

 Select file_name, file_id, bytes / (1024 * 1024 * 1024) g, autoextensible
   From dba_data_files
  Where tablespace_name Like '%UNDO%'

相关文章:

  • 2021-09-19
  • 2022-12-23
  • 2021-06-26
  • 2021-12-22
  • 2021-05-21
  • 2021-12-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-19
  • 2022-01-21
  • 2021-10-13
  • 2021-12-30
  • 2022-12-23
  • 2021-06-20
相关资源
相似解决方案