Collection of statistics on the database objects is
very important for the performance of the database. DBMS_STATS package is used
to collect these statistics.
To collect system statistics, use following procedure
To collect system statistics, use following procedure
SQL>
exec dbms_stats.gather_system_stats
|