last access table oracle

select a.obj#,a.table_scans_delta,b.object_name,b.owner,b.object_type 
from dba_hist_seg_stat a, dba_objects b
where a.obj# = b.object_id
and   b.owner like 'USERNAME%'
order by table_scans_total desc


Commentaires

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

Translate »