摘要: --查看表空间的真实使用情况 set linesize 500 pagesize 500 col tablespace_name format a25 col TP_REAL_GB format a15 col TP_REAL_FREE_GB format a20 select all_tp.TP_NAME "TABLESPACE_NAME", to_char(trunc(all... 阅读全文
posted @ 2019-08-20 17:17 九命猫幺 阅读(1768) 评论(0) 推荐(2)