2018年5月17日
摘要: --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 @ 2018-05-17 21:29 ken--! 阅读(242) 评论(0) 推荐(0) 编辑