Updating Statistics for Groups of Tables in CCMS (Oracle) 
You can use this procedure to update the statistics for groups of tables in your Oracle database.
Recommendation
We normally recommend you to schedule update statistics in the DBA Planning Calendar, so that it is automatically executed at regular intervals.
This procedure uses BRCONNECT to update statistics.
Choose . Alternatively, call transaction DB20.
Choose Standard operations.
Select one of the following:
Update Statistics
Deletes unwanted statistics, checks statistics for each table and updates them if required, using brconnect -f stats with the option -t all.
Update Statistics (DBSTATC)
Updates statistics for tables with an entry in the DBSTATC control table, using brconnect -f stats with the option -t dbstatc_tab.
Create missing
Creates statistics for all tables and indexes that ought to have statistics but do not currently, using brconnect -f stats with the option -t missing.
HARMFUL
Deletes damaging statistics using brconnect -f stats with the option –d harmful.
Choose Start to activate the selected function.
To check the results, choose DBA Operations.
For more information, see Displaying DBA Logs (Oracle).