How would you go about generating an EXPLAIN plan?

Submitted by: Administrator
Create a plan table with utlxplan.sql.
Use the explain plan set statement_id = 'tst1' into plan_table for a SQL statement
Look at the explain plan with utlxplp.sql or utlxpls.sql
Submitted by: Administrator

Read Online Database Administrator (DBA) Job Interview Questions And Answers