监控数据库表空间使用情况
摘要:1.按用户查表空间使用情况 select a.tablespace_name 表空间名称,total_space/(1024*1024) 总量,free_space/(1024*1024) 剩余量, trunc((free_space/total_space)*100)||'%' 剩余比例 from
阅读全文
posted @ 2021-12-22 15:57
posted @ 2021-12-22 15:57
posted @ 2021-12-14 15:57
posted @ 2021-12-14 10:47
posted @ 2021-12-14 10:47
posted @ 2021-12-14 10:45