摘要: 1.查看表空间文件存放路径 1 SQL> SELECT tablespace_name, file_id, file_name, round(bytes / (1024 * 1024), 0) total_space FROM dba_data_files ORDER BY tablespace_n 阅读全文
posted @ 2021-03-30 14:38 Master` 阅读(603) 评论(0) 推荐(0)