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;

相关文章:

  • 2021-12-19
  • 2021-11-04
  • 2021-11-21
猜你喜欢
  • 2021-12-08
  • 2022-12-23
  • 2021-12-22
  • 2021-12-30
  • 2021-11-27
  • 2021-11-19
  • 2022-01-07
相关资源
相似解决方案