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