IDENTIFYING the Activities done in the Tablespace
Find the creation dates of datafiles for the reported tablespace set pagesize 100 select FILE#||’ ‘||CREATION_TIME||’ ‘||TS#||’ ‘||BYTES||’ ‘||NAME from v$datafile where TS# = (select TS# from v$tablespace where name…
Read More