Title: Message
All, I would like to track the performance of my production databases by running the same SQL statement against each database every 5 minutes or so and recording the results.  For example:
sql> set timing on;
sql> select count(*) from dba_tables;
 
That was I would know if they are getting faster or slower over time.  As anyone already done this?  Would there be a good SQL statement to use?
 
Thanks,
Tom Terrian
 

Reply via email to