20Feb/10
Update statistics on all objects in a database
This helps Oracle choose the best execution plan for queries:
BEGIN dbms_stats.gather_database_stats(options=> 'GATHER AUTO'); END; /
Related posts:
Starting, stopping, and Status of Oracle Enterprise Manager (EM) »
« Turning Archive-log mode on and off