--查看表空间
select * from dba_tablespaces
--查看表空间文件路径
select tablespace_name,file_id,file_name from dba_data_files order by 1,2;