当前位置:数据库 > Oracle >>

查看Oracle表空间的创建时间


查看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;

 


CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,