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;
Oracle查看表空间创建时间
最新推荐文章于 2024-11-03 12:10:25 发布
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;