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
explain mysql aggregate functions. : Sql dba
What is dynamic query?
Are pl sql variables case sensitive?
Why use subqueries instead of joins?
how to shutdown mysql server? : Sql dba
what are the type of locks ? : Sql dba
How do you run a query?
What is pl sql package?
What are the advantages of indexing?
how to convert dates to character strings? : Sql dba
What is transaction control language (tcl)?
How to run sql statements with oracle sql developer?
If a cursor is open, how can we find in a pl/sql block?
What is a sql*loader control file?
What is oracle sql called?