2018年5月29日

oracle表空间扩容

摘要: 第一步:查看表空间的名字及文件所在位置: select tablespace_name, file_id, file_name, round(bytes/(1024*1024),0) total_space from dba_data_files order by tablespace_name 另 阅读全文

posted @ 2018-05-29 09:20 白衣·沽酒 阅读(314) 评论(0) 推荐(0) 编辑

导航