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 snapshot log ?
What are the responsibilities of a Database Administrator ?
What is Tablespace Quota ?
What are Roles ?
How will you enforce security using stored procedures ?
How can we specify the Archived log file name format and destination ?
What is a trace file and how is it created ?
What are the roles and user accounts created automatically with the database ?
What are the minimum parameters should exist in the parameter file (init.ora) ?
What is Statement Auditing ?
what is the step for rmanbackup?
What are roles ? How can we implement roles ?