oracle 查看表空间创建日期

select a.file_name,a.tablespace_name,to_char(b.creation_time,'yyyy-mm-dd') creation_time from dba_data_files a,v$datafile b where a.file_id=b.file# order by tablespace_name;

posted @ 2017-03-07 10:25  已老  阅读(4294)  评论(0)    收藏  举报