What are the commands youd issue to show the explain plan
for select
Answer Posted / saraswathi muthuraman
SQL> explain plan for select * from dual;
Explained.
SQL> select
substr (lpad(' ', level-1) || operation || ' (' || options
|| ')',1,30 ) "Operation",
object_name
"Object"
from
plan_table
start with id = 0
connect by prior id=parent_id;
SELECT STATEMENT ()
TABLE ACCESS (FULL)
DUAL
2 rows selected.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Oracle
How to define an anonymous procedure without variables?
What is a schema in oracle?
What is logical backup in oracle?
Explain the use of grant option in exp command.
How to specify default values in insert statement using oracle?
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
What do you mean by cdb and pdb in oracle 12c?
Difference between cartesian join and cross join?
What is redo log?
definition of cluster and non-clustered index?
How many types of synonyms in Oracle?
Explain the difference between a procedure and a function?
What is the database name in oracle?
Hi Can any one tell me what are the API's used in requisition import.