What are the commands youd issue to show the explain plan
for select

Answers were Sorted based on User's Feedback



What are the commands youd issue to show the explain plan for select..

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

What are the commands youd issue to show the explain plan for select..

Answer / venkateswararao

from dual?

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Oracle General Interview Questions

What are the differences between char and nchar in oracle?

0 Answers  


how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?

0 Answers   Oracle,


How to see the table columns used in an index?

0 Answers  


Is oracle an open source?

0 Answers  


Explain integrity constraints?

0 Answers  






How to turn on or off recycle bin for the session?

0 Answers  


Explain parameter file in oracle.

0 Answers  


How to select some rows from a table in oracle?

0 Answers  


What is the quickest way to fetch the data from a table?

0 Answers  


What happens if recursive calls get out of control?

0 Answers  


What is the string concatenation operator in oracle?

0 Answers  


how do u setup a replication site?

0 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)