What is the use of ANALYZE command ?

Answers were Sorted based on User's Feedback



What is the use of ANALYZE command ?..

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

What is the use of ANALYZE command ?..

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

What is the use of ANALYZE command ?..

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

Post New Answer

More Oracle Security Interview Questions

What is default tablespace ?

3 Answers  


What are the use of Roles ?

3 Answers  


What are the different Levels of Auditing ?

1 Answers  


What is a profile ?

2 Answers  


How can we specify the Archived log file name format and destination ?

2 Answers  






What are the steps to switch a database's archiving mode between NO ARCHIVELOG and ARCHIVELOG mode ?

1 Answers  


How will you enforce security using stored procedures ?

2 Answers  


What is Privilege Auditing ?

1 Answers  


What is Auditing ?

3 Answers  


What is Object Auditing ?

2 Answers  


What is Statement Auditing ?

2 Answers  


What are the benefits of distributed options in databases ?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)