select t1.name,t2.name from v$tablespace t1,v$datafile t2 where t1.ts# = t2.ts#; select * from dba_data_files; 原文:http://blog.51cto.com/11218855/2106410 【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!