Quantcast
Channel: Doyensys Allappsdba Blog..
Viewing all articles
Browse latest Browse all 1640

Gather stats Query for Database,Schema and Table.

$
0
0
Gather Stats for a database :
-------------------------------

    exec dbms_stats.gather_database_stats(estimate_percent => 15, cascade => true);

Gather stats for a schema:
--------------------------------

    exec dbms_stats.gather_schema_stats('newuser', estimate_percent => 15, cascade => true);

Gather stats for a table:
----------------------------

    exec dbms_stats.gather_table_stats('newtab', 'newtab2', estimate_percent => 15, cascade => true);

Viewing all articles
Browse latest Browse all 1640

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>