ANALYZE_SCHEMA questions [message #180161] |
Fri, 30 June 2006 07:53 |
aidi-h
Messages: 45 Registered: November 2005
|
Member |
|
|
My database is currently going slow at particular times and someone suggested that i analyze the tables.
I was going to run the following.
execute dbms_stats.analyze_schema('<schema name>', 'ESTIMATE');
questions are
1) Is this command correct.
2) Can this be run if the datase and schema are being used.
3) for an average size system, how long does this usually take.
4) if a system is going slow, will this command increase the efficiency/speed of the system.
5) Are there any considerations to bear in mind when I run this.
|
|
|
|