What is the use of ANALYZE command ?
Answers were Sorted based on User's Feedback
Answer / guest
To perform one of these function on an index,table, or cluster:
- to collect statisties about object used by the
optimizer and store them in the data dictionary.
- to delete statistics about the object used by
object from the data dictionary.
- to validate the structure of the object.
- to identify migrated and chained rows of the table or
cluster.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / shailendra kumar
ANALYZE commmand is use the gather the statisties of the
table,index and current setuation of table. this is use the
analye the performance of the table. for example row
migation and row channing etc.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / nishi
When we issue ANALYZE TABLE with the computes statistics command, the entire Oracle table is analyzed via a full-table scan. Upon completion of the Oracle ANALYZE TABLE command, very accurate statistics are then placed inside the data dictionary for use by the cost-based optimizer.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Object Auditing ?
What are Roles ?
What is a trace file and how is it created ?
What are roles ? How can we implement roles ?
What are the steps to switch a database's archiving mode between NO ARCHIVELOG and ARCHIVELOG mode ?
Differentiate simple and complex, snapshots ?
What are the dictionary tables used to monitor a database spaces ?
What is Statement Auditing ?
What are the benefits of distributed options in databases ?
What are the system resources that can be controlled through Profile ?
What is a profile ?
What are the minimum parameters should exist in the parameter file (init.ora) ?