How to look at the statistics after running this query
sql > exec dbms_utility.analyze_database('COMPUTE'); ??
What command do I use in unix to check for major dataload to the oracle server ? is it top ?
Printable View
How to look at the statistics after running this query
sql > exec dbms_utility.analyze_database('COMPUTE'); ??
What command do I use in unix to check for major dataload to the oracle server ? is it top ?
Look at dba_tables for table statistics, dba_indexes for index statistics.