oracle扩展表空间
摘要:
1. 查看表空间的名字及文件所在的位置 select tablespace_name, file_id, file_name, round(bytes / (1024 * 1024), 0) total_space from sys.dba_data_files order by tablespac 阅读全文
posted @ 2021-02-23 17:53 !!雪莲花!! 阅读(193) 评论(0) 推荐(0) 编辑