what is explain plan?

Answer Posted / veereshkethari

The explain plan command is a tool to tune SQL statements.To
use if you must have an explain_table generated in the user
you are running the explain plan for.This is created by
using the utlxplan.sql script.once the explain plan table
exists u run the explain plan command giving as it's
argument the SQL statement to be explained.The explain_plan
table is then queried to see the execution plan of the
statement.Explain plan can also be run using tkprof.

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between inner join and cross join?

510


Explain the steps needed to create the scheduled job?

546


How to rename a column in the output of sql query?

523


what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba

509


Why functions are used in sql?

504






How many functions are there in sql?

528


what is transaction? : Sql dba

521


How do you copy a table in sql?

551


Is postgresql a server?

564


how many columns can be used for creating index? : Sql dba

507


what is a unique key ? : Sql dba

533


Is sql developer case sensitive?

508


What do you understand by pl/sql cursors?

535


What is consistency?

696


what is msql? : Sql dba

555