2020年2月18日
摘要: --1、查看表空间的名称及大小 SELECT t.tablespace_name, round(SUM(bytes / (1024 * 1024)), 0) ts_size FROM dba_tablespaces t, dba_data_files d WHERE t.tablespace_nam 阅读全文
posted @ 2020-02-18 18:15 行知远的小屋 阅读(308) 评论(0) 推荐(0) 编辑