what is explain plan?

Answers were Sorted based on User's Feedback



what is explain plan?..

Answer / 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

what is explain plan?..

Answer / sureshkumar.somayajula

Explain Plan determines the execution plan for SQL
Statements.

Syntax:

expalin paln
set statement_id= ' Text '
schemaname.Table_name@Databaselink
for Statement.

Is This Answer Correct ?    6 Yes 1 No

what is explain plan?..

Answer / b.v.srinivas

Explian plan describes the effective way to process sql
statement.
Explain plan is generated by Optimizer.
And explain plan is stored in library cache.

Is This Answer Correct ?    6 Yes 1 No

what is explain plan?..

Answer / ashok

Explain plan shows the details of the joins cordinality and
time taken.we can easily find the what join is taking much
time in a SQL query. by clicking F5 you can see the explin
plan in PL/SQL developer.

Is This Answer Correct ?    11 Yes 7 No

Post New Answer

More SQL PLSQL Interview Questions

What is attribute indicator in pl sql?

0 Answers  


what is definer rights invoke rights?

1 Answers  


suppose u hav 1 book with set...page 1-100 n 101 -200 now print page from 2-100 n 102 -200... how we will do..?

6 Answers  


wht is the difference between truncat,drop in sqlserver wht is the difference between function and stored procedure

3 Answers   Apollo,


Which language is used in sql?

0 Answers  






What is a database trigger ? Name some usages of database trigger ?

4 Answers  


What is sql profiling in oracle?

0 Answers  


mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql

0 Answers  


Advantages and disadvantages of stored procedure?

0 Answers  


what is data control language? : Sql dba

0 Answers  


what is sql optimization

1 Answers   Fidelity,


What sql database should I use?

0 Answers  


Categories