Buenos días, estoy teniendo problemas de performance en mis queries y quisiera saber como puedo validar que mis tablas tienen las estadisticas actualizadas. Alguien me puede ayudar con esto?

 

Gracias

Like it on Facebook, +1 on Google, Tweet it or share this topic on other bookmarking websites.
  • Re: Estadisticas en la base de datos

    by » 6 years ago


    Hola, este query te puede decir cuando fueron ejecutadas.

    select owner,table_name,last_analyzed, global_stats
    from dba_tables
    where owner not in ('SYS','SYSTEM')
    order by owner,table_name
    /
    

    DBASupport Team


You do not have permissions to reply to this topic.
Powered by CjForum