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;
 

微信扫一扫
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;
 

相关推荐