一只小呀么小菜鸟

导航

 

2017年11月23日

摘要: //查询表空间的大小以及文件路径地址select tablespace_name, file_id, file_name,round(bytes/(1024*1024),0) total_space from dba_data_files order by tablespace_name 解决方案一 阅读全文
posted @ 2017-11-23 11:41 一只小呀么小菜鸟 阅读(300) 评论(0) 推荐(0)