查询表空间及位置

SELECT tablespace_name,
file_id,
file_name,
round(bytes / (1024 * 1024), 0) total_space
FROM dba_data_files
ORDER BY tablespace_name;

posted @ 2017-02-06 09:12  txworld  阅读(533)  评论(0)    收藏  举报