select t1.name,t2.name  from v$tablespace t1,v$datafile t2 where t1.ts# = t2.ts#;


select * from dba_data_files;