dbms_stats.gather_table_stats questions
631607Apr 1 2008 — edited Apr 2 2008Dear Friends,
I have two questions regarding the use of dbms_stats.gather_table_stats:
(1) How to use dbms_stats.gather_table_stats to calculate statistics for ALL tables of a specific schema?
(2) How to use dbms_stats.gather_table_stats to calculate statistics for a schema's tables with table names starting with AB?
Thanks in advance for your help!