Hi,

Try this

select a.file_name,a.tablespace_name,b.creation_time from dba_data_files a,v$datafile b
where a.file_id=b.file# order by tablespace_name

Manoj