oracle表空间到32G后扩容
摘要:
/*查看表空间物理文件的名称及大小*/SELECT tablespace_name, file_id, file_name, round(bytes / (1024 * 1024), 0) total_space FROM dba_data_files ORDER BY tablespace_nam 阅读全文
posted @ 2020-12-29 17:15 shchenzl 阅读(338) 评论(0) 推荐(0)
浙公网安备 33010602011771号